From f9e4c3b4b1b73ae755ebf5c5fbc6d3bc2210187b Mon Sep 17 00:00:00 2001 From: Mate Majoros Date: Mon, 12 Jan 2026 10:20:00 +0200 Subject: [PATCH] setting archiving paths --- .github/workflows/remove-site.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/remove-site.yml b/.github/workflows/remove-site.yml index 45b330a1..1c5c8161 100644 --- a/.github/workflows/remove-site.yml +++ b/.github/workflows/remove-site.yml @@ -154,7 +154,7 @@ jobs: fi # Drop the site (this will create backup files automatically) - docker compose exec -T backend bench drop-site ${{ github.event.inputs.site_name }} --db-root-password \$MARIADB_ROOT_PASSWORD --force + docker compose exec -T backend bench drop-site ${{ github.event.inputs.site_name }} --db-root-password \$MARIADB_ROOT_PASSWORD --archived-sites-path ~/frappe-bench/archived/sites/${{ github.event.inputs.site_name }} --force " - name: Verify site removal