Skip to content

Commit

Permalink
fix bbr restore script
Browse files Browse the repository at this point in the history
  • Loading branch information
psycofdj committed Jul 18, 2021
1 parent 2ca31ff commit a3e869d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jobs/bbr-logservicedb/templates/restore.sh.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<% if p('release_level_backup') %>
set -ex

JOB_PATH="/var/vcap/jobs/bbr-credhubdb"
JOB_PATH="/var/vcap/jobs/bbr-logservicedb"
SDK_PATH="/var/vcap/jobs/database-backup-restorer"

BBR_ARTIFACT_FILE_PATH="${BBR_ARTIFACT_DIRECTORY}/logservicedb_dump"
Expand All @@ -11,4 +11,4 @@ CONFIG_PATH="${JOB_PATH}/config/bbr.json"
"${SDK_PATH}/bin/restore" --config "${CONFIG_PATH}" --artifact-file "${BBR_ARTIFACT_FILE_PATH}"
<% else %>
echo "script deactivated due to release_level_backup being set to FALSE\n"
<% end %>
<% end %>

0 comments on commit a3e869d

Please sign in to comment.