[Doc] There are some version errors in the 2.0.1-release (#9335)
parent
a866465d01
commit
3c5568c16c
|
|
@ -705,4 +705,13 @@ DELETE FROM t_ds_task_definition_log WHERE id IN
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## Q:Upgrade from 2.0.1 to 2.0.5 using PostgreSQL database failed
|
||||||
|
|
||||||
|
A:The 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
|
||||||
|
|
@ -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。
|
||||||
Loading…
Reference in New Issue