File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 37
37
# space: ${{ inputs.environment }}
38
38
space : " preview"
39
39
util_version : v0.1.3
40
- restore_operation : s3_restore
40
+ restore_operation : db_restore
41
41
s3_backup_path : " daily/06-04/"
42
42
steps :
43
43
- name : Backup FAC Database and Sync Media (restore test)
48
48
cf_org : gsa-tts-oros-fac
49
49
cf_space : ${{ env.space }}
50
50
# 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 }}"
You can’t perform that action at this time.
0 commit comments