Disable postgresql backup compression
This commit is contained in:
parent
4b43c7aa6e
commit
665ab81328
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue