From 1a84e7286692d5f8ec0904c326810f85e1d54f59 Mon Sep 17 00:00:00 2001 From: Weny Xu Date: Fri, 17 May 2024 16:59:35 +0800 Subject: [PATCH] docs: add upgrade note for using InfluxDB protocol --- docs/nightly/en/user-guide/upgrade.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/nightly/en/user-guide/upgrade.md b/docs/nightly/en/user-guide/upgrade.md index 110a52b46..478b2de4a 100644 --- a/docs/nightly/en/user-guide/upgrade.md +++ b/docs/nightly/en/user-guide/upgrade.md @@ -45,11 +45,6 @@ For a complete upgrade, you will need to execute this tools twice with each targ Here is a complete example for upgrading from `v0.7.x` to `v0.8.0`. -### Upgrade from 0.7.0 or 0.7.1 -:::warning NOTICE -If you are using `v0.7.0` or `v0.7.1`, Please replace the old version with `v0.7.11`(Open the data directory using the GreptimeDB `v0.7.11`). -::: - ### Export `CREATE TABLE` Assuming the HTTP service port of the old database is `4000`.