Update to postgres 16

This commit is contained in:
2024-12-01 20:23:09 +00:00
parent cbbb085355
commit 79c95f6461
3 changed files with 4 additions and 2 deletions

View File

@@ -37,7 +37,7 @@
];
backupPrepareCommand = ''
${pkgs.postgresql_13}/bin/pg_dumpall --clean -U postgres | ${pkgs.zstd}/bin/zstd --rsyncable > /var/backup/pgdump.sql.zst
${pkgs.postgresql_16}/bin/pg_dumpall --clean -U postgres | ${pkgs.zstd}/bin/zstd --rsyncable > /var/backup/pgdump.sql.zst
'';
};
};