survey: fix list numbering authored by lelutin's avatar lelutin
skipped number. note that this is mostly cosmetic, for easier
maintenance for us since the rendered version is not skipping a number
in the list.
...@@ -56,8 +56,8 @@ The steps to upgrade LimeSurvey are: ...@@ -56,8 +56,8 @@ The steps to upgrade LimeSurvey are:
5. Run the puppet agent on `survey-01`: `puppet agent --enable && pat`: Puppet 5. Run the puppet agent on `survey-01`: `puppet agent --enable && pat`: Puppet
will unpack the new archive under `/srv/www/survey.torproject.org/${version}`, will unpack the new archive under `/srv/www/survey.torproject.org/${version}`,
update the Apache vhost config and run the database update script update the Apache vhost config and run the database update script
7. Login to the [admin interface][] and validate the new version is running 6. Login to the [admin interface][] and validate the new version is running
8. Disable maintenance mode: 7. Disable maintenance mode:
sudo -u postgres psql -d limesurvey -c "UPDATE lime_settings_global SET stg_value='off' WHERE stg_name='maintenancemode'" sudo -u postgres psql -d limesurvey -c "UPDATE lime_settings_global SET stg_value='off' WHERE stg_name='maintenancemode'"
... ...
......