mirror of
https://github.com/nolanlawson/pinafore
synced 2025-02-08 15:38:53 +01:00
9 lines
186 B
Bash
Executable File
9 lines
186 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -x
|
|
set -e
|
|
|
|
PGPASSWORD=pinafore pg_dump -U pinafore -w pinafore_development > fixtures/dump.sql
|
|
cd mastodon/public/system
|
|
tar -czf ../../../fixtures/system.tgz .
|