rebased-podman/db_restore.sh

7 lines
99 B
Bash
Raw Permalink Normal View History

2022-11-11 21:09:51 +01:00
#!/bin/bash
2022-11-11 21:47:21 +01:00
source ./script_config.sh
podman exec rebased-db psql -U $PG_USER $PG_NAME < db.sql
2022-11-11 21:09:51 +01:00