Skip to content

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 22 May 09:14
ab09baf

2.0.0 (2026-05-22)

⚠ BREAKING CHANGES

  • 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)