Fix PostgreSQL backup task.
This commit is contained in:
parent
51d9c9ec60
commit
a8ea9a6aed
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
- name: Create borg backup from PostgreSQL dumpall
|
- name: Create borg backup from PostgreSQL dumpall
|
||||||
shell: |
|
shell: >
|
||||||
docker exec postgres
|
docker exec postgres
|
||||||
pg_dumpall |
|
pg_dumpall |
|
||||||
borg create
|
borg create
|
||||||
|
|
Loading…
Reference in a new issue