You are viewing an old version of this page. Return to the latest version.
Version of 11:24, 14 October 2020 by MLR
No categories assigned
Upgrade 3.1.x free auf 3.1.x pro
-
- Last edited 4 years ago by MLR
-
< Setup:Installation Guide
Revision as of 11:24, 14 October 2020 by Mlink-rodrigue (talk | contribs) (Created page with "{{DISPLAYTITLE:Upgrade 3.1.x free auf 3.1.x pro}} To upgrade from '''BlueSpice free 3.1.x to BlueSpice pro 3.1.x''' (under Linux), follow these instructions: #'''Create back...")
To upgrade from BlueSpice free 3.1.x to BlueSpice pro 3.1.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: