x

Main chapters

  1. LimeSurvey Cloud vs LimeSurvey CE
  2. LimeSurvey Cloud - Quick start guide
  3. LimeSurvey CE - Installation
  4. How to design a good survey (Guide)
  5. Getting started
  6. LimeSurvey configuration
  7. Introduction - Surveys
  8. View survey settings
  9. View survey menu
  10. View survey structure
  11. Introduction - Questions
  12. Introduction - Question Groups
  13. Introduction - Surveys - Management
  14. Survey toolbar options
  15. Multilingual survey
  16. Quick start guide - ExpressionScript
  17. Advanced features
  18. General FAQ
  19. Troubleshooting
  20. Workarounds
  21. License
  22. Version change log
  23. Plugins - Advanced
 Actions

Major version upgrade: Difference between revisions

From LimeSurvey Manual

No edit summary
No edit summary
Line 29: Line 29:


==Custom question themes==<!--T:5-->
==Custom question themes==<!--T:5-->
Custom question themes will still be active but will need to be checked for compatibility in your new version.
Custom question themes will still be active, but will need to be checked for compatibility in your new version.
 
Upgrade strategy:
# try to upload your question theme into the new application
# make required changes, so it will be compatible with the new version
# after successfully uploading, please check if the question theme is displayed and working as expected.  


==Custom plugins==<!--T:6->
==Custom plugins==<!--T:6->

Revision as of 15:30, 23 August 2023

How to prepare for a major version upgrade

We first recommend creating a new application with version 6 installed.

Custom survey themes

All custom survey themes (this includes extended themes) will be uninstalled and the options configured will be reset to the default.

Upgrade Strategy:

  1. Export the survey theme from the old application
  2. Import into the new application
  3. Check what changes are required
  4. Implement your changes
  5. Export your customized surveytheme from the new application
  6. After upgrading your old application, import the new survey theme, and you are done!

Custom admin themes

All custom admin themes will be uninstalled and the new default will be used.

Upgrade strategy:

  1. Copy the existing admin theme from the old application to the new application [insert link to admin theme documentation]
  2. Check what changes are required
  3. Implement your changes
  4. After upgrading your old application, copy the new admin theme into the upgraded application, and you are done!

Custom question themes

Custom question themes will still be active, but will need to be checked for compatibility in your new version.

Upgrade strategy:

  1. try to upload your question theme into the new application
  2. make required changes, so it will be compatible with the new version
  3. after successfully uploading, please check if the question theme is displayed and working as expected.

Custom plugins