Skip to content

Commit 8a850b9

Browse files
authored
Relax snapshot repo backup docs (#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 #93575 Reverts #115062 Reverts #115071 Relates #128296
1 parent 22e6ba1 commit 8a850b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/snapshot-restore/register-repository.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ the backup of its contents. If {es} writes any data to the repository during
252252
the backup then the contents of the backup may not be consistent and it may not
253253
be possible to recover any data from it in future. Prevent writes to the
254254
repository by unregistering the repository from the cluster which has write
255-
access to it.
255+
access to it, or by registering it with `readonly: true`.
256256

257257
Alternatively, if your repository supports it, you may take an atomic snapshot
258258
of the underlying filesystem and then take a backup of this filesystem

0 commit comments

Comments
 (0)