You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.
Describe the bug
Backup job fails uploading blobs to azure storage because existing ones cannot be overwritten due to a storage braking change in azure-cli version 2.34.1
To Reproduce
Build neo4j backup docker image
Deploy backup helm chart using the new docker image
Trigger the backup cronjob
Expected behavior
Backup job finished OK
Error Logs
"ERROR: The specified blob already exists."
Additional context
Installed azure-cli version is not fixed in the backup Dockerfile:
RUN curl -sL https://aka.ms/InstallAzureCLIDeb | bash
backup.sh should be updated to add --overwrite option when needed:
Describe the bug
Backup job fails uploading blobs to azure storage because existing ones cannot be overwritten due to a storage braking change in azure-cli version 2.34.1
To Reproduce
Expected behavior
Backup job finished OK
Error Logs
"ERROR: The specified blob already exists."
Additional context
Installed azure-cli version is not fixed in the backup Dockerfile:
backup.sh should be updated to add --overwrite option when needed:
The text was updated successfully, but these errors were encountered: