skillbox/bin/dump_local_database.sh

5 lines
177 B
Bash
Executable File

#!/bin/bash
# todo: database name as argument for this script
# todo: file location is wrong
pg_dump -Fc --no-acl --no-owner -h localhost -U skillbox my_kv_prod > ../local.dump