Difference between revisions of "Data backup"

From PKC
Jump to navigation Jump to search
(Created page with "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 [...")
 
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:


# Backup the entire [[mountPoint]] directory
# Backup the entire [[mountPoint]] directory
# 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.
For more details, please see: [[Backup and Restore]]
<noinclude>
=References=
<references/>
==Related Pages==
*[[logically related::Data restore]]
</noinclude>

Latest revision as of 02:35, 11 February 2022

For PKC, data backup can be accomplished using the following methods:

  1. Backup the entire mountPoint directory
  2. Store data in XML format using MediaWiki's built-in dumpBackup.php
  3. Use MySQLDUMP to dump all relational data content in SQL.

For more details, please see: Backup and Restore

References

Related Pages