Back to Influxdb

Rename

content/shared/influxctl/database/rename.md

latest1.2 KB
Original Source

The influxctl database rename command renames a database in an {{% product-name omit=" Clustered" %}} cluster. This command does not change the database ID, database properties, or the data stored in the database.

[!Warning]

Renaming a database requires new tokens

Database tokens are associated to databases by name. After renaming a database, tokens referencing the old name no longer function. You must generate tokens for the new database name.

Usage

<!-- pytest.mark.skip -->
bash
influxctl database rename [flags] <CURRENT_DB_NAME> <NEW_DB_NAME>

Arguments

ArgumentDescription
CURRENT_DB_NAMECurrent name of the database
NEW_DB_NAMENew name for the database

Flags

FlagDescription
-h--helpOutput command help

{{% caption %}} Also see influxctl global flags. {{% /caption %}}