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

This commit is contained in:
Tera << 8 2024-12-26 22:54:05 -05:00
parent c2eb2d15aa
commit d334878599
Signed by: imterah
GPG key ID: 8FA7DD57BA6CEA37
4 changed files with 8 additions and 5 deletions

View file

@ -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..."