We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the use case:
Zeebe supports backing up it's data, but when you deploy in K8s, and using helm there is no way to restore from the backed-up data. BackUp Docs
Describe the enhancement/feature:
Support/Add Documentation - Restore from a backup.
Desired outcome and acceptance tests:
Allow pointing to an S3 bucket and restoring from it.
The text was updated successfully, but these errors were encountered:
you can Enter the container and execute the command ./bin/restore --backupId=xxxxx like this
Sorry, something went wrong.
We get "data directory is not empty" when exec onto the broker container and running the restore command
No branches or pull requests
Describe the use case:
Zeebe supports backing up it's data, but when you deploy in K8s, and using helm there is no way to restore from the backed-up data.
BackUp Docs
Describe the enhancement/feature:
Support/Add Documentation - Restore from a backup.
Desired outcome and acceptance tests:
Allow pointing to an S3 bucket and restoring from it.
The text was updated successfully, but these errors were encountered: