Skip to content

Commit

Permalink
backport of commit 164cada
Browse files Browse the repository at this point in the history
  • Loading branch information
huikang committed May 9, 2023
1 parent 9e1d35d commit 780cdd0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions website/content/commands/snapshot/save.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ variable for the Consul server processes. Keep in mind that setting the environm
the CLI client attempting to perform a snapshot save will have no effect. It _must_ be set in
the context of the server process. If you're using Systemd to manage your Consul server
processes, then adding `Environment=TMPDIR=/path/to/dir` to your Consul unit file will work.
Another side effect is that one snapshot file is also taken at `data_dir/raft/snapshots`,
resulting from Raft snapshot.
As a result of the Raft snapshot, Consul also saves one snapshot file at `data_dir/raft/snapshots`.

The table below shows this command's [required ACLs](/consul/api-docs/api-structure#authentication). Configuration of
[blocking queries](/consul/api-docs/features/blocking) and [agent caching](/consul/api-docs/features/caching)
Expand Down

0 comments on commit 780cdd0

Please sign in to comment.