Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #265 from neo4j-contrib/fix-azure-blob-overwrite
Browse files Browse the repository at this point in the history
Added Azure blob overwrite flag
  • Loading branch information
bfeshti authored Jun 20, 2022
2 parents 1a933a2 + c71a66b commit 256eeb0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/backup/backup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,8 @@ function cloud_copy() {
--file "$backup_path" \
--name $CONTAINER_FILE \
--account-name "$ACCOUNT_NAME" \
--account-key "$ACCOUNT_KEY"
--account-key "$ACCOUNT_KEY" \
--overwrite "true"

if [ "${artifact_type}" = "backup" ]; then
latest_name=$CONTAINER_PATH/$database/${LATEST_POINTER}
Expand Down

0 comments on commit 256eeb0

Please sign in to comment.