[Doc] There are some version errors in the 2.0.1-release (#9335)

dependabot/maven/org.springframework-spring-beans-5.3.18
xiangzihao 2022-04-03 12:55:25 +08:00 committed by GitHub
parent a866465d01
commit 3c5568c16c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 0 deletions

View File

@ -705,4 +705,13 @@ DELETE FROM t_ds_task_definition_log WHERE id IN
--- ---
## QUpgrade from 2.0.1 to 2.0.5 using PostgreSQL database failed
AThe repair can be completed by executing the following SQL in the database:
```SQL
update t_ds_version set version='2.0.1';
```
---
## We will collect more FAQ later ## We will collect more FAQ later

View File

@ -686,4 +686,13 @@ DELETE FROM t_ds_task_definition_log WHERE id IN
--- ---
## Q使用Postgresql数据库从2.0.1升级至2.0.5更新失败
A在数据库中执行以下SQL即可完成修复:
```SQL
update t_ds_version set version='2.0.1';
```
---
我们会持续收集更多的 FAQ。 我们会持续收集更多的 FAQ。