postgresql-backup: Use saner defaults for pg_dump

This commit is contained in:
Christian Kampka 2019-12-15 13:14:21 +01:00
parent 86ed15dcce
commit 2387deec3d
No known key found for this signature in database
GPG key ID: B88E140DB4FE1AA5

View file

@ -89,7 +89,7 @@ in {
pgdumpOptions = mkOption {
type = types.separatedString " ";
default = "-Cbo";
default = "-C";
description = ''
Command line options for pg_dump. This options is not used
if <literal>config.services.postgresqlBackup.backupAll</literal> is enabled.