This version is approved.
You are viewing an old version of this page. Return to the latest version.
No categories assigned
Upgrade 3.x free to 3.x pro
-
- Last edited 3 years ago by Mmeixner
-
-
- This page is approved
< Setup:Installation Guide
Revision as of 12:37, 27 May 2021 by Mlink-rodrigue (talk | contribs)
To upgrade from BlueSpice free 3.x to BlueSpice pro 3.x (under Linux), follow these instructions:
- Create backup: Make a database dump and save it together with the complete codebase to another storage location.
- Patch-update BlueSpice free (optional): Check your current version on the Special: Version page. Compare your version with the current version of BlueSpice free. If you have not installed a relatively current version, apply a patch update.
- Replace the codebase: Overwrite the codebase of your current version with the new codebase of BlueSpice pro.
- Start the update:
- Open a console and switch tot he installation directory (the level of LocalSettings.php)
- Execute:
php maintenance/update.php
- Re-index the search:
- Delete search index:
php extensions/BlueSpiceExtendedSearch/maintenance/initbackends.php
- Create new search index:
php extensions/BlueSpiceExtendedSearch/maintenance/rebuildIndex.php --quick
- Run jobs:
php maintenance/runJobs.php
- Delete search index: