Actions

ComfortUpdate

From LimeSurvey Manual

Revision as of 14:04, 7 September 2018 by Surveyunihi (talk | contribs)

Allgemeines

Das ComfortUpdate ist eine professionelle Dienstleistung, mit demr Sie Ihre LimeSurvey Installation mit nur wenigen Mauslick aus Ihrem Browser heraus aktualisieren, anstatt ein manuelles Update durchführen zu müssen.

Um ein ComfortUpdate durchführen und testen zu können,müssen Sie sich bei LimeSurvey registrieren, um einen kostenlosen Testschlüssel zu bekommen. Nachdem dieser Testschlüssel abgelaufen ist, können entweder eine der kostenpflichten Versionen erwerben oder zum manuellen Update zurückkehren.

  Um einen ComfortUpdate-Schlüssel zu erhalten und zu nutzen, gehen Sie zu Ihrem LimeSurvey-Profil und klicken auf COMFORTUPDATE KEYS im Profil-Menü am linken Rand.


Voraussetzungen

Ihre PHP-Installation muss mit Unterstützung für ZLib kompiliert werden. Überprüfen Sie Ihre PHPInfo, und/oder kontaktieren Sie Ihren Systemadministrator, um sich dies bestätigen zu lassen.

Ihr Server muss für die Nutzung des ComfortUpdate in der Lage sein, sich per SSL mit http://update.limesurvey.org/ zu verbinden. Wenn Sie damit Probleme haben und Fehlermeldungen erhalten wie 10060 could not connect to the host 'update.limesurvey.org', müssen Sie die Einstellungen/Regeln Ihrer Proxy bzw. Firewall ändern oder Ihren Systemadministrator um Unterstützung bitten.

Anwendung von ComfortUpdate

Ein LimeSurvey ComfortUpdate kann auch durchgeführt werden, wenn aktive Umfragen existieren. Es werden keine vorhandenen Daten gelöscht oder zerstört. Allerdings sollte man im Hinterkopf behalten, dass dies eine Beta-Funktion ist. Stellen Sie daher sicher, dass Sie Ihre Datenbank und Dateien gesichert haben, bevor Sie fortfahren.

  • Finden Sie die "Update"-Schaltfläche
    • Bei älteren LimeSurvey-Versionen: Klicken sie auf das "Globale Einstellungen"-Symbol, wählen den ersten Reiter und Sie auf die Schaltfläche für "Updates"
    • Bei neueren LimeSurvey-Versionen finden Sie die ComfortUpdate-Schaltfläche im Hauptmenü unter "Konfiguration - Erweitert"



  • 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 ComfortUpdate before or the ComfortUpdate upgrade key is not valid, you will be asked to enter an upgrade key. Use the default key for free updates during the trial period



  • LimeSurvey will now verify your installation directory to check if 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, updating also the database in order to reflect the new (possible) changes.

Disabling ComfortUpdate

If you want to disable ComfortUpdate in order not to get the New release available popup messages after each new release, you can add the following option to your "config.php" file (which is located in /limesurvey/application/config):

'updatable' => false

This is documented in more detail at "How to disable the Limesurvey ComfortUpdate updating feature".

  Attention : Always create a backup first!


Bekannte Probleme

Leere Seite auf Schritt 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).

Verwendung eines Proxy-Servers für die Verbindung mit update.limesurvey.org

If you are behind a proxy, you may have to adjust some settings to be able to use ComfortUpdate. In LimeSurvey 2.05 (later than build 140404), you can set the details of your proxy server in the configuration file (see the general settings wiki).

Bei früheren Versionen müssen Sie die Datei http.php in Ihrer LimeSurvey-Installation anpassen. Werfen Sie mit Hilfe eines Texteditors einen Blick auf die Variablen in den ersten Zeilen der Datei und fügen ggf. die Daten Ihres Proxyserver hinzu.

Example: Connect to a proxy server 111.111.111.111 port 1234 without authentication and 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 either in /admin/classes/ or in /application/libraries/admin/http/. There are pre-coded variables within the file. Therefore, only details of your proxy are needed. If your installation is running unusually slow, wrong proxy settings may be the cause.