Update content/influxdb3/clustered/admin/backup-restore.md

pull/6206/head
Jason Stirnaman 2025-07-10 12:18:02 -05:00 committed by GitHub
parent 82ce9a69d9
commit 7d75018a28
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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}')"