This is an automated email from the ASF dual-hosted git repository.
chengshiwen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler-website.git
The following commit(s) were added to refs/heads/master by this push:
new 6554d73 rename dolphinscheduler-postgre.sql to
dolphinscheduler_postgre.sql in 1.3.6 (#383)
6554d73 is described below
commit 6554d7388cbdf75b1bb8bfe4f29e4ed963d1f4aa
Author: Shiwen Cheng <[email protected]>
AuthorDate: Mon Jun 7 12:49:56 2021 +0800
rename dolphinscheduler-postgre.sql to dolphinscheduler_postgre.sql in
1.3.6 (#383)
---
docs/en-us/1.3.6/user_doc/configuration-file.md | 2 +-
docs/en-us/1.3.6/user_doc/docker-deployment.md | 2 +-
docs/zh-cn/1.3.6/user_doc/configuration-file.md | 2 +-
docs/zh-cn/1.3.6/user_doc/docker-deployment.md | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/docs/en-us/1.3.6/user_doc/configuration-file.md
b/docs/en-us/1.3.6/user_doc/configuration-file.md
index d630310..8bd55c8 100644
--- a/docs/en-us/1.3.6/user_doc/configuration-file.md
+++ b/docs/en-us/1.3.6/user_doc/configuration-file.md
@@ -35,7 +35,7 @@ Currently, all the configuration files are under [conf ]
directory. Please check
├─sql DS metadata to create/upgrade .sql
directory
│ ├─create create SQL scripts directory
│ ├─upgrade upgrade SQL scripts directory
-│ ├─dolphinscheduler-postgre.sql postgre database init script
+│ ├─dolphinscheduler_postgre.sql postgre database init script
│ ├─dolphinscheduler_mysql.sql mysql database init script
│ ├─soft_version current DS version-id file
├─script DS services deployment, database
create/upgrade scripts directory
diff --git a/docs/en-us/1.3.6/user_doc/docker-deployment.md
b/docs/en-us/1.3.6/user_doc/docker-deployment.md
index cb651f3..08d7dca 100644
--- a/docs/en-us/1.3.6/user_doc/docker-deployment.md
+++ b/docs/en-us/1.3.6/user_doc/docker-deployment.md
@@ -74,7 +74,7 @@ In this way, you need to install
[docker](https://docs.docker.com/engine/install
#### 2. Please login to the PostgreSQL database and create a database named
`dolphinscheduler`
-#### 3. Initialize the database, import `sql/dolphinscheduler-postgre.sql` to
create tables and initial data
+#### 3. Initialize the database, import `sql/dolphinscheduler_postgre.sql` to
create tables and initial data
#### 4. Download the DolphinScheduler Image
diff --git a/docs/zh-cn/1.3.6/user_doc/configuration-file.md
b/docs/zh-cn/1.3.6/user_doc/configuration-file.md
index ad71600..b2393d8 100644
--- a/docs/zh-cn/1.3.6/user_doc/configuration-file.md
+++ b/docs/zh-cn/1.3.6/user_doc/configuration-file.md
@@ -37,7 +37,7 @@
├─sql DS的元数据创建升级sql文件
│ ├─create 创建SQL脚本目录
│ ├─upgrade 升级SQL脚本目录
-│ ├─dolphinscheduler-postgre.sql postgre数据库初始化脚本
+│ ├─dolphinscheduler_postgre.sql postgre数据库初始化脚本
│ ├─dolphinscheduler_mysql.sql mysql数据库初始化脚本
│ ├─soft_version 当前DS版本标识文件
├─script DS服务部署,数据库创建/升级脚本目录
diff --git a/docs/zh-cn/1.3.6/user_doc/docker-deployment.md
b/docs/zh-cn/1.3.6/user_doc/docker-deployment.md
index 2de6be9..e7d48c5 100644
--- a/docs/zh-cn/1.3.6/user_doc/docker-deployment.md
+++ b/docs/zh-cn/1.3.6/user_doc/docker-deployment.md
@@ -74,7 +74,7 @@ $ docker-compose up -d
#### 2、请登录 PostgreSQL 数据库,创建名为 `dolphinscheduler` 数据库
-#### 3、初始化数据库,导入 `sql/dolphinscheduler-postgre.sql` 进行创建表及基础数据导入
+#### 3、初始化数据库,导入 `sql/dolphinscheduler_postgre.sql` 进行创建表及基础数据导入
#### 4、下载 DolphinScheduler 镜像