Skip to content

Commit

Permalink
fix: hammering down restore process
Browse files Browse the repository at this point in the history
  • Loading branch information
Tbaile committed Sep 12, 2024
1 parent b8c1527 commit 28c5626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imageroot/actions/restore-module/30restore_database
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

# Load database credentials
. db.env
. ./db.env

# Dump the DB from timescale
podman exec -i timescale pd_restore -d "${REPORT_DB_URI}" < backup.sql

0 comments on commit 28c5626

Please sign in to comment.