-
Notifications
You must be signed in to change notification settings - Fork 25.5k
Relax snapshot repo backup docs #129040
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
Relax snapshot repo backup docs #129040
Conversation
It's now ok to mark a repository as `readonly: true` while taking a backup, so this commit reinstates the docs that say this. Relates elastic#93575 Reverts elastic#115062 Reverts elastic#115071 Relates elastic#128296
Documentation preview: |
Pinging @elastic/es-docs (Team:Docs) |
Pinging @elastic/es-distributed-coordination (Team:Distributed Coordination) |
It's now ok to mark a repository as `readonly: true` while taking a backup, so this commit reinstates the docs that say this. Relates elastic/elasticsearch#93575 Reverts elastic/elasticsearch#115062 Reverts elastic/elasticsearch#115071 Relates elastic/elasticsearch#128296 Relates elastic/elasticsearch#129040
It's now ok to mark a repository as `readonly: true` while taking a backup, so this commit reinstates the docs that say this. Relates elastic/elasticsearch#93575 Reverts elastic/elasticsearch#115062 Reverts elastic/elasticsearch#115071 Relates elastic/elasticsearch#128296 Relates elastic/elasticsearch#129040
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.
Looks good!
A minor nitpick is that the change in PR#1625 in the docs-content repo reads a bit clearer (even if it's more verbose):
Prevent writes to the repository by unregistering the repository from the cluster which has write access to it, or by registering it with
readonly: true.
I'll leave it up to you if you want to update it for consistency.
Many thanks.
👍 done |
It's now ok to mark a repository as
readonly: true
while taking abackup, so this commit reinstates the docs that say this.
Relates #93575
Reverts #115062
Reverts #115071
Relates #128296