mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
3 lines
104 B
Bash
Executable file
3 lines
104 B
Bash
Executable file
#!/bin/sh
|
|
docker-compose -f "$(dirname $0)/../docker-compose.yml" exec -u postgres db pg_dump postgres
|
|
|