From ed89a09b31efb565e8f94b5fc8d10230923a9649 Mon Sep 17 00:00:00 2001 From: Alex Steel <130377221+asteel-gsa@users.noreply.github.com> Date: Thu, 30 May 2024 12:45:26 -0400 Subject: [PATCH] db_restore workflow test --- .github/workflows/backup-util.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backup-util.yml b/.github/workflows/backup-util.yml index 94a88ff804..8a2fe19a43 100644 --- a/.github/workflows/backup-util.yml +++ b/.github/workflows/backup-util.yml @@ -37,7 +37,7 @@ jobs: cf_password: ${{ secrets.CF_PASSWORD }} cf_org: gsa-tts-oros-fac cf_space: ${{ env.space }} - command: cf run-task gsa-fac -k 3G -m 2G --name s3_restore --command "./fac-restore-util.sh v0.1.2 s3_restore 202405301232" + command: cf run-task gsa-fac -k 3G -m 2G --name db_restore --command "./fac-restore-util.sh v0.1.2 db_restore" ### Common Commands: # ./fac-backup-util.sh v0.1.2 initial_backup # ./fac-backup-util.sh v0.1.2 deploy_backup