-reset tables breaks stuff, badly

This commit is contained in:
Christian Grothoff 2023-07-23 15:47:30 +02:00
parent 7e68ce3868
commit 21b3f38df2
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -254,8 +254,8 @@ then
# Create the default demobank.
echo -n "Configuring sandbox at ${LIBEUFIN_SANDBOX_DB_CONNECTION} "
libeufin-sandbox reset-tables \
&> libeufin-sandbox-reset.log
# libeufin-sandbox reset-tables \
# &> libeufin-sandbox-reset.log
libeufin-sandbox config \
--currency "$CURRENCY" \
--users-debt-limit 99999999 \
@ -353,8 +353,8 @@ then
taler-config -c "$CONF" -s "libeufin-nexus" -o "DB_CONNECTION" -V "$LIBEUFIN_NEXUS_DB_CONNECTION"
fi
export LIBEUFIN_NEXUS_DB_CONNECTION
libeufin-nexus reset-tables \
&> libeufin-nexus-reset.log
# libeufin-nexus reset-tables \
# &> libeufin-nexus-reset.log
# For convenience, username and password are
# identical to those used at the Sandbox.