mirror of https://github.com/status-im/consul.git
docs: Additional feedback from PR #12971
This commit incorporates additional feedback received related to PR #12971.
This commit is contained in:
parent
7345432c3b
commit
e56fd9a45a
|
@ -75,9 +75,9 @@ This endpoint restores a point-in-time snapshot of the Consul server state.
|
|||
|
||||
Restores involve a potentially dangerous low-level Raft operation that is not
|
||||
designed to handle server failures during a restore. This operation is primarily
|
||||
intended to be used when recovering from a disaster, restoring into a fresh
|
||||
cluster of Consul servers running the same version as the cluster from where the
|
||||
snapshot was taken.
|
||||
intended to recover from a disaster. It restores your configuration into a fresh
|
||||
cluster of Consul servers as long as your new cluster runs the same Consul
|
||||
version as the cluster that originally took the snapshot.
|
||||
|
||||
| Method | Path | Produces |
|
||||
| :----- | :---------- | ----------------------------- |
|
||||
|
|
|
@ -16,9 +16,9 @@ from the given file.
|
|||
|
||||
Restores involve a potentially dangerous low-level Raft operation that is not
|
||||
designed to handle server failures during a restore. This command is primarily
|
||||
intended to be used when recovering from a disaster, restoring into a fresh
|
||||
cluster of Consul servers running the same version as the cluster from where the
|
||||
snapshot was taken.
|
||||
intended to recover from a disaster. It restores your configuration into a fresh
|
||||
cluster of Consul servers as long as your new cluster runs the same Consul
|
||||
version as the cluster that originally took the snapshot.
|
||||
|
||||
The table below shows this command's [required ACLs](/api#authentication). Configuration of
|
||||
[blocking queries](/api-docs/features/blocking) and [agent caching](/api-docs/features/caching)
|
||||
|
|
Loading…
Reference in New Issue