From 23c4d3afe210ef21dea19f86f3125eefbbde88a6 Mon Sep 17 00:00:00 2001 From: Mate Majoros Date: Tue, 13 Jan 2026 12:26:31 +0200 Subject: [PATCH] required passwords added for db restoration --- .github/workflows/restore-site.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/restore-site.yml b/.github/workflows/restore-site.yml index 165a8bb7..1c8d3159 100644 --- a/.github/workflows/restore-site.yml +++ b/.github/workflows/restore-site.yml @@ -254,7 +254,7 @@ jobs: echo \"Restoring from: \$DB_FILE\" # Construct command using array to handle arguments safely - ARGS=(bench --site ${{ github.event.inputs.site_name }} --force restore \"\$DB_FILE\") + ARGS=(bench --site ${{ github.event.inputs.site_name }} --force restore \"\$DB_FILE\" --db-root-password \"'\"\$MARIADB_ROOT_PASSWORD\"'\" --admin-password \"'\"\$ADMIN_PASSWORD\"'\") if [ -n \"\$PUBLIC_FILES\" ]; then echo \"With public files: \$PUBLIC_FILES\"