Skip to content

Commit

Permalink
Fixed wrong variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
viktor-ribchev committed Jan 29, 2024
1 parent 6780e5f commit 24a6129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/graphdb_backup
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ perform_backup() {

response_code=$(curl -X POST --write-out %{http_code} --silent --output /dev/null \
--header 'Content-Type: application/json' \
-u "$GRAPHDB_USER:$GRAPHDB_ADMIN_PASSWORD" \
-u "$GRAPHDB_USER:$GRAPHDB_PASSWORD" \
--header 'Accept: application/json' \
-d "{\"bucketUri\": \"az://${BACKUP_STORAGE_CONTAINER_NAME}/${BACKUP_NAME}?blob_storage_account=${BACKUP_STORAGE_ACCOUNT_NAME}\", \"backupOptions\": {\"backupSystemData\": true}}" \
'http://localhost:7200/rest/recovery/cloud-backup'
Expand Down

0 comments on commit 24a6129

Please sign in to comment.