From c6bec0664fc15ccde1dafecabfa24ae21f0d43c7 Mon Sep 17 00:00:00 2001 From: Yasuo Honda Date: Fri, 11 Sep 2026 14:24:44 +0900 Subject: [PATCH] br: clarify that this step edits the systemd service config, not TiKV's config file The systemctl edit tikv-24000 command in the preceding step opens a systemd unit drop-in, not tikv.toml. The same document's newer "managed identity" section already describes this correctly as opening the systemd service editor. --- br/backup-and-restore-storages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/br/backup-and-restore-storages.md b/br/backup-and-restore-storages.md index 8b8664559e96a..295737af4309b 100644 --- a/br/backup-and-restore-storages.md +++ b/br/backup-and-restore-storages.md @@ -193,7 +193,7 @@ The default values of the preceding two configuration items are both `true`. If systemctl edit tikv-24000 ``` - 2. Edit the TiKV configuration file to configure the three environment variables: + 2. Edit the systemd service configuration to set the three environment variables: ``` [Service]