mysql mysqldump Deprecated program name. It will be removed in a future...
Automatic MySQL Backup
Brought to you by:
wipe_out
I am on Arch Linux.
Using automysqlbackup with mariadb leads to this warning :
###### WARNING ######
Errors reported during AutoMySQLBackup execution.. Backup failed
Error log below..
mysql: Deprecated program name. It will be removed in a future release, use '/usr/bin/mariadb' instead
mysqldump: Deprecated program name. It will be removed in a future release, use '/usr/bin/mariadb-dump' instead
Adding support for mariadb
would be great. For example, having a setting db_server_type=mysql|mariadb
and deducing the appropriate binaries and other command line arguments if they differ with each other.