1
0
Fork 0
medicine-config/restore_database_from_sql.sh

6 lines
108 B
Bash

#!/bin/sh
set -e
docker exec -i medicine-stack-postgres psql -U postgres -d medicine -f /files/backup.sql