Patch Update
-
- Last edited 3 years ago by MLR
-
-
- This page is a draft but has an approved 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.
Important! For MediaWiki 1.35: The "managed configs files" ('gm-settings.php','nm-settings.php', 'pm-settings.php') are automatically rewritten during an upgrade to BlueSpice 3.1. This happens during execution of 'maintenance/update.php'.
Since this is, most of the time, not executed as "webserver user", it can be assumed that the file system permissions are changed. This can possibly result in the files no longer being writable through the manager user interfaces (e.g., Special:NamespaceManager).
Therefore, the file system permissions of these files have to be checked and, if necessary, corrected.