doc(stream):recover stream

This commit is contained in:
54liuyao 2024-11-07 18:10:11 +08:00
parent 8757021065
commit 9a8a91b619
1 changed files with 2 additions and 2 deletions

View File

@ -236,7 +236,7 @@ RESUME STREAM [IF EXISTS] [IGNORE UNTREATED] stream_name;
1.修改 taos.cfg添加disableStream 1
2.重启 taosd
2.重启 taosd。如果启动失败,需要手动删除文件夹:$dataDir/vnode/vnode*/tq/stream$dataDir指 TDengine 存储数据的目录,在 $dataDir/vnode/ 目录下会有多个类似vnode1 、vnode2...vnode* 的目录
3.启动 taos
@ -259,4 +259,4 @@ flush database test1;
5.修改 taos.cfg去掉 disableStream 1或将 disableStream 改为 0
6.启动 taosd
6.启动 taosd