2018-12-09 02:15:01 +01:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
|
|
|
set -x
|
|
|
|
set -e
|
|
|
|
|
2019-01-20 22:44:06 +01:00
|
|
|
PGPASSWORD=pinafore pg_dump -U pinafore -w pinafore_development -h 127.0.0.1 > tests/fixtures/dump.sql
|
2018-12-09 02:15:01 +01:00
|
|
|
cd mastodon/public/system
|
2019-01-20 22:44:06 +01:00
|
|
|
tar -czf ../../../tests/fixtures/system.tgz .
|