From 164cada247fc1e87dd74751c22313e856843e9ff Mon Sep 17 00:00:00 2001 From: cskh Date: Tue, 9 May 2023 12:00:37 -0400 Subject: [PATCH] update text --- website/content/commands/snapshot/save.mdx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/website/content/commands/snapshot/save.mdx b/website/content/commands/snapshot/save.mdx index bff70f4feea7e..18ffc50150ab4 100644 --- a/website/content/commands/snapshot/save.mdx +++ b/website/content/commands/snapshot/save.mdx @@ -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)