mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
Fix the backup scripts (cronjob didn't fire for a month...)
This commit is contained in:
parent
ce319408a6
commit
5900c2aa23
2 changed files with 3 additions and 4 deletions
|
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh
|
||||
docker-compose -f "$(dirname $0)/../docker-compose.yml" exec -u postgres db pg_dump postgres
|
||||
docker-compose -f "$(dirname $0)/../docker-compose.yml" exec -T -u postgres db pg_dump postgres
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue