taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 7959642b97ef6cdb7f08ce4d768b3815051bf008
parent c4cac740196c2fdccd9e4e62f88d5df5545c4aac
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Mon, 12 May 2025 17:45:02 +0200

retry

Diffstat:
Mretry-migrate-db-v0-v1.sh | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/retry-migrate-db-v0-v1.sh b/retry-migrate-db-v0-v1.sh @@ -19,12 +19,11 @@ exchange.prewire exchange.wire_accounts exchange.wire_targets exchange.reserves +exchange.batch_deposits exchange.aggregation_tracking exchange.aggregation_transient -exchange.batch_deposits exchange.close_requests exchange.coin_deposits -exchange.coin_history exchange.contracts exchange.history_requests exchange.purse_actions @@ -46,7 +45,7 @@ exchange.wire_out exchange.work_shards") do echo "Restoring Table $t" - psql "$DB" < "$DIR/$t.sql" + psql --set="search_path=exchange" "$DB" < "$DIR/$t.sql" done echo "Done" exit 0