Backup
-
- Last edited 3 years ago by MLR
-
-
- This page is a draft but has an approved version
Backup of the database
To back up your database, use the native program "mysqldump" of MySQL/MariaDB: Open a console, switch to the directory <installpath-bluespice>
and backup your database with the following command:
mysqldump -u <username> -p --lock-tables <datenbank> > database.sql
For <username>
, use the administrative database user (usually "root"), and for <datenbank>
, use the database of your MediaWiki/BlueSpice installation.
Note: In Windows, make sure that your environment variables are set correctly, so that you can access the command "mysqldump".
Backup des Filesystems
Sichern Sie das komplette Verzeichnis <installpath-bluespice>
, das jetzt auch das Datenbankabbild beinhaltet, an einem anderen Ort auf Ihren Server.
Löschen Sie anschließend aus Sicherheitsgründen umgehend die Datei <installpath-bluespice>/database.sql
, da diese per Browser aufrufbar ist.