hotfix: explain token permissions for db rename in distributed

pbarnett/update-explorer-to-1.2
Scott Anderson 2025-09-30 10:17:59 -06:00
parent 7fca116f3e
commit c20b770814
2 changed files with 8 additions and 0 deletions

View File

@ -25,6 +25,10 @@ to rename a database in your {{< product-name omit=" Cluster" >}} cluster.
> or update [database tokens](/influxdb3/cloud-dedicated/admin/tokens/database/).
> After renaming a database, any existing database tokens will stop working and you
> must create new tokens with permissions for the renamed database.
>
> If you create a new database using the previous database name, tokens
> associated with that database name will grant access to the newly created
> database.
## Rename a database using the influxctl CLI

View File

@ -25,6 +25,10 @@ to rename a database in your {{< product-name omit=" Cluster" >}} cluster.
> or update [database tokens](/influxdb3/clustered/admin/tokens/database/).
> After renaming a database, any existing database tokens will stop working and you
> must create new tokens with permissions for the renamed database.
>
> If you create a new database using the previous database name, tokens
> associated with that database name will grant access to the newly created
> database.
## Rename a database using the influxctl CLI