Merge pull request #75692 from kampka/postgresql-backup-default
postgresql-backup: Use saner defaults for pg_dump
This commit is contained in:
commit
c8c30fac9b
@ -89,7 +89,7 @@ in {
|
|||||||
|
|
||||||
pgdumpOptions = mkOption {
|
pgdumpOptions = mkOption {
|
||||||
type = types.separatedString " ";
|
type = types.separatedString " ";
|
||||||
default = "-Cbo";
|
default = "-C";
|
||||||
description = ''
|
description = ''
|
||||||
Command line options for pg_dump. This options is not used
|
Command line options for pg_dump. This options is not used
|
||||||
if <literal>config.services.postgresqlBackup.backupAll</literal> is enabled.
|
if <literal>config.services.postgresqlBackup.backupAll</literal> is enabled.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user