Skip to content

Commit 7623c64

Browse files
committed
db_restore task test
1 parent 51e772e commit 7623c64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/fac-backup-util.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
# space: ${{ inputs.environment }}
3838
space: "preview"
3939
util_version: v0.1.3
40-
restore_operation: s3_restore
40+
restore_operation: db_restore
4141
s3_backup_path: "daily/06-04/"
4242
steps:
4343
- name: Backup FAC Database and Sync Media (restore test)
@@ -48,4 +48,4 @@ jobs:
4848
cf_org: gsa-tts-oros-fac
4949
cf_space: ${{ env.space }}
5050
# command: cf run-task gsa-fac -k 7G -m 3G --name deploy_backup_util --command "./fac-backup-util.sh ${{ inputs.util_version }} ${{ inputs.backup_operation }}"
51-
command: cf run-task gsa-fac -k 7G -m 3G --name s3_restore_util --command "./fac-restore-util.sh ${{ env.util_version }} ${{ env.restore_operation }} ${{ env.s3_backup_path }}"
51+
command: cf run-task gsa-fac -k 7G -m 3G --name db_restore_util --command "./fac-restore-util.sh ${{ env.util_version }} ${{ env.restore_operation }} ${{ env.s3_backup_path }}"

0 commit comments

Comments
 (0)