docs:update download link in 01-tdengine.md (#32373)
This commit is contained in:
parent
c8081254dd
commit
c4c159bdd6
|
@ -38,7 +38,7 @@ TDengine provides a memory allocator configuration script, `set_taos_malloc.sh`,
|
|||
|
||||
### Notes
|
||||
|
||||
- After modification, it is recommended to restart the taosd/taosadapter service or re-source the environment variable file.
|
||||
- Only supported when running in the TDengine installation directory.
|
||||
- After modification, you need to restart the taosd/taosadapter service or re-source the environment variable file.
|
||||
- Only supported when running in the TDengine installation directory `/usr/local/taos/bin/`.
|
||||
|
||||
For more advanced usage, please refer to the script comments or contact operations support.
|
|
@ -21,6 +21,8 @@ For TDengine 2.x version installation packages, see [Download Historical Version
|
|||
|
||||
## TDengine 3.x Downloads
|
||||
|
||||
For TDengine 3.3.7.0 and later versions, see [Download Center](https://tdengine.com/downloads/).
|
||||
|
||||
Download links for TDengine 3.x version installation packages are as follows:
|
||||
|
||||
import Release from "/components/ReleaseV3";
|
||||
|
|
|
@ -38,7 +38,7 @@ TDengine 提供了内存分配器配置脚本 `set_taos_malloc.sh`,用于优
|
|||
|
||||
### 注意事项
|
||||
|
||||
- 修改后,建议重启 taosd/taosadapter 服务或重新 source 环境变量文件。
|
||||
- 仅支持在 TDengine 安装目录下运行。
|
||||
- 修改后,需要重启 taosd/taosadapter 服务或重新 source 环境变量文件让配置生效。
|
||||
- 仅支持在 TDengine 安装目录`/usr/local/taos/bin/`下运行。
|
||||
|
||||
如需更多高级用法,请参考脚本内注释或联系运维支持。
|
|
@ -7,6 +7,7 @@ description: TDengine 发布历史、Release Notes 及下载链接
|
|||
## TDengine 版本规则说明
|
||||
|
||||
TDengine 版本号由四个数字组成,中间由点号分隔,定义如下
|
||||
|
||||
- `[Major+].[Major].[Feature].[Maintenance]`
|
||||
- `Major+`:产品有重大重构,不能直接升级,如有升级需要请联系 TDengine 客户支持团队
|
||||
- `Major`:有重大新特性,升级时不支持滚动升级,且升级后不可回退,如从 3.2.3.0 升级到 3.3.0.0 后不能回退
|
||||
|
@ -14,12 +15,15 @@ TDengine 版本号由四个数字组成,中间由点号分隔,定义如下
|
|||
- `Maintenance`: 没有新特性,有且只有缺陷修复,支持滚动升级,升级后可以回退
|
||||
- 滚动升级:由三个或以上节点组成且使用三副本的集群,每次停止一个节点、对其进行升级、然后重新启动,按此过程循环完成对集群中所有节点的升级,在升级期间集群仍然可以对外提供服务。对于不支持滚动升级的版本变化,需要先停止整个集群、升级集群中所有节点、最后启动整个集群,在升级期间集群不能对外提供服务。
|
||||
|
||||
|
||||
## TDengine 2.x 下载
|
||||
|
||||
TDengine 2.x 各版本安装包请访问 [这里](https://www.taosdata.com/all-downloads)
|
||||
TDengine 2.x 各版本安装包请访问 [这里](https://taosdata.com/all-downloads)
|
||||
|
||||
## TDengine 3.x 下载
|
||||
|
||||
TDengine 3.3.7.0 及以上版本请访问[下载中心](https://taosdata.com/download-center)
|
||||
|
||||
TDengine 3.x 各版本安装包下载链接如下:
|
||||
|
||||
import Release from "/components/ReleaseV3";
|
||||
|
@ -160,7 +164,6 @@ import Release from "/components/ReleaseV3";
|
|||
|
||||
<Release type="tdengine" version="3.0.3.0" />
|
||||
|
||||
|
||||
## 3.0.2.6
|
||||
|
||||
<Release type="tdengine" version="3.0.2.6" />
|
||||
|
|
Loading…
Reference in New Issue