Skip to content
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

feat(broker): update docs in backups/GCS regarding initialization and added update guide from 8.6 to 8.7 #4412

Merged
merged 1 commit into from
Oct 24, 2024

Conversation

entangled90
Copy link
Contributor

@entangled90 entangled90 commented Oct 7, 2024

Description

When should this change go live?

  • This is a bug fix, security concern, or something that needs urgent release support.
  • This is already available but undocumented and should be released within a week.
  • This on a specific schedule and the assignee will coordinate a release with the DevEx team. (apply hold label or convert to draft PR)
  • This is part of a scheduled alpha or minor. (apply alpha or minor label)
  • There is no urgency with this change and can be released at any time.

PR Checklist

  • My changes are for an already released minor and are in /versioned_docs directory.
  • My changes are for the next minor and are in /docs directory (aka /next/).

closes #4410

@entangled90 entangled90 added component:zeebe Issues related with Zeebe project target:8.7 Issues included in the 8.7 release labels Oct 7, 2024
Copy link
Contributor

github-actions bot commented Oct 7, 2024

👋 🤖 🤔 Hello! 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/.

  • docs/self-managed/operational-guides/backup-restore/zeebe-backup-and-restore.md
  • docs/self-managed/operational-guides/update-guide/860-to-870.md

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.

deepthidevaki
deepthidevaki previously approved these changes Oct 24, 2024
Comment on lines 104 to 105
To prevent misconfiguration, Zeebe will check at startup that the specified bucket exists and can be accessed, but
it will not prevent Zeebe to start up.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
To prevent misconfiguration, Zeebe will check at startup that the specified bucket exists and can be accessed, but
it will not prevent Zeebe to start up.
To prevent misconfiguration, Zeebe will check at startup that the specified bucket exists and can be accessed, and log at WARN level if the bucket does not exist.

Copy link
Contributor

@deepthidevaki deepthidevaki left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@entangled90 entangled90 merged commit 4129dec into main Oct 24, 2024
7 checks passed
@entangled90 entangled90 deleted the cs/4410-fix-GCS-backup-initialization branch October 24, 2024 14:23
description: "Review which adjustments must be made to migrate from Camunda 8.6.x to Camunda 8.7.0."
---

The following sections explain which adjustments must be made to migrate from Camunda 8.6.x to 8.6.x for each component.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like this merged with a typo @entangled90. Please be sure to include tech-writers in your reviewers for most docs changes.

@akeller akeller mentioned this pull request Oct 25, 2024
9 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:zeebe Issues related with Zeebe project target:8.7 Issues included in the 8.7 release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update documentation on Google Cloud Storage backup checks during initialization
3 participants