This is an automated email from the ASF dual-hosted git repository.
liuhongyu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hertzbeat.git
The following commit(s) were added to refs/heads/master by this push:
new 024b44f477 [ci] replace outdated link addresses in dead link check
(#3834)
024b44f477 is described below
commit 024b44f477890d4ab4e397837371530c53f250e3
Author: Cyanty <[email protected]>
AuthorDate: Fri Oct 31 10:16:10 2025 +0800
[ci] replace outdated link addresses in dead link check (#3834)
Co-authored-by: aias00 <[email protected]>
---
home/blog/2024-06-11-hertzbeat-v1.6.0-update.md | 4 ++--
home/blog/2025-04-23-hertzbeat-upgrade-guide-docker-mode.md | 2 +-
home/docs/community/how-to-verify.md | 2 +-
home/docs/start/update-1.6.0.md | 4 ++--
.../2024-06-11-hertzbeat-v1.6.0-update.md | 6 +++---
.../2025-04-23-hertzbeat-upgrade-guide-docker-mode.md | 2 +-
.../2025-04-23-hertzbeat-v1.7.0-docker-and-helm-upgrade-guide.md | 2 +-
.../current/community/how-to-verify.md | 2 +-
.../docusaurus-plugin-content-docs/current/start/update-1.6.0.md | 6 +++---
.../version-v1.6.x/community/how-to-release.md | 4 ++--
.../version-v1.6.x/community/how-to-verify.md | 2 +-
.../version-v1.6.x/start/update-1.6.0.md | 6 +++---
home/versioned_docs/version-v1.6.x/community/how-to-release.md | 4 ++--
home/versioned_docs/version-v1.6.x/community/how-to-verify.md | 2 +-
home/versioned_docs/version-v1.6.x/start/update-1.6.0.md | 4 ++--
script/ci/exclude_files.txt | 4 +++-
16 files changed, 29 insertions(+), 27 deletions(-)
diff --git a/home/blog/2024-06-11-hertzbeat-v1.6.0-update.md
b/home/blog/2024-06-11-hertzbeat-v1.6.0-update.md
index f48317e5c3..d6c5fd2823 100644
--- a/home/blog/2024-06-11-hertzbeat-v1.6.0-update.md
+++ b/home/blog/2024-06-11-hertzbeat-v1.6.0-update.md
@@ -15,7 +15,7 @@ Since version 1.6.0 uses Java 17 and the installation package
no longer provides
### Upgrade Database
-Go to
[https://github.com/apache/hertzbeat/tree/master/hertzbeat-manager/src/main/resources/db/migration](https://github.com/apache/hertzbeat/tree/master/hertzbeat-manager/src/main/resources/db/migration),
choose the directory of your database and execute the corresponding
`V160__update_column.sql` file for the upgrade SQL.
+Go to
[https://github.com/apache/hertzbeat/tree/master/hertzbeat-startup/src/main/resources/db/migration](https://github.com/apache/hertzbeat/tree/master/hertzbeat-startup/src/main/resources/db/migration),
choose the directory of your database and execute the corresponding
`V160__update_column.sql` file for the upgrade SQL.
### Upgrade Configuration Files
@@ -111,7 +111,7 @@ Next, run the start-up script as before to experience the
latest HertzBeat 1.6.0
```
- Upgrade the database script:
- - Go to
[https://github.com/apache/hertzbeat/tree/master/hertzbeat-manager/src/main/resources/db/migration](https://github.com/apache/hertzbeat/tree/master/hertzbeat-manager/src/main/resources/db/migration),
choose the directory of your database and execute the corresponding
`V160__update_column.sql` file in MySQL.
+ - Go to
[https://github.com/apache/hertzbeat/tree/master/hertzbeat-startup/src/main/resources/db/migration](https://github.com/apache/hertzbeat/tree/master/hertzbeat-startup/src/main/resources/db/migration),
choose the directory of your database and execute the corresponding
`V160__update_column.sql` file in MySQL.
- Upgrade the configuration files:
- As mentioned, due to significant changes in `application.yml` and
`sureness.yml`, it is recommended to directly mount and use the new `yml`
configuration files, and then modify them based on your own needs.
- Add the corresponding database drivers:
diff --git a/home/blog/2025-04-23-hertzbeat-upgrade-guide-docker-mode.md
b/home/blog/2025-04-23-hertzbeat-upgrade-guide-docker-mode.md
index 8aa369dbdd..f295eb87c9 100644
--- a/home/blog/2025-04-23-hertzbeat-upgrade-guide-docker-mode.md
+++ b/home/blog/2025-04-23-hertzbeat-upgrade-guide-docker-mode.md
@@ -26,7 +26,7 @@ docker stop hertzbeat && docker rm hertzbeat
### 3. Upgrade Database Schema
-Navigate to [HertzBeat GitHub Migration
Scripts](https://github.com/apache/hertzbeat/tree/master/hertzbeat-manager/src/main/resources/db/migration),
select the appropriate `V160__update_column.sql` file under your database type
(e.g., MySQL), and execute it in MySQL.
+Navigate to [HertzBeat GitHub Migration
Scripts](https://github.com/apache/hertzbeat/tree/master/hertzbeat-startup/src/main/resources/db/migration),
select the appropriate `V160__update_column.sql` file under your database type
(e.g., MySQL), and execute it in MySQL.
### 4. Restart HertzBeat with the New Image
diff --git a/home/docs/community/how-to-verify.md
b/home/docs/community/how-to-verify.md
index e902968d1f..f24fb77bc9 100644
--- a/home/docs/community/how-to-verify.md
+++ b/home/docs/community/how-to-verify.md
@@ -8,7 +8,7 @@ sidebar_position: 4
For detailed check list, please refer to the official [check
list](https://cwiki.apache.org/confluence/display/INCUBATOR/Incubator+Release+Checklist)
-Version content accessible in browser
<https://dist.apache.org/repos/dist/dev/incubator/hertzbeat/>
+Version content accessible in browser
<https://dist.apache.org/repos/dist/dev/hertzbeat/>
### 1. Download the candidate version
diff --git a/home/docs/start/update-1.6.0.md b/home/docs/start/update-1.6.0.md
index fb23e92a77..57755da297 100644
--- a/home/docs/start/update-1.6.0.md
+++ b/home/docs/start/update-1.6.0.md
@@ -25,7 +25,7 @@ Since version 1.6.0 uses Java 17 and the installation package
no longer provides
### Upgrade Database
-Go to
[https://github.com/apache/hertzbeat/tree/master/hertzbeat-manager/src/main/resources/db/migration](https://github.com/apache/hertzbeat/tree/master/hertzbeat-manager/src/main/resources/db/migration),
choose the directory of your database and execute the corresponding
`V160__update_column.sql` file for the upgrade SQL.
+Go to
[https://github.com/apache/hertzbeat/tree/master/hertzbeat-startup/src/main/resources/db/migration](https://github.com/apache/hertzbeat/tree/master/hertzbeat-startup/src/main/resources/db/migration),
choose the directory of your database and execute the corresponding
`V160__update_column.sql` file for the upgrade SQL.
### Upgrade Configuration Files
@@ -121,7 +121,7 @@ Next, run the start-up script as before to experience the
latest HertzBeat 1.6.0
```
- Upgrade the database script:
- - Go to
[https://github.com/apache/hertzbeat/tree/master/hertzbeat-manager/src/main/resources/db/migration](https://github.com/apache/hertzbeat/tree/master/hertzbeat-manager/src/main/resources/db/migration),
choose the directory of your database and execute the corresponding
`V160__update_column.sql` file in MySQL.
+ - Go to
[https://github.com/apache/hertzbeat/tree/master/hertzbeat-startup/src/main/resources/db/migration](https://github.com/apache/hertzbeat/tree/master/hertzbeat-startup/src/main/resources/db/migration),
choose the directory of your database and execute the corresponding
`V160__update_column.sql` file in MySQL.
- Upgrade the configuration files:
- As mentioned, due to significant changes in `application.yml` and
`sureness.yml`, it is recommended to directly mount and use the new `yml`
configuration files, and then modify them based on your own needs.
- Add the corresponding database drivers:
diff --git
a/home/i18n/zh-cn/docusaurus-plugin-content-blog/2024-06-11-hertzbeat-v1.6.0-update.md
b/home/i18n/zh-cn/docusaurus-plugin-content-blog/2024-06-11-hertzbeat-v1.6.0-update.md
index b421465ee8..61b5689f66 100644
---
a/home/i18n/zh-cn/docusaurus-plugin-content-blog/2024-06-11-hertzbeat-v1.6.0-update.md
+++
b/home/i18n/zh-cn/docusaurus-plugin-content-blog/2024-06-11-hertzbeat-v1.6.0-update.md
@@ -16,7 +16,7 @@
2. 升级数据库
-
打开[https://github.com/apache/hertzbeat/tree/master/hertzbeat-manager/src/main/resources/db/migration](https://github.com/apache/hertzbeat/tree/master/hertzbeat-manager/src/main/resources/db/migration),
+
打开[https://github.com/apache/hertzbeat/tree/master/hertzbeat-startup/src/main/resources/db/migration](https://github.com/apache/hertzbeat/tree/master/hertzbeat-startup/src/main/resources/db/migration),
选择你使用的数据库的目录下相应的 `V160__update_column.sql`文件执行升级sql。
3. 升级配置文件
@@ -113,7 +113,7 @@ oracle(如果你要监控oracle,这两个驱动是必须的):
2. 升级数据库脚本
-
打开[https://github.com/apache/hertzbeat/tree/master/hertzbeat-manager/src/main/resources/db/migration](https://github.com/apache/hertzbeat/tree/master/hertzbeat-manager/src/main/resources/db/migration),
+
打开[https://github.com/apache/hertzbeat/tree/master/hertzbeat-startup/src/main/resources/db/migration](https://github.com/apache/hertzbeat/tree/master/hertzbeat-startup/src/main/resources/db/migration),
选择你使用的数据库的目录下相应的 `V160__update_column.sql`文件在 Mysql 执行升级sql。
3. 升级配置文件
@@ -197,7 +197,7 @@ oracle(如果你要监控oracle,这两个驱动是必须的):
java -jar h2-2.2.220.jar -url jdbc:h2:file:./hertzbeat -user sa -password
123456
```
-
打开[https://github.com/apache/hertzbeat/tree/master/hertzbeat-manager/src/main/resources/db/migration](https://github.com/apache/hertzbeat/tree/master/hertzbeat-manager/src/main/resources/db/migration),
+
打开[https://github.com/apache/hertzbeat/tree/master/hertzbeat-startup/src/main/resources/db/migration](https://github.com/apache/hertzbeat/tree/master/hertzbeat-startup/src/main/resources/db/migration),
选择你使用的数据库的目录下相应的 `V160__update_column.sql`文件在 H2 执行升级sql。
3. 升级配置文件
diff --git
a/home/i18n/zh-cn/docusaurus-plugin-content-blog/2025-04-23-hertzbeat-upgrade-guide-docker-mode.md
b/home/i18n/zh-cn/docusaurus-plugin-content-blog/2025-04-23-hertzbeat-upgrade-guide-docker-mode.md
index 028569fbf1..31a27b9bf5 100644
---
a/home/i18n/zh-cn/docusaurus-plugin-content-blog/2025-04-23-hertzbeat-upgrade-guide-docker-mode.md
+++
b/home/i18n/zh-cn/docusaurus-plugin-content-blog/2025-04-23-hertzbeat-upgrade-guide-docker-mode.md
@@ -26,7 +26,7 @@
3. 升级数据库脚本
-
打开[https://github.com/apache/hertzbeat/tree/master/hertzbeat-manager/src/main/resources/db/migration](https://github.com/apache/hertzbeat/tree/master/hertzbeat-manager/src/main/resources/db/migration),
选择你使用的数据库的目录下相应的 `V160__update_column.sql`文件在 Mysql 执行升级 sql。
+
打开[https://github.com/apache/hertzbeat/tree/master/hertzbeat-startup/src/main/resources/db/migration](https://github.com/apache/hertzbeat/tree/master/hertzbeat-startup/src/main/resources/db/migration),
选择你使用的数据库的目录下相应的 `V160__update_column.sql`文件在 Mysql 执行升级 sql。
4. 更换镜像重新启动 HertzBeat 容器
diff --git
a/home/i18n/zh-cn/docusaurus-plugin-content-blog/2025-04-23-hertzbeat-v1.7.0-docker-and-helm-upgrade-guide.md
b/home/i18n/zh-cn/docusaurus-plugin-content-blog/2025-04-23-hertzbeat-v1.7.0-docker-and-helm-upgrade-guide.md
index ae8288a995..192cb1a006 100644
---
a/home/i18n/zh-cn/docusaurus-plugin-content-blog/2025-04-23-hertzbeat-v1.7.0-docker-and-helm-upgrade-guide.md
+++
b/home/i18n/zh-cn/docusaurus-plugin-content-blog/2025-04-23-hertzbeat-v1.7.0-docker-and-helm-upgrade-guide.md
@@ -25,7 +25,7 @@
3. 升级数据库脚本
-
打开[https://github.com/apache/hertzbeat/tree/master/hertzbeat-manager/src/main/resources/db/migration](https://github.com/apache/hertzbeat/tree/master/hertzbeat-manager/src/main/resources/db/migration),
选择你使用的数据库的目录下相应的 `V160__update_column.sql`文件在 Mysql 执行升级sql。
+
打开[https://github.com/apache/hertzbeat/tree/master/hertzbeat-startup/src/main/resources/db/migration](https://github.com/apache/hertzbeat/tree/master/hertzbeat-startup/src/main/resources/db/migration),
选择你使用的数据库的目录下相应的 `V160__update_column.sql`文件在 Mysql 执行升级sql。
4. 更换镜像重新启动HertzBeat 容器
diff --git
a/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/community/how-to-verify.md
b/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/community/how-to-verify.md
index bcf25f2bf4..b9ad926263 100644
---
a/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/community/how-to-verify.md
+++
b/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/community/how-to-verify.md
@@ -8,7 +8,7 @@ sidebar_position: 4
详细检查列表请参考官方的[check
list](https://cwiki.apache.org/confluence/display/INCUBATOR/Incubator+Release+Checklist)
-在浏览器中可访问版本内容 <https://dist.apache.org/repos/dist/dev/incubator/hertzbeat/>
+在浏览器中可访问版本内容 <https://dist.apache.org/repos/dist/dev/hertzbeat/>
### 1. 下载候选版本到本地
diff --git
a/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/start/update-1.6.0.md
b/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/start/update-1.6.0.md
index 8cb67d4c22..f41e6b85af 100644
---
a/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/start/update-1.6.0.md
+++
b/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/start/update-1.6.0.md
@@ -22,7 +22,7 @@ sidebar_label: 1.6.0 升级指南
2. 升级数据库
-
打开[https://github.com/apache/hertzbeat/tree/master/hertzbeat-manager/src/main/resources/db/migration](https://github.com/apache/hertzbeat/tree/master/hertzbeat-manager/src/main/resources/db/migration),
+
打开[https://github.com/apache/hertzbeat/tree/master/hertzbeat-startup/src/main/resources/db/migration](https://github.com/apache/hertzbeat/tree/master/hertzbeat-startup/src/main/resources/db/migration),
选择你使用的数据库的目录下相应的 `V160__update_column.sql`文件执行升级sql。
3. 升级配置文件
@@ -119,7 +119,7 @@ oracle(如果你要监控oracle,这两个驱动是必须的):
2. 升级数据库脚本
-
打开[https://github.com/apache/hertzbeat/tree/master/hertzbeat-manager/src/main/resources/db/migration](https://github.com/apache/hertzbeat/tree/master/hertzbeat-manager/src/main/resources/db/migration),
+
打开[https://github.com/apache/hertzbeat/tree/master/hertzbeat-startup/src/main/resources/db/migration](https://github.com/apache/hertzbeat/tree/master/hertzbeat-startup/src/main/resources/db/migration),
选择你使用的数据库的目录下相应的 `V160__update_column.sql`文件在 Mysql 执行升级sql。
3. 升级配置文件
@@ -203,7 +203,7 @@ oracle(如果你要监控oracle,这两个驱动是必须的):
java -jar h2-2.2.220.jar -url jdbc:h2:file:./hertzbeat -user sa -password
123456
```
-
打开[https://github.com/apache/hertzbeat/tree/master/hertzbeat-manager/src/main/resources/db/migration](https://github.com/apache/hertzbeat/tree/master/hertzbeat-manager/src/main/resources/db/migration),
+
打开[https://github.com/apache/hertzbeat/tree/master/hertzbeat-startup/src/main/resources/db/migration](https://github.com/apache/hertzbeat/tree/master/hertzbeat-startup/src/main/resources/db/migration),
选择你使用的数据库的目录下相应的 `V160__update_column.sql`文件在 H2 执行升级sql。
3. 升级配置文件
diff --git
a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-v1.6.x/community/how-to-release.md
b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-v1.6.x/community/how-to-release.md
index 5878309f01..0167b4b940 100644
---
a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-v1.6.x/community/how-to-release.md
+++
b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-v1.6.x/community/how-to-release.md
@@ -133,7 +133,7 @@ gpg: unchanged: 1
#### 2.4 将 gpg 公钥添加到 Apache SVN 项目仓库的 KEYS 文件中
-- Apache HertzBeat Dev 分支
<https://dist.apache.org/repos/dist/dev/incubator/hertzbeat>
+- Apache HertzBeat Dev 分支 <https://dist.apache.org/repos/dist/dev/hertzbeat>
- Apache HertzBeat Release 分支
<https://dist.apache.org/repos/dist/release/incubator/hertzbeat>
##### 2.4.1 将公钥添加到dev分支的KEYS
@@ -341,7 +341,7 @@ svn commit -m "release for HertzBeat 1.6.0-RC1"
- 检查 Apache SVN 提交结果
-> 在浏览器中访问 <https://dist.apache.org/repos/dist/dev/incubator/hertzbeat/> ,
检查是否有新的版本内容
+> 在浏览器中访问 <https://dist.apache.org/repos/dist/dev/hertzbeat/> , 检查是否有新的版本内容
## 4. 进入社区投票阶段
diff --git
a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-v1.6.x/community/how-to-verify.md
b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-v1.6.x/community/how-to-verify.md
index bcf25f2bf4..b9ad926263 100644
---
a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-v1.6.x/community/how-to-verify.md
+++
b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-v1.6.x/community/how-to-verify.md
@@ -8,7 +8,7 @@ sidebar_position: 4
详细检查列表请参考官方的[check
list](https://cwiki.apache.org/confluence/display/INCUBATOR/Incubator+Release+Checklist)
-在浏览器中可访问版本内容 <https://dist.apache.org/repos/dist/dev/incubator/hertzbeat/>
+在浏览器中可访问版本内容 <https://dist.apache.org/repos/dist/dev/hertzbeat/>
### 1. 下载候选版本到本地
diff --git
a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-v1.6.x/start/update-1.6.0.md
b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-v1.6.x/start/update-1.6.0.md
index 53a0ab51b8..70015b22d7 100644
---
a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-v1.6.x/start/update-1.6.0.md
+++
b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-v1.6.x/start/update-1.6.0.md
@@ -22,7 +22,7 @@ sidebar_label: 1.6.0升级指南
2. 升级数据库
-
打开[https://github.com/apache/hertzbeat/tree/master/hertzbeat-manager/src/main/resources/db/migration](https://github.com/apache/hertzbeat/tree/master/hertzbeat-manager/src/main/resources/db/migration),
+
打开[https://github.com/apache/hertzbeat/tree/master/hertzbeat-startup/src/main/resources/db/migration](https://github.com/apache/hertzbeat/tree/master/hertzbeat-startup/src/main/resources/db/migration),
选择你使用的数据库的目录下相应的 `V160__update_column.sql`文件执行升级sql。
3. 升级配置文件
@@ -119,7 +119,7 @@ oracle(如果你要监控oracle,这两个驱动是必须的):
2. 升级数据库脚本
-
打开[https://github.com/apache/hertzbeat/tree/master/hertzbeat-manager/src/main/resources/db/migration](https://github.com/apache/hertzbeat/tree/master/hertzbeat-manager/src/main/resources/db/migration),
+
打开[https://github.com/apache/hertzbeat/tree/master/hertzbeat-startup/src/main/resources/db/migration](https://github.com/apache/hertzbeat/tree/master/hertzbeat-startup/src/main/resources/db/migration),
选择你使用的数据库的目录下相应的 `V160__update_column.sql`文件在 Mysql 执行升级sql。
3. 升级配置文件
@@ -203,7 +203,7 @@ oracle(如果你要监控oracle,这两个驱动是必须的):
java -jar h2-2.2.220.jar -url jdbc:h2:file:./hertzbeat -user sa -password
123456
```
-
打开[https://github.com/apache/hertzbeat/tree/master/hertzbeat-manager/src/main/resources/db/migration](https://github.com/apache/hertzbeat/tree/master/hertzbeat-manager/src/main/resources/db/migration),
+
打开[https://github.com/apache/hertzbeat/tree/master/hertzbeat-startup/src/main/resources/db/migration](https://github.com/apache/hertzbeat/tree/master/hertzbeat-startup/src/main/resources/db/migration),
选择你使用的数据库的目录下相应的 `V160__update_column.sql`文件在 H2 执行升级sql。
3. 升级配置文件
diff --git a/home/versioned_docs/version-v1.6.x/community/how-to-release.md
b/home/versioned_docs/version-v1.6.x/community/how-to-release.md
index 76b7a7b0ac..67ff1b6126 100644
--- a/home/versioned_docs/version-v1.6.x/community/how-to-release.md
+++ b/home/versioned_docs/version-v1.6.x/community/how-to-release.md
@@ -133,7 +133,7 @@ Or enter <https://keyserver.ubuntu.com/> address in the
browser, enter the name
#### 2.4 Add the gpg public key to the KEYS file of the Apache SVN project repo
-- Apache HertzBeat Branch Dev
<https://dist.apache.org/repos/dist/dev/incubator/hertzbeat>
+- Apache HertzBeat Branch Dev
<https://dist.apache.org/repos/dist/dev/hertzbeat>
- Apache HertzBeat Branch Release
<https://dist.apache.org/repos/dist/release/incubator/hertzbeat>
##### 2.4.1 Add public key to KEYS in dev branch
@@ -341,7 +341,7 @@ svn commit -m "release for HertzBeat 1.6.0"
- Check Apache SVN Commit Results
-> Visit the address
<https://dist.apache.org/repos/dist/dev/incubator/hertzbeat/> in the browser,
check if existed the new material package
+> Visit the address <https://dist.apache.org/repos/dist/dev/hertzbeat/> in the
browser, check if existed the new material package
## 4. Enter the community voting stage
diff --git a/home/versioned_docs/version-v1.6.x/community/how-to-verify.md
b/home/versioned_docs/version-v1.6.x/community/how-to-verify.md
index 2b7f34c349..b990dadc01 100644
--- a/home/versioned_docs/version-v1.6.x/community/how-to-verify.md
+++ b/home/versioned_docs/version-v1.6.x/community/how-to-verify.md
@@ -8,7 +8,7 @@ sidebar_position: 4
For detailed check list, please refer to the official [check
list](https://cwiki.apache.org/confluence/display/INCUBATOR/Incubator+Release+Checklist)
-Version content accessible in browser
<https://dist.apache.org/repos/dist/dev/incubator/hertzbeat/>
+Version content accessible in browser
<https://dist.apache.org/repos/dist/dev/hertzbeat/>
### 1. Download the candidate version
diff --git a/home/versioned_docs/version-v1.6.x/start/update-1.6.0.md
b/home/versioned_docs/version-v1.6.x/start/update-1.6.0.md
index 71a716cc4e..07f268807b 100644
--- a/home/versioned_docs/version-v1.6.x/start/update-1.6.0.md
+++ b/home/versioned_docs/version-v1.6.x/start/update-1.6.0.md
@@ -21,7 +21,7 @@ Since version 1.6.0 uses Java 17 and the installation package
no longer provides
### Upgrade Database
-Go to
[https://github.com/apache/hertzbeat/tree/master/hertzbeat-manager/src/main/resources/db/migration](https://github.com/apache/hertzbeat/tree/master/hertzbeat-manager/src/main/resources/db/migration),
choose the directory of your database and execute the corresponding
`V160__update_column.sql` file for the upgrade SQL.
+Go to
[https://github.com/apache/hertzbeat/tree/master/hertzbeat-startup/src/main/resources/db/migration](https://github.com/apache/hertzbeat/tree/master/hertzbeat-startup/src/main/resources/db/migration),
choose the directory of your database and execute the corresponding
`V160__update_column.sql` file for the upgrade SQL.
### Upgrade Configuration Files
@@ -117,7 +117,7 @@ Next, run the start-up script as before to experience the
latest HertzBeat 1.6.0
```
- Upgrade the database script:
- - Go to
[https://github.com/apache/hertzbeat/tree/master/hertzbeat-manager/src/main/resources/db/migration](https://github.com/apache/hertzbeat/tree/master/hertzbeat-manager/src/main/resources/db/migration),
choose the directory of your database and execute the corresponding
`V160__update_column.sql` file in MySQL.
+ - Go to
[https://github.com/apache/hertzbeat/tree/master/hertzbeat-startup/src/main/resources/db/migration](https://github.com/apache/hertzbeat/tree/master/hertzbeat-startup/src/main/resources/db/migration),
choose the directory of your database and execute the corresponding
`V160__update_column.sql` file in MySQL.
- Upgrade the configuration files:
- As mentioned, due to significant changes in `application.yml` and
`sureness.yml`, it is recommended to directly mount and use the new `yml`
configuration files, and then modify them based on your own needs.
- Add the corresponding database drivers:
diff --git a/script/ci/exclude_files.txt b/script/ci/exclude_files.txt
index 36afc0dc22..165796bb8e 100644
--- a/script/ci/exclude_files.txt
+++ b/script/ci/exclude_files.txt
@@ -29,4 +29,6 @@
./home/blog/2024-06-15-hertzbeat-v1.6.0.md
./home/docs/community/how-to-release.md
./home/i18n/zh-cn/docusaurus-plugin-content-docs/current/community/how-to-release.md
-./home/i18n/zh-cn/docusaurus-plugin-content-docs/version-v1.6.x/community/how-to-release.md
\ No newline at end of file
+./home/i18n/zh-cn/docusaurus-plugin-content-docs/version-v1.6.x/community/how-to-release.md
+./home/docs/help/dolphinscheduler.md
+./home/i18n/zh-cn/docusaurus-plugin-content-docs/current/help/dolphinscheduler.md
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]