Difference between revisions of "Data backup"
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
# Store data in XML format using MediaWiki's built-in [[MW:Manual:DumpBackup.php|dumpBackup.php]] | # Store data in XML format using MediaWiki's built-in [[MW:Manual:DumpBackup.php|dumpBackup.php]] | ||
# Use MySQLDUMP to dump all relational data content in SQL. | # Use MySQLDUMP to dump all relational data content in SQL. | ||
<noinclude> | |||
=References= | |||
<references/> | |||
==Related Pages== | |||
*[[logically related::Data restore]] | |||
</noinclude> |
Revision as of 04:37, 9 September 2021
For PKC, data backup can be accomplished using the following methods:
- Backup the entire mountPoint directory
- Store data in XML format using MediaWiki's built-in dumpBackup.php
- Use MySQLDUMP to dump all relational data content in SQL.