Alternative backup method for MariaDB databases #236

Closed
opened 2026-04-05 16:16:02 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @eSOLcro on 1/14/2026

Hi,

First of all, thank you for Databasus — it’s a very useful tool.

Currently, MariaDB/MySQL backups rely on mysqldump, which works well for small to medium databases. However, for very large databases (e.g. >200 GB), I’ve experienced performance and reliability issues with logical dumps.

Would you consider adding optional support for physical backups using tools like mariabackup? In my experience, physical backups are much faster and more reliable for large InnoDB datasets. I understand this is a different backup model than SQL dumps and may not fit easily into the current architecture, but it would be very valuable as an alternative option.

Thanks for considering this.

*Originally created by @eSOLcro on 1/14/2026* Hi, First of all, thank you for Databasus — it’s a very useful tool. Currently, MariaDB/MySQL backups rely on mysqldump, which works well for small to medium databases. However, for very large databases (e.g. >200 GB), I’ve experienced performance and reliability issues with logical dumps. Would you consider adding optional support for physical backups using tools like mariabackup? In my experience, physical backups are much faster and more reliable for large InnoDB datasets. I understand this is a different backup model than SQL dumps and may not fit easily into the current architecture, but it would be very valuable as an alternative option. Thanks for considering this.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/databasus#236