commit 9d27a1c41551bcbc3b5da8e5bea89ae1f7f5fff0 parent efdc4ff605cbf827bbfab146761acd2aaceb7227 Author: Florian Dold <florian@dold.me> Date: Mon, 23 Jan 2023 18:08:03 +0100 disable sync in merchant container Diffstat:
| M | sandcastle/images/merchant/startup.sh | | | 21 | +++++++++++---------- |
1 file changed, 11 insertions(+), 10 deletions(-)
diff --git a/sandcastle/images/merchant/startup.sh b/sandcastle/images/merchant/startup.sh @@ -168,15 +168,16 @@ echo DONE ##unset LIBEUFIN_SANDBOX_PASSWORD ##echo DONE -echo -n "Init sync database..." -sync-dbinit -L WARNING -c /config/taler.conf -echo DONE - -echo -n "Launching sync..." -sync-httpd -L WARNING -c /config/taler.conf 2>&1 | \ - rotatelogs -e /logs/sync-httpd-%Y-%m-%d.log 86400 & -echo DONE - -is_serving $SYNC_URL +# Sync should be put into a separate container: https://bugs.gnunet.org/view.php?id=7605 +#echo -n "Init sync database..." +#sync-dbinit -L WARNING -c /config/taler.conf +#echo DONE +# +#echo -n "Launching sync..." +#sync-httpd -L WARNING -c /config/taler.conf 2>&1 | \ +# rotatelogs -e /logs/sync-httpd-%Y-%m-%d.log 86400 & +#echo DONE +# +#is_serving $SYNC_URL wait -n