fix
This commit is contained in:
@@ -44,8 +44,8 @@
|
|||||||
set -a
|
set -a
|
||||||
source /run/secrets/mindy-pgbackrest
|
source /run/secrets/mindy-pgbackrest
|
||||||
set +a
|
set +a
|
||||||
exec ${pkgs.pgbackrest}/bin/pgbackrest --stanza=main archive-push %p
|
exec ${pkgs.pgbackrest}/bin/pgbackrest --stanza=main archive-push "$1"
|
||||||
''}";
|
''} %p";
|
||||||
|
|
||||||
environment.etc."pgbackrest/pgbackrest.conf".text = ''
|
environment.etc."pgbackrest/pgbackrest.conf".text = ''
|
||||||
[global]
|
[global]
|
||||||
|
|||||||
Reference in New Issue
Block a user