5 lines
101 B
Bash
Executable file
5 lines
101 B
Bash
Executable file
#!/bin/bash
|
|
|
|
source ./script_config.sh
|
|
|
|
podman exec rebased-db pg_dump -U $PG_USER $PG_NAME > db.sql
|