[Feature][e2e] Suggest e2e test adapt M1 chip (#747)
diff --git a/development/en-us/e2e-test.md b/development/en-us/e2e-test.md
index 5e46dd6..fd944ea 100644
--- a/development/en-us/e2e-test.md
+++ b/development/en-us/e2e-test.md
@@ -178,8 +178,15 @@
## III. Supplements
+When running E2E tests locally, First, you need to start the local service, you can refer to this page:
+[development-environment-setup](https://dolphinscheduler.apache.
+org/en-us/development/development-environment-setup.html)
+
When running E2E tests locally, the `-Dlocal=true` parameter can be configured to connect locally and facilitate changes to the UI.
+When running E2E tests with `M1` chip, you can use `-Dm1_chip=true` parameter to configure containers supported by
+`ARM64`.
+

If a connection timeout occurs during a local run, increase the load time to a recommended 30 and above.
diff --git a/development/zh-cn/e2e-test.md b/development/zh-cn/e2e-test.md
index de6a6f1..4892b09 100644
--- a/development/zh-cn/e2e-test.md
+++ b/development/zh-cn/e2e-test.md
@@ -177,8 +177,13 @@
## 三、补充
+在本地运行的时候,首先需要启动相应的本地服务,可以参考该页面: [环境搭建](https://dolphinscheduler.apache.
+org/zh-cn/development/development-environment-setup.html)
+
在本地运行 E2E 测试的时候,可以配置 `-Dlocal=true` 参数,用于连接本地,方便对于 UI 界面的更改。
+如果是`M1`芯片的机器,可以使用`-Dm1_chip=true` 参数,用于配置使用`ARM64`支持的容器。
+

在本地运行过程中,如果出现连接超时,可增大加载时间,建议 30 及其以上。
diff --git a/docs/en-us/2.0.5/user_doc/guide/upgrade.md b/docs/en-us/2.0.5/user_doc/guide/upgrade.md
index 0f86c1a..6d42b2a 100644
--- a/docs/en-us/2.0.5/user_doc/guide/upgrade.md
+++ b/docs/en-us/2.0.5/user_doc/guide/upgrade.md
@@ -29,7 +29,7 @@
- Execute database upgrade script
- `sh ./script/create-dolphinscheduler.sh`
+ `sh ./script/upgrade-dolphinscheduler.sh`
## 5. Backend Service Upgrade.
diff --git a/docs/zh-cn/2.0.5/user_doc/guide/upgrade.md b/docs/zh-cn/2.0.5/user_doc/guide/upgrade.md
index e325c26..a5de95d 100644
--- a/docs/zh-cn/2.0.5/user_doc/guide/upgrade.md
+++ b/docs/zh-cn/2.0.5/user_doc/guide/upgrade.md
@@ -32,7 +32,7 @@
- 执行数据库升级脚本
-`sh ./script/create-dolphinscheduler.sh`
+`sh ./script/upgrade-dolphinscheduler.sh`
## 5. 服务升级