mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-05 21:37:55 +00:00
3 lines
107 B
Bash
Executable file
3 lines
107 B
Bash
Executable file
#!/bin/sh
|
|
docker-compose -f "$(dirname $0)/../docker-compose.yml" exec -T -u postgres db pg_dump postgres
|
|
|