Actions

ComfortUpdate

From LimeSurvey Manual

Revision as of 18:59, 13 April 2016 by Andreza (talk | contribs) (Created page with "A característica ComfortUpdate do LimeSurvey é segura para ser usada mesmo com pesquisas ativas. Não deleta ou destrói qualquer dado existente. Contudo você deverá ter e...")

Geral

A ferramenta ComfortUpdate é uma nova característica para o LimeSurvey introduzida na versão 1.87. ComfortUpdate é designado para atualizar sua instalação do LimeSurvey automaticamente do seu navegador web, com apenas poucos cliques do mouse; ao invés que atualizar manualmente.

ComfortUpdate é atualmente um serviço beta teste grátis. Nós consideramos que em algum ponto futuro usuários tenham que pagar uma pequena taxa para comprar uma chave de aprimoramento para continuar usando a característica.

Requerimentos

Sua instalação PHP deve ser compilada com suporte para Zlib. Confira seu PHPInfo para ver, e contatar seu administrador do sistema para confirmar. [1].

Seu servidor deve ser capaz de conectar pelo SSL ao update.limesurvey.org e update-data.limesurvey.org para usar a ferramenta ComfortUpdate. Se você tem problemas com isso e obtiver mensagens de erro como

  10060 não pode conectar ao host "update.limesurvey.org"

você deve you should remodelar/editar as configurações de segurança do seu proxy/firewall ou pedir ajuda ao administrador do sistema.

Usando ComfortUpdate

A característica ComfortUpdate do LimeSurvey é segura para ser usada mesmo com pesquisas ativas. Não deleta ou destrói qualquer dado existente. Contudo você deverá ter em mente que essa é uma característica beta e assegure que você salvou seu banco de dados e arquivos manualmente antes de prosseguir.

  • Go to the Global Settings Icon, select the first tab, and click the button for “Updates”
  • The ComfortUpdate screen will display an update link if a new version of LimeSurvey is available. If not click “Check now” to see if a new update is available.
  • If an update is found, LimeSurvey will display a link to allow you to update. Click on this to begin updating.
  • If you have never used before or ComfortUpdate upgrade key is not valid will be asked to enter an upgrade key. During the trial period use the default key for free updates.
  • LimeSurvey will now verify your installation directory to check the appropriate permissions are set to allow an update. A list of proposed changes will be displayed.
  • If there are any problems, you must correct them at this point, and then proceed to the next step.
  • The ComfortUpdate will now make a backup of your database (if you use MySQL) and save your old installation files in the /tmp directory. If you use a different database, you should backup your database manually before proceeding.

ComfortUpdate will now update your installation to the latest version, including updating the database for any new changes.

Known problems

Blank page on step 3

If you get a blank page on step 3 it usually means that the memory limit of your PHP configuration is set too low. During that step LimeSurvey tries to create a database backup and a file backup (of the files that will be replaced).

Using a proxy server to connect to update.limesurvey.com

If you are behind a proxy, you may have to adjust some settings to be able to use comfort update. In LimeSurvey 2.05 later than build 140404, you can set the details of your proxy server in the configuration file (see https://manual.limesurvey.org/Optional_settings#General_settings).

For earlier versions, you have to edit the http.php file in your LimeSurvey installation. Have a look at the variables in the first lines of this file in a text editor and add values if needed.

Example: Connect to a proxy server 111.111.111.111 port 1234 without authentication edit the following lines to look like

 var $proxy_host_name="111.111.111.111";
 var $proxy_host_port=1234;

Depending on your version, you will find the file in the /admin/classes/ folder or in /application/libraries/admin/http/. There are pre-coded variables within the file so only details of your proxy are needed. If your installation is running unusually slow, wrong proxy settings may be the cause.