feature: Fixes all backup and API related things to make everything work in production.
All checks were successful
Release code / build (push) Successful in 14m13s
All checks were successful
Release code / build (push) Successful in 14m13s
This commit is contained in:
parent
c2eb2d15aa
commit
d334878599
4 changed files with 8 additions and 5 deletions
|
@ -29,7 +29,7 @@ CREATE DATABASE $HERMES_MIGRATE_POSTGRES_DATABASE;
|
|||
\c nextnet
|
||||
DROP DATABASE temp;
|
||||
EOF
|
||||
psql "$HERMES_POSTGRES_DATABASE" < /tmp/wipe.sql
|
||||
psql "$HERMES_POSTGRES_DSN" < /tmp/wipe.sql
|
||||
rm -rf /tmp/wipe.sql
|
||||
echo "Restoring backup..."
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue