mirror of
https://github.com/databasus/databasus.git
synced 2026-04-06 00:32:03 +02:00
Alternative backup method for MariaDB databases #236
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.