You are viewing an old version of this page. Return to the latest version.
[quality revision] | [quality revision] |
(Tag: 2017 source edit) |
(Tag: Visual edit) |
To upgrade from BlueSpice free 3.x to BlueSpice pro 3.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.x free to 3.x pro}} 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 [[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 totto 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 7: | Line 7: | ||
#'''Replace the codebase:''' Overwrite the codebase of your current version with the new codebase of BlueSpice pro. | #'''Replace the codebase:''' Overwrite the codebase of your current version with the new codebase of BlueSpice pro. | ||
#'''Start the update:''' | #'''Start the update:''' | ||
− | ##Open a console and switch | + | ##Open a console and switch to he installation directory (the level of LocalSettings.php) |
##Execute: <code>php maintenance/update.php</code> | ##Execute: <code>php maintenance/update.php</code> | ||
#'''Re-index the search:''' | #'''Re-index the search:''' |