Version v1.1.0

Beta Version

You're viewing documentation for version v1.1.0. Beta versions are subject to changes and may not represent the final stable release. Do not use in production environments.

MySQL

MySQL offers flexible backup strategies to suit different requirements. The most common approach uses mysqldump to create logical backups - SQL dumps that can be easily restored across different MySQL versions and platforms.

For a comprehensive understanding of MySQL backup strategies, we recommend reading the official MySQL documentation on Backup and Recovery.


Logical backups with SQL dumps

How to back up MySQL databases using the mysqldump utility, and how to restore from these backups.

Physical backups

How to perform physical backups of MySQL databases using file copy or Percona XtraBackup, and store them with Plakar.

Found a bug or mistake in the documentation? Create an issue on GitHub