Update database naming restrictions for Dedicated and Clustered (#5193)

* update database naming restrictions for dedicated and clustered, closes #5167

* Apply suggestions from code review

Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>

---------

Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
pull/5194/head
Scott Anderson 2023-10-25 10:38:40 -06:00 committed by GitHub
parent fa9bba758e
commit 91f126fef0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 20 additions and 12 deletions

View File

@ -89,9 +89,11 @@ The retention period value cannot be negative or contain whitespace.
Database names must adhere to the following naming restrictions:
- Must contain two or more characters
- Cannot start with an underscore (`_`)
- Cannot contain whitespace characters, double quotes (`"`), or percent signs (`%`)
- Cannot contain whitespace, punctuation, or special characters.
Only alphanumeric, underscore (`_`), dash (`-`), and forward-slash
(`/`) characters are permitted.
- Should not start with an underscore (`_`).
- Maximum length of 64 characters.
## InfluxQL DBRP naming convention

View File

@ -93,9 +93,11 @@ The retention period value cannot be negative or contain whitespace.
Database names must adhere to the following naming restrictions:
- Must contain two or more characters
- Cannot start with an underscore (`_`)
- Cannot contain whitespace characters, double quotes (`"`), or percent signs (`%`)
- Cannot contain whitespace, punctuation, or special characters.
Only alphanumeric, underscore (`_`), dash (`-`), and forward-slash
(`/`) characters are permitted.
- Should not start with an underscore (`_`).
- Maximum length of 64 characters.
## InfluxQL DBRP naming convention

View File

@ -89,9 +89,11 @@ The retention period value cannot be negative or contain whitespace.
Database names must adhere to the following naming restrictions:
- Must contain two or more characters
- Cannot start with an underscore (`_`)
- Cannot contain whitespace characters, double quotes (`"`), or percent signs (`%`)
- Cannot contain whitespace, punctuation, or special characters.
Only alphanumeric, underscore (`_`), dash (`-`), and forward-slash
(`/`) characters are permitted.
- Should not start with an underscore (`_`).
- Maximum length of 64 characters.
## InfluxQL DBRP naming convention

View File

@ -93,9 +93,11 @@ The retention period value cannot be negative or contain whitespace.
Database names must adhere to the following naming restrictions:
- Must contain two or more characters
- Cannot start with an underscore (`_`)
- Cannot contain whitespace characters, double quotes (`"`), or percent signs (`%`)
- Cannot contain whitespace, punctuation, or special characters.
Only alphanumeric, underscore (`_`), dash (`-`), and forward-slash
(`/`) characters are permitted.
- Should not start with an underscore (`_`).
- Maximum length of 64 characters.
## InfluxQL DBRP naming convention