aboutsummaryrefslogtreecommitdiffstats
path: root/extras/tools/dump-sql.sh
blob: c356179ea9cbfed6323c0e074e2b417e6cecf6b3 (plain)
1
2
3
4
#!/bin/bash

docker exec gondul-db-test su postgres -c "pg_dump -s nms" > build/schema.sql