From ae4bf7d6fb5f70defb2c69be25e012dcdb42816b Mon Sep 17 00:00:00 2001 From: Simon Luthe Date: Sun, 4 Aug 2024 01:29:04 +0200 Subject: [PATCH] qf2 --- run-migrations.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/run-migrations.sh b/run-migrations.sh index 795d26a..294fb33 100755 --- a/run-migrations.sh +++ b/run-migrations.sh @@ -1,5 +1,11 @@ #!/bin/bash +echo "Starte Migrations-Skript" +echo "Datenbankconfig:" +echo "Host: $DB_HOST" +echo "User: $DB_USER" +echo "Database: $DB_NAME" + max_retries=30 counter=0