You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The lameco:db_download, lameco:db_upload, lameco:sync, and lameco:deactivate tasks now invoke the mariadb and mariadb-dump clients instead of mysql and mysqldump. Every host that runs these tasks — locally and on each remote — must have the MariaDB client installed; the task will otherwise fail with "command not found".
Features
switch database CLI from mysql/mysqldump to mariadb/mariadb-dump (60c965a)