Disable postgresql backup compression
This commit is contained in:
parent
4b43c7aa6e
commit
665ab81328
|
@ -10,8 +10,7 @@ in with lib; {
|
||||||
# Backup postgres
|
# Backup postgres
|
||||||
services.postgresqlBackup = {
|
services.postgresqlBackup = {
|
||||||
enable = true;
|
enable = true;
|
||||||
compression = "zstd";
|
compression = "none";
|
||||||
compressionLevel = 6;
|
|
||||||
backupAll = true;
|
backupAll = true;
|
||||||
# Every morning at 4 AM
|
# Every morning at 4 AM
|
||||||
startAt = "*-*-* 4:00:00";
|
startAt = "*-*-* 4:00:00";
|
||||||
|
|
Loading…
Reference in New Issue