-
Notifications
You must be signed in to change notification settings - Fork 195
New issue
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
Add initial RDBMS documentation #4877
base: main
Are you sure you want to change the base?
Conversation
👋 🤖 🤔 Hello, @stoerti! Did you make your changes in all the right places? These files were changed only in docs/. You might want to duplicate these changes in versioned_docs/version-8.6/.
You may have done this intentionally, but we wanted to point it out in case you didn't. You can read more about the versioning within our docs in our documentation guidelines. |
Let me know if you need any help @stoerti 🙂 |
@stoerti thanks for your comment about delivery in the PR description. Since we are actively triaging changes for 8.7 and 8.8, I went ahead and added a |
## Description Aligns all columns like *_id, *_name to 400 characters. Also updated limitations in camunda-docs ([rdbms branch](camunda/camunda-docs#4877)) relates to #24002
|
||
TODO: Add more text about behavior and limitations? | ||
|
||
Document based databases like ElasticSearch and OpenSearch |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [vale] reported by reviewdog 🐶
[all.glossary] This term is spelled, uppercased, lowercased, hyphenated, or used incorrectly. Review the WCoE glossary.
@@ -24,6 +24,8 @@ Zeebe stores its backup to an external storage and must be configured before the | |||
|
|||
### Backup process | |||
|
|||
#### Backups using ElasticSearch |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [vale] reported by reviewdog 🐶
[all.glossary] This term is spelled, uppercased, lowercased, hyphenated, or used incorrectly. Review the WCoE glossary.
### Restore | ||
|
||
To restore a Camunda 8 cluster from a backup, all components must be restored from their backup corresponding to the same backup id: | ||
#### Restoring using ElasticSearch |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [vale] reported by reviewdog 🐶
[all.glossary] This term is spelled, uppercased, lowercased, hyphenated, or used incorrectly. Review the WCoE glossary.
To restore a Camunda 8 cluster from a backup, all components must be restored from their backup corresponding to the same backup id: | ||
#### Restoring using ElasticSearch | ||
|
||
To restore an ElasticSearch based Camunda 8 cluster from a backup, all components must be restored from their backup corresponding to the same backup id: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [vale] reported by reviewdog 🐶
[all.glossary] This term is spelled, uppercased, lowercased, hyphenated, or used incorrectly. Review the WCoE glossary.
Description
Preparation for RDBMS release. Will maybe not happen before Camunda 8.8
When should this change go live?
hold
label or convert to draft PR)PR Checklist
/versioned_docs
directory./docs
directory (aka/next/
).