docs(clustered): object versioning recommendation (#5362)

* docs: recommendation of object versioning

* Update content/influxdb/clustered/install/prerequisites.md

---------

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
pull/5363/head
Jack 2024-03-13 14:29:33 +00:00 committed by GitHub
parent 0e3947e1ab
commit 7520bccd29
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 1 deletions

View File

@ -14,7 +14,12 @@ weight: 101
InfluxDB Clustered requires the following prerequisites:
- **Kubernetes cluster**: version 1.25 or higher
- **Object storage**: AWS S3 or S3-compatible storage used to store the InfluxDB parquet files
- **Object storage**: AWS S3 or S3-compatible storage used to store the InfluxDB parquet files.
{{% note %}}
We **strongly** recommend that you enable object versioning in your object store.
{{% /note %}}
- **PostgreSQL-compatible database** _(AWS Aurora, hosted Postgres, etc.)_:
Used to store the InfluxDB catalog
- Supported PostgreSQL versions: **13.814.6**