postgresql-backup: Use saner defaults for pg_dump
This commit is contained in:
parent
86ed15dcce
commit
2387deec3d
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue