feat(id.tjo.space): add restore backup script
This commit is contained in:
parent
b44fb437b0
commit
d62a604d9e
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,8 @@ set -euo pipefail
|
||||||
#
|
#
|
||||||
# Example:
|
# Example:
|
||||||
#
|
#
|
||||||
# cat /path/to/backup.sql | postgresql-backup-restore
|
# cat /path/to/backup | postgresql-backup-restore
|
||||||
|
#
|
||||||
|
|
||||||
echo "=== Reading Configuration"
|
echo "=== Reading Configuration"
|
||||||
set -a && source /etc/postgresql/postgresql.env && set +a
|
set -a && source /etc/postgresql/postgresql.env && set +a
|
||||||
|
|
Loading…
Reference in a new issue