From 24a6129f85d0d2a38a94718d43d5972030d90844 Mon Sep 17 00:00:00 2001 From: Viktor Ribchev Date: Mon, 29 Jan 2024 10:38:29 +0200 Subject: [PATCH] Fixed wrong variable name --- files/graphdb_backup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/graphdb_backup b/files/graphdb_backup index fe09477..f325ca1 100644 --- a/files/graphdb_backup +++ b/files/graphdb_backup @@ -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'