Actions

ComfortUpdate/pl: Difference between revisions

From LimeSurvey Manual

(Created page with "Korzystanie z funkcji LimeSurvey ComfortUpdate jest bezpieczne nawet w przypadku aktywnych ankiet. Nie usuwa ani nie niszczy żadnych istniejących danych. Jednakże, ze wzgl...")
(Created page with "*Znajdź przycisk „Aktualizuj” **W przypadku starszych wersji LimeSurvey przejdź do ikony ustawień globalnych, wybierz pierwszą zakładkę i kliknij przycisk „Aktuali...")
Line 21: Line 21:
Korzystanie z funkcji LimeSurvey ComfortUpdate jest bezpieczne nawet w przypadku aktywnych ankiet. Nie usuwa ani nie niszczy żadnych istniejących danych. Jednakże, ze względów ostrożności, przed kontynuowaniem należy ręcznie wykonać kopię zapasową bieżącej bazy danych i plików.
Korzystanie z funkcji LimeSurvey ComfortUpdate jest bezpieczne nawet w przypadku aktywnych ankiet. Nie usuwa ani nie niszczy żadnych istniejących danych. Jednakże, ze względów ostrożności, przed kontynuowaniem należy ręcznie wykonać kopię zapasową bieżącej bazy danych i plików.


*Locate the ''Update'' button
*Znajdź przycisk „Aktualizuj”
**For the older LimeSurvey versions, go to the Global Settings Icon, select the first tab, and click the ''Updates'' button
**W przypadku starszych wersji LimeSurvey przejdź do ikony ustawień globalnych, wybierz pierwszą zakładkę i kliknij przycisk „Aktualizacje”
**For the recent Limesurvey versions, you will find the '''ComfortUpdate''' button in the '''Configuration''' dialog, under the ''Advanced'' tab:
**W przypadku najnowszej wersji LimeSurvey wersjach, przycisk „ComfortUpdate” znajdziesz w oknie dialogowym „Konfiguracja”, w zakładce „Zaawansowane”:





Revision as of 07:25, 12 September 2023

Ogólne

„ComfortUpdate” to profesjonalna usługa firmy LimeSurvey GmbH, która umożliwia łatwą aktualizację LimeSurvey z poziomu przeglądarki internetowej za pomocą zaledwie kilku kliknięć myszką (zamiast konieczności wykonywania aktualizacja ręczna).

Aby korzystać i testować ComfortUpdate, musisz zarejestrować się na LimeSurvey, aby otrzymać darmowy klucz próbny. Po wygaśnięciu tego klucza próbnego możesz kupić jeden z naszych pakietów premium lub ręczna aktualizacja instalacji.


  Aby skopiować i używać klucza ComfortUpdate, wejdź na swój profil LimeSurvey i sprawdź dolną sekcję KLUCZE KOMFORTOWE.


Wymagania

Twoja instalacja PHP musi być skompilowana z obsługą ZLib. Sprawdź swoje PHPInfo lub poproś administratora systemu o potwierdzenie.

Aby móc korzystać z narzędzia ComfortUpdate, Twój serwer musi mieć możliwość połączenia się za pomocą protokołu SSL z witryną „comfortupdate.limesurvey.org”. Jeśli masz problemy i otrzymujesz komunikaty o błędach, takie jak „10060 nie mógł połączyć się z hostem „comfortupdate.limesurvey.org”, będziesz musiał poprawić/edytować ustawienia zabezpieczeń proxy/zapory ogniowej lub poprosić administratora serwera o dalsze wskazówki /pomoc.

Korzystanie z ComfortUpdate

Korzystanie z funkcji LimeSurvey ComfortUpdate jest bezpieczne nawet w przypadku aktywnych ankiet. Nie usuwa ani nie niszczy żadnych istniejących danych. Jednakże, ze względów ostrożności, przed kontynuowaniem należy ręcznie wykonać kopię zapasową bieżącej bazy danych i plików.

  • Znajdź przycisk „Aktualizuj”
    • W przypadku starszych wersji LimeSurvey przejdź do ikony ustawień globalnych, wybierz pierwszą zakładkę i kliknij przycisk „Aktualizacje”
    • W przypadku najnowszej wersji LimeSurvey wersjach, przycisk „ComfortUpdate” znajdziesz w oknie dialogowym „Konfiguracja”, w zakładce „Zaawansowane”:



  • 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 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.



  • LimeSurvey will now verify your installation directory to verify that 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

To disable ComfortUpdate to avoid receving 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

However, we strongly recommend not disabling this, as you might miss important security updates.

Troubleshooting

I get some error during ComfortUpdate

As a first step, please try to run the same step again after one minute. Occasionally, the server has to first generate the update package, which might take a minute. If it still does not work, check the other solutions in this troubleshooting section.

The ComfortUpdate server is not responding - cannot connect to ComfortUpdate Server

Starting December 2022 the connection default to our updated server was changed to only use SSL. This requires that the OpenSSL PHP library on your server is properly configured and activated and that your server is allowed to connect by HTTP SSL connection to the outside (to our server comfortupdate.limesurvey.org). If one of these requirements is not met, you will get this message. A temporary workaround (which we don't recommend) is to disable this requirement in the /application/config/updater_version.php by setting

$config['comfort_update_server_ssl'] = 0;


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 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).

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 and edit the following lines to look like:

  // This code is only for versions earlier than 2.05
  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.