You're reading the open-source Community docs. Plakar also offers Control Plane, the enterprise version. It's a virtual appliance with a web-based interface for centralized backup management across your infrastructure. View Control Plane docs →

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.