Replies: 2 comments 2 replies
|
Thanks for the heads up. Would you mind opening a PR that updates the docs accordingly? |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
mysqldump has been removed from MariaDB in new docker images, use mariadb-dump instead
https://mariadb.com/kb/en/mysqldump/
This is used where it is desired to export the db to a .sql file prior to backup as per the instructions here:
https://offen.github.io/docker-volume-backup/recipes/#using-mysqldump-to-prepare-the-backup
All reactions