Disable postgresql backup compression

This commit is contained in:
Nathan McCarty 2023-06-04 12:33:47 -04:00
parent 4b43c7aa6e
commit 665ab81328
Signed by: thatonelutenist
SSH Key Fingerprint: SHA256:hwQEcmak9E6sdU9bXc98RHw/Xd1AhpB5HZT7ZSVJkRM
1 changed files with 1 additions and 2 deletions

View File

@ -10,8 +10,7 @@ in with lib; {
# Backup postgres
services.postgresqlBackup = {
enable = true;
compression = "zstd";
compressionLevel = 6;
compression = "none";
backupAll = true;
# Every morning at 4 AM
startAt = "*-*-* 4:00:00";