No categories assigned

Backup

< Setup:Installation Guide‎ | Advanced
Revision as of 09:47, 3 December 2020 by Mlink-rodrigue (talk | contribs) (Created page with "=== <span class="mw-headline" id="Backup_der_Datenbank" style="box-sizing: inherit;">Backup of the database</span> === To back up your database, use the native program "mysqld...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.

Attachments

Discussions