You are viewing an old version of this page. Return to the latest version.
[quality revision] | [quality revision] |
(Tag: 2017 source edit) |
(Tag: 2017 source edit) |
To upgrade from BlueSpice free 3.1.x to BlueSpice pro 3.1.x (under Linux), follow these instructions:
php maintenance/update.php
php extensions/BlueSpiceExtendedSearch/maintenance/initbackends.php
php extensions/BlueSpiceExtendedSearch/maintenance/rebuildIndex.php --quick
php maintenance/runJobs.php
{{DISPLAYTITLE:Upgrade 3.1.x free to 3.1.x pro}} 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 [[Setup:Installation Guide/Patch Update|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: <code>php maintenance/update.php</code> #'''Re-index the search:''' ##Delete search index: <code>php extensions/BlueSpiceExtendedSearch/maintenance/initbackends.php</code> ##Create new search index: <code>php extensions/BlueSpiceExtendedSearch/maintenance/rebuildIndex.php --quick</code> ##Run jobs: <code>php maintenance/runJobs.php</code> [[de:Setup:Installationsanleitung/Upgrade_free_to_pro]] [[en:{{FULLPAGENAME}}]]
Line 1: | Line 1: | ||
− | {{DISPLAYTITLE:Upgrade 3 | + | {{DISPLAYTITLE:Upgrade 3.x free to 3.x pro}} |
− | To upgrade from '''BlueSpice free 3 | + | 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. | #'''Create backup:''' Make a database dump and save it together with the complete codebase to another storage location. |