dokku / dokku-mariadb

a mariadb plugin for dokku
MIT License
73 stars 26 forks source link

Support New and Old Mariadb Images #136

Closed crisward closed 9 months ago

crisward commented 11 months ago

129 was resolved with a pull request which change mysql and mysqldump to the mariadb equivalents. However older versions of the mariadb containers don't have mariadb-dump.

This update addresses this by trying both.

In my older containers 10.1 mariadb-dump doesn't exist, by mariadb and mysqldump do.

This is probably not a common problem as 10.1 is very old. However its probably better to have an non-breaking / backward compatable change.