This commit is contained in:
Sandro - 2022-10-31 21:14:42 +01:00
parent 773cffdef9
commit 4e28682f88
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@
config.services.postgresqlBackup = {
enable = config.services.postgresql.enable;
backupAll = true;
compression = "zsdt";
compressionLevel = 9;
compression = "zstd";
# compressionLevel = 9; # TODO: only available with 21.11
pgdumpOptions = "--create --clean";
startAt = "*-*-* 06:00:00";
};