Page is approved, but there is changes in the included resources
No categories assigned
Patch Update
-
- Last edited 3 years ago by MLR
-
-
- This page is approved but has a draft version
For large version jumps (e.g., BlueSpice 2.27.3 to 3.1.10), a new installation is generally recommended.
For a patch update (for example, version 3.1.x to a higher version 3.1.x) you can simply follow these steps:
- Create a backup: Pull a dump of the database and save it together with the complete codebase to a backup location of your choice.
- Renew the codebase: Overwrite the codebase of the current version with the new codebase of the higher version.
- Compare: After the overwrite, please compare the following files and folder. Copy from your backup location if necessary
- If you have a custom skin, please check the
skins/
folder. LocalSettings.php
extensions/BlueSpiceFoundation/config
settings.d/
Insettings.d
, especially*.local.php
files. Copy from your backup if necessary.
- If you have a custom skin, please check the
- Run the update:
- Open a console and go to the installation folder (on the LocalSettings.php level)
- Then enter the following command:
php maintenance/update.php
If you use Linux as the basis of your BlueSpice installation, please note that file system permissions may be lost when overwriting the codebase. More information can be found under File System Permissions.
Note: In a patch update, usually no database schemas have changed. It may not be necessary to run update.php.