doc(stream):recover stream

This commit is contained in:
54liuyao 2024-11-07 17:57:26 +08:00
parent 56be3e79d2
commit 7b6824dd95
1 changed files with 5 additions and 0 deletions

View File

@ -233,8 +233,11 @@ RESUME STREAM [IF EXISTS] [IGNORE UNTREATED] stream_name;
### 流计算升级故障恢复
升级 TDengine 后,如果流计算不兼容,需要删除流计算,然后重新创建流计算。步骤如下:
1.修改 taos.cfg添加disableStream 1
2.启动 taosd
3.启动 taos
```sql
@ -253,5 +256,7 @@ flush database test1;
```
4.关闭 taosd
5.修改 taos.cfg去掉 disableStream 1或将 disableStream 改为 0
6.启动 taosd