Browse Source

Update website/content/commands/snapshot/save.mdx

Co-authored-by: Chris S. Kim <ckim@hashicorp.com>
pull/17276/head
cskh 2 years ago
parent
commit
7eda9c7f22
  1. 2
      website/content/commands/snapshot/save.mdx

2
website/content/commands/snapshot/save.mdx

@ -29,7 +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 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 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. 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/snapshops`, Another side effect is that one snapshot file is also taken at `data_dir/raft/snapshots`,
resulting from Raft snapshot. resulting from Raft snapshot.
The table below shows this command's [required ACLs](/consul/api-docs/api-structure#authentication). Configuration of The table below shows this command's [required ACLs](/consul/api-docs/api-structure#authentication). Configuration of

Loading…
Cancel
Save