mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-09 07:17:56 +00:00
Add basic backup shell scripts
This commit is contained in:
parent
a866b7cb4c
commit
31322f3fea
2 changed files with 11 additions and 0 deletions
3
scripts/dump-db.sh
Executable file
3
scripts/dump-db.sh
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
docker-compose -f "$(dirname $0)/../docker-compose.yml" exec -u postgres db pg_dump postgres
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue