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

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.