postgresql-backup: use system postgresql package
This commit is contained in:
parent
92317259ef
commit
e9679ce32a
@ -9,7 +9,7 @@ let
|
|||||||
|
|
||||||
postgresqlBackupCron = db:
|
postgresqlBackupCron = db:
|
||||||
''
|
''
|
||||||
${config.services.postgresqlBackup.period} root ${postgresql}/bin/pg_dump ${db} | ${gzip}/bin/gzip -c > ${location}/${db}.gz
|
${config.services.postgresqlBackup.period} root ${config.services.postgresql.package}/bin/pg_dump ${db} | ${gzip}/bin/gzip -c > ${location}/${db}.gz
|
||||||
'';
|
'';
|
||||||
|
|
||||||
in
|
in
|
||||||
|
Loading…
x
Reference in New Issue
Block a user