k0lter / autopostgresqlbackup

Automated tool to make periodic backups of PostgreSQL databases
52 stars 17 forks source link

MariaDB is deprecating some commands #34

Open sse450 opened 3 months ago

sse450 commented 3 months ago

Just FYI.

mysql --> mariadb
mysqldump --> mariadb-dump
mysqlshow --> mariadb-show

Perhaps, you can add another DB engine for mariadb?

k0lter commented 2 months ago

Hi @sse450 AFAIK MariaDB utilities are fully compatible with MySQL utilities. Adding support for MariaDB engine consist in creating a wrapper against MySQL utilities.

However, to make possible to use MariaDB utilities, I've added two configuration options MY and MYDUMP .