Files
Phoenix-Staged-Area/backup.sh
2023-08-29 20:49:22 +00:00

5 lines
168 B
Bash
Executable File

#!/bin/bash
# Run pg_dump command inside the postgresDB container
docker exec -i -e PGPASSWORD=Na21907722 postgresDB pg_dump -U postgres phoenix > postgres-backup.sql