Compress the contents of backup files
When discussing !756 (closed) @ayufan suggested to avoid all the issues of having a changing file format and filename of the backup file by compressing the contents instead of the final result.
We should start by only compressing the SQL dump, preferably by piping through gzip. So in the final tar file you find db/database.sql.gz
.
When we change this we also need to update the mysql conversion documentation.