From f51e2c4cbe452716ceb8059eb1fd4baf4b7632da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20G=C3=B3mez=20Gracia?= Date: Thu, 30 May 2024 10:20:20 +0200 Subject: [PATCH] [bitnami/influxdb] Update docs (#26560) Signed-off-by: Gonzalo Gomez Gracia --- bitnami/influxdb/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bitnami/influxdb/README.md b/bitnami/influxdb/README.md index 600b1a4e09a36a..571961b1257f18 100644 --- a/bitnami/influxdb/README.md +++ b/bitnami/influxdb/README.md @@ -118,6 +118,10 @@ In addition to these options, you can also set an external ConfigMap with all th The allowed extensions are `.sh`, and `.txt`. +### Migrating InfluxDB 1.x data into 2.x format + +The [Bitnami InfluxDB™](https://github.com/bitnami/containers/tree/main/bitnami/influxdb) image allows you to migrate your InfluxDB 1.x data into 2.x format by setting the `INFLUXDB_INIT_MODE=upgrade` environment variable, and mounting the InfluxDB 1.x data into the container (let the initialization logic know where it is located with the `INFLUXDB_INIT_V1_DIR` variable). Do not point `INFLUXDB_INIT_V1_DIR` into `INFLUXDB_VOLUME_DIR` (default: `/bitnami/influxdb`), or the upgrade process will fail. + ### Setting Pod's affinity This chart allows you to set your custom affinity using the `XXX.affinity` parameter(s). Find more information about Pod's affinity in the [kubernetes documentation](https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity). @@ -616,4 +620,4 @@ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and -limitations under the License. \ No newline at end of file +limitations under the License.