Merge branch 'master' into jstirnaman/issue5695

pull/5707/head
Jason Stirnaman 2024-12-10 09:30:15 -06:00 committed by GitHub
commit 126473ed4f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -373,7 +373,7 @@ PostgreSQL-compatible database.
### PostgreSQL-compatible database requirements
- PostgreSQL versions **13.814.6**.
- PostgreSQL version **13 or 14**.
- **Minimum of 4 GB of memory** or equivalent provider-specific units.
- To avoid conflicts and prevent issues caused by shared usage with other
applications, ensure that your PostgreSQL-compatible instance is dedicated

View File

@ -35,7 +35,7 @@ influxd recovery auth create-operator [flags]
##### Generate a new operator token
```sh
influxd \
influxd recovery auth create-operator \
--org example-org \
--username example-user
```