From 7d75018a286d73f8e1f8a747e9d510d9154bc533 Mon Sep 17 00:00:00 2001 From: Jason Stirnaman Date: Thu, 10 Jul 2025 12:18:02 -0500 Subject: [PATCH] Update content/influxdb3/clustered/admin/backup-restore.md --- content/influxdb3/clustered/admin/backup-restore.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/influxdb3/clustered/admin/backup-restore.md b/content/influxdb3/clustered/admin/backup-restore.md index f85583c7e..229dc591c 100644 --- a/content/influxdb3/clustered/admin/backup-restore.md +++ b/content/influxdb3/clustered/admin/backup-restore.md @@ -326,7 +326,7 @@ using Catalog store snapshots: > > Before scaling down, record the current number of replicas for each component > to restore them to the correct scale later. Use the following commands: - > For example, to get the number of replicas for each component: + > For example, to get the number of active replicas for each component: > > ```bash > echo "GC: $(kubectl get deployment global-gc -n influxdb -o jsonpath='{.spec.replicas}')"