📖 DOC: Added Volume /var/run/docker.sock
This commit is contained in:
4
server_custom/backup.sh
Executable file
4
server_custom/backup.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user