FAZuH / faz-bot-discord

Wynncraft utility and statistics discord bot.
MIT License
1 stars 0 forks source link

Improve database backup strategy #61

Open FAZuH opened 2 weeks ago

FAZuH commented 2 weeks ago

Exporting database into .sql with mariadb-dump, and importing by running the .sql file is too slow. Find faster backup strategies.

FAZuH commented 3 days ago

See https://mariadb.com/kb/en/full-backup-and-restore-with-mariabackup/