Skip to content

Commit

Permalink
Replace bzip2 with zstd
Browse files Browse the repository at this point in the history
  • Loading branch information
mrvanes committed Jul 2, 2024
1 parent ff29993 commit 572e3bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/sbs/templates/backup-database.sh.j2
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ mysqldump --host="{{ sbs_db_host }}" \
--disable-keys --extended-insert \
--databases "{{ sbs_db_name }}" \
> "${BACKUP_FILE}"
bzip2 "${BACKUP_FILE}"
zstd -qq --rm "${BACKUP_FILE}"

exit 0

0 comments on commit 572e3bc

Please sign in to comment.