This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 4063d55  Automated deployment: e9be0968c50874019f1e4706a49733ca21d31ffe
4063d55 is described below

commit 4063d55631c213c69c3ebb7bda8d3fba0c53a10f
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Oct 29 03:24:27 2021 +0000

    Automated deployment: e9be0968c50874019f1e4706a49733ca21d31ffe
---
 .../guide/installation/pseudo-cluster.html         | 31 +++++++++++++++-------
 .../guide/installation/pseudo-cluster.json         |  2 +-
 .../guide/installation/pseudo-cluster.html         | 31 +++++++++++++++-------
 .../guide/installation/pseudo-cluster.json         |  2 +-
 .../guide/installation/pseudo-cluster.html         | 31 +++++++++++++++-------
 .../guide/installation/pseudo-cluster.json         |  2 +-
 .../guide/installation/pseudo-cluster.html         | 31 +++++++++++++++-------
 .../guide/installation/pseudo-cluster.json         |  2 +-
 .../guide/installation/pseudo-cluster.html         | 31 +++++++++++++++-------
 .../guide/installation/pseudo-cluster.json         |  2 +-
 .../guide/installation/pseudo-cluster.html         | 31 +++++++++++++++-------
 .../guide/installation/pseudo-cluster.json         |  2 +-
 12 files changed, 132 insertions(+), 66 deletions(-)

diff --git a/en-us/docs/2.0.0/user_doc/guide/installation/pseudo-cluster.html 
b/en-us/docs/2.0.0/user_doc/guide/installation/pseudo-cluster.html
index 0dbf6ef..4bf0e60 100644
--- a/en-us/docs/2.0.0/user_doc/guide/installation/pseudo-cluster.html
+++ b/en-us/docs/2.0.0/user_doc/guide/installation/pseudo-cluster.html
@@ -81,16 +81,27 @@ mysql&gt;</span><span class="bash"> CREATE DATABASE 
dolphinscheduler DEFAULT CHA
 <span class="hljs-meta">
 mysql&gt;</span><span class="bash"> flush privileges;</span>
 </code></pre>
-<p>Modify the database configuration and initialize</p>
-<pre><code class="language-properties"><span 
class="hljs-meta">spring.datasource.driver-class-name</span>=<span 
class="hljs-string">com.mysql.jdbc.Driver</span>
-<span class="hljs-meta">spring.datasource.url</span>=<span 
class="hljs-string">jdbc:mysql://localhost:3306/dolphinscheduler?useUnicode=true&amp;characterEncoding=UTF-8&amp;allowMultiQueries=true</span>
-<span class="hljs-comment"># Modify it if you are not using 
dolphinscheduler/dolphinscheduler as your username and password</span>
-<span class="hljs-meta">spring.datasource.username</span>=<span 
class="hljs-string">dolphinscheduler</span>
-<span class="hljs-meta">spring.datasource.password</span>=<span 
class="hljs-string">dolphinscheduler</span>
-</code></pre>
-<p>After modifying and saving, execute the following command to create 
database table and inti basic data.</p>
-<pre><code class="language-shell">sh script/create-dolphinscheduler.sh
-</code></pre>
+<p>Run the latest schema file manually in 
<code>sql/dolphinscheudler_*.sql</code> to initialization you database. If you 
use mysql, please run <code>sql/dolphinscheudler_mysql.sql</code>, for 
postgresql run <code>sql/dolphinscheudler_postgre.sql</code>.</p>
+<blockquote>
+<p><strong><em>NOTICE:</em></strong> In the latest version, the way running 
command <code>sh script/create-dolphinscheduler.sh</code> initialization 
database is broken, We have created a <a 
href="https://github.com/apache/dolphinscheduler/issues/6597";>issue-6597</a> to 
track and fix this problem</p>
+</blockquote>
+<!--
+Modify the database configuration and initialize
+
+```properties
+spring.datasource.driver-class-name=com.mysql.jdbc.Driver
+spring.datasource.url=jdbc:mysql://localhost:3306/dolphinscheduler?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true
+# Modify it if you are not using dolphinscheduler/dolphinscheduler as your 
username and password
+spring.datasource.username=dolphinscheduler
+spring.datasource.password=dolphinscheduler
+```
+
+After modifying and saving, execute the following command to create database 
table and inti basic data.
+
+```shell
+sh script/create-dolphinscheduler.sh
+```
+-->
 <h2>Modify configuration</h2>
 <p>After completing the preparation of the basic environment, you need to 
modify the configuration file according to your environment. The configuration 
file is in the path of <code>conf/config/install_config.conf</code>. Generally, 
you just needs to modify the <strong>INSTALL MACHINE, DolphinScheduler ENV, 
Database, Registry Server</strong> part to complete the deployment, the 
following describes the parameters that must be modified</p>
 <pre><code class="language-shell"><span class="hljs-meta">#</span><span 
class="bash"> ---------------------------------------------------------</span>
diff --git a/en-us/docs/2.0.0/user_doc/guide/installation/pseudo-cluster.json 
b/en-us/docs/2.0.0/user_doc/guide/installation/pseudo-cluster.json
index 6c6cea5..5bb2ae8 100644
--- a/en-us/docs/2.0.0/user_doc/guide/installation/pseudo-cluster.json
+++ b/en-us/docs/2.0.0/user_doc/guide/installation/pseudo-cluster.json
@@ -1,6 +1,6 @@
 {
   "filename": "pseudo-cluster.md",
-  "__html": "<h1>Pseudo-Cluster Deployment</h1>\n<p>The purpose of 
pseudo-cluster deployment is to deploy the DolphinScheduler service on a single 
machine. In this mode, DolphinScheduler's master, worker, api server, and 
logger server are all on the same machine.</p>\n<p>If you are a green hand and 
want to experience DolphinScheduler, we recommended you install follow <a 
href=\"standalone.md\">Standalone</a>. If you want to experience more complete 
functions or schedule large tasks numbe [...]
+  "__html": "<h1>Pseudo-Cluster Deployment</h1>\n<p>The purpose of 
pseudo-cluster deployment is to deploy the DolphinScheduler service on a single 
machine. In this mode, DolphinScheduler's master, worker, api server, and 
logger server are all on the same machine.</p>\n<p>If you are a green hand and 
want to experience DolphinScheduler, we recommended you install follow <a 
href=\"standalone.md\">Standalone</a>. If you want to experience more complete 
functions or schedule large tasks numbe [...]
   "link": 
"/dist/en-us/docs/2.0.0/user_doc/guide/installation/pseudo-cluster.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/en-us/docs/dev/user_doc/guide/installation/pseudo-cluster.html 
b/en-us/docs/dev/user_doc/guide/installation/pseudo-cluster.html
index fbb8eb3..afcaabb 100644
--- a/en-us/docs/dev/user_doc/guide/installation/pseudo-cluster.html
+++ b/en-us/docs/dev/user_doc/guide/installation/pseudo-cluster.html
@@ -81,16 +81,27 @@ mysql&gt;</span><span class="bash"> CREATE DATABASE 
dolphinscheduler DEFAULT CHA
 <span class="hljs-meta">
 mysql&gt;</span><span class="bash"> flush privileges;</span>
 </code></pre>
-<p>Modify the database configuration and initialize</p>
-<pre><code class="language-properties"><span 
class="hljs-meta">spring.datasource.driver-class-name</span>=<span 
class="hljs-string">com.mysql.jdbc.Driver</span>
-<span class="hljs-meta">spring.datasource.url</span>=<span 
class="hljs-string">jdbc:mysql://localhost:3306/dolphinscheduler?useUnicode=true&amp;characterEncoding=UTF-8&amp;allowMultiQueries=true</span>
-<span class="hljs-comment"># Modify it if you are not using 
dolphinscheduler/dolphinscheduler as your username and password</span>
-<span class="hljs-meta">spring.datasource.username</span>=<span 
class="hljs-string">dolphinscheduler</span>
-<span class="hljs-meta">spring.datasource.password</span>=<span 
class="hljs-string">dolphinscheduler</span>
-</code></pre>
-<p>After modifying and saving, execute the following command to create 
database table and inti basic data.</p>
-<pre><code class="language-shell">sh script/create-dolphinscheduler.sh
-</code></pre>
+<p>Run the latest schema file manually in 
<code>sql/dolphinscheudler_*.sql</code> to initialization you database. If you 
use mysql, please run <code>sql/dolphinscheudler_mysql.sql</code>, for 
postgresql run <code>sql/dolphinscheudler_postgre.sql</code>.</p>
+<blockquote>
+<p><strong><em>NOTICE:</em></strong> In the latest version, the way running 
command <code>sh script/create-dolphinscheduler.sh</code> initialization 
database is broken, We have created a <a 
href="https://github.com/apache/dolphinscheduler/issues/6597";>issue-6597</a> to 
track and fix this problem</p>
+</blockquote>
+<!--
+Modify the database configuration and initialize
+
+```properties
+spring.datasource.driver-class-name=com.mysql.jdbc.Driver
+spring.datasource.url=jdbc:mysql://localhost:3306/dolphinscheduler?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true
+# Modify it if you are not using dolphinscheduler/dolphinscheduler as your 
username and password
+spring.datasource.username=dolphinscheduler
+spring.datasource.password=dolphinscheduler
+```
+
+After modifying and saving, execute the following command to create database 
table and inti basic data.
+
+```shell
+sh script/create-dolphinscheduler.sh
+```
+-->
 <h2>Modify configuration</h2>
 <p>After completing the preparation of the basic environment, you need to 
modify the configuration file according to your environment. The configuration 
file is in the path of <code>conf/config/install_config.conf</code>. Generally, 
you just needs to modify the <strong>INSTALL MACHINE, DolphinScheduler ENV, 
Database, Registry Server</strong> part to complete the deployment, the 
following describes the parameters that must be modified</p>
 <pre><code class="language-shell"><span class="hljs-meta">#</span><span 
class="bash"> ---------------------------------------------------------</span>
diff --git a/en-us/docs/dev/user_doc/guide/installation/pseudo-cluster.json 
b/en-us/docs/dev/user_doc/guide/installation/pseudo-cluster.json
index 177601b..552fc42 100644
--- a/en-us/docs/dev/user_doc/guide/installation/pseudo-cluster.json
+++ b/en-us/docs/dev/user_doc/guide/installation/pseudo-cluster.json
@@ -1,6 +1,6 @@
 {
   "filename": "pseudo-cluster.md",
-  "__html": "<h1>Pseudo-Cluster Deployment</h1>\n<p>The purpose of 
pseudo-cluster deployment is to deploy the DolphinScheduler service on a single 
machine. In this mode, DolphinScheduler's master, worker, api server, and 
logger server are all on the same machine.</p>\n<p>If you are a green hand and 
want to experience DolphinScheduler, we recommended you install follow <a 
href=\"standalone.md\">Standalone</a>. If you want to experience more complete 
functions or schedule large tasks numbe [...]
+  "__html": "<h1>Pseudo-Cluster Deployment</h1>\n<p>The purpose of 
pseudo-cluster deployment is to deploy the DolphinScheduler service on a single 
machine. In this mode, DolphinScheduler's master, worker, api server, and 
logger server are all on the same machine.</p>\n<p>If you are a green hand and 
want to experience DolphinScheduler, we recommended you install follow <a 
href=\"standalone.md\">Standalone</a>. If you want to experience more complete 
functions or schedule large tasks numbe [...]
   "link": 
"/dist/en-us/docs/dev/user_doc/guide/installation/pseudo-cluster.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/en-us/docs/latest/user_doc/guide/installation/pseudo-cluster.html 
b/en-us/docs/latest/user_doc/guide/installation/pseudo-cluster.html
index 0dbf6ef..4bf0e60 100644
--- a/en-us/docs/latest/user_doc/guide/installation/pseudo-cluster.html
+++ b/en-us/docs/latest/user_doc/guide/installation/pseudo-cluster.html
@@ -81,16 +81,27 @@ mysql&gt;</span><span class="bash"> CREATE DATABASE 
dolphinscheduler DEFAULT CHA
 <span class="hljs-meta">
 mysql&gt;</span><span class="bash"> flush privileges;</span>
 </code></pre>
-<p>Modify the database configuration and initialize</p>
-<pre><code class="language-properties"><span 
class="hljs-meta">spring.datasource.driver-class-name</span>=<span 
class="hljs-string">com.mysql.jdbc.Driver</span>
-<span class="hljs-meta">spring.datasource.url</span>=<span 
class="hljs-string">jdbc:mysql://localhost:3306/dolphinscheduler?useUnicode=true&amp;characterEncoding=UTF-8&amp;allowMultiQueries=true</span>
-<span class="hljs-comment"># Modify it if you are not using 
dolphinscheduler/dolphinscheduler as your username and password</span>
-<span class="hljs-meta">spring.datasource.username</span>=<span 
class="hljs-string">dolphinscheduler</span>
-<span class="hljs-meta">spring.datasource.password</span>=<span 
class="hljs-string">dolphinscheduler</span>
-</code></pre>
-<p>After modifying and saving, execute the following command to create 
database table and inti basic data.</p>
-<pre><code class="language-shell">sh script/create-dolphinscheduler.sh
-</code></pre>
+<p>Run the latest schema file manually in 
<code>sql/dolphinscheudler_*.sql</code> to initialization you database. If you 
use mysql, please run <code>sql/dolphinscheudler_mysql.sql</code>, for 
postgresql run <code>sql/dolphinscheudler_postgre.sql</code>.</p>
+<blockquote>
+<p><strong><em>NOTICE:</em></strong> In the latest version, the way running 
command <code>sh script/create-dolphinscheduler.sh</code> initialization 
database is broken, We have created a <a 
href="https://github.com/apache/dolphinscheduler/issues/6597";>issue-6597</a> to 
track and fix this problem</p>
+</blockquote>
+<!--
+Modify the database configuration and initialize
+
+```properties
+spring.datasource.driver-class-name=com.mysql.jdbc.Driver
+spring.datasource.url=jdbc:mysql://localhost:3306/dolphinscheduler?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true
+# Modify it if you are not using dolphinscheduler/dolphinscheduler as your 
username and password
+spring.datasource.username=dolphinscheduler
+spring.datasource.password=dolphinscheduler
+```
+
+After modifying and saving, execute the following command to create database 
table and inti basic data.
+
+```shell
+sh script/create-dolphinscheduler.sh
+```
+-->
 <h2>Modify configuration</h2>
 <p>After completing the preparation of the basic environment, you need to 
modify the configuration file according to your environment. The configuration 
file is in the path of <code>conf/config/install_config.conf</code>. Generally, 
you just needs to modify the <strong>INSTALL MACHINE, DolphinScheduler ENV, 
Database, Registry Server</strong> part to complete the deployment, the 
following describes the parameters that must be modified</p>
 <pre><code class="language-shell"><span class="hljs-meta">#</span><span 
class="bash"> ---------------------------------------------------------</span>
diff --git a/en-us/docs/latest/user_doc/guide/installation/pseudo-cluster.json 
b/en-us/docs/latest/user_doc/guide/installation/pseudo-cluster.json
index 6c6cea5..5bb2ae8 100644
--- a/en-us/docs/latest/user_doc/guide/installation/pseudo-cluster.json
+++ b/en-us/docs/latest/user_doc/guide/installation/pseudo-cluster.json
@@ -1,6 +1,6 @@
 {
   "filename": "pseudo-cluster.md",
-  "__html": "<h1>Pseudo-Cluster Deployment</h1>\n<p>The purpose of 
pseudo-cluster deployment is to deploy the DolphinScheduler service on a single 
machine. In this mode, DolphinScheduler's master, worker, api server, and 
logger server are all on the same machine.</p>\n<p>If you are a green hand and 
want to experience DolphinScheduler, we recommended you install follow <a 
href=\"standalone.md\">Standalone</a>. If you want to experience more complete 
functions or schedule large tasks numbe [...]
+  "__html": "<h1>Pseudo-Cluster Deployment</h1>\n<p>The purpose of 
pseudo-cluster deployment is to deploy the DolphinScheduler service on a single 
machine. In this mode, DolphinScheduler's master, worker, api server, and 
logger server are all on the same machine.</p>\n<p>If you are a green hand and 
want to experience DolphinScheduler, we recommended you install follow <a 
href=\"standalone.md\">Standalone</a>. If you want to experience more complete 
functions or schedule large tasks numbe [...]
   "link": 
"/dist/en-us/docs/2.0.0/user_doc/guide/installation/pseudo-cluster.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/zh-cn/docs/2.0.0/user_doc/guide/installation/pseudo-cluster.html 
b/zh-cn/docs/2.0.0/user_doc/guide/installation/pseudo-cluster.html
index b589bc1..a60415c 100644
--- a/zh-cn/docs/2.0.0/user_doc/guide/installation/pseudo-cluster.html
+++ b/zh-cn/docs/2.0.0/user_doc/guide/installation/pseudo-cluster.html
@@ -81,16 +81,27 @@ mysql&gt;</span><span class="bash"> CREATE DATABASE 
dolphinscheduler DEFAULT CHA
 <span class="hljs-meta">
 mysql&gt;</span><span class="bash"> flush privileges;</span>
 </code></pre>
-<p>修改数据库配置,并初始化</p>
-<pre><code class="language-properties"><span 
class="hljs-meta">spring.datasource.driver-class-name</span>=<span 
class="hljs-string">com.mysql.jdbc.Driver</span>
-<span class="hljs-meta">spring.datasource.url</span>=<span 
class="hljs-string">jdbc:mysql://localhost:3306/dolphinscheduler?useUnicode=true&amp;characterEncoding=UTF-8&amp;allowMultiQueries=true</span>
-<span class="hljs-comment"># 如果你不是以 dolphinscheduler/dolphinscheduler 
作为用户名和密码的,需要进行修改</span>
-<span class="hljs-meta">spring.datasource.username</span>=<span 
class="hljs-string">dolphinscheduler</span>
-<span class="hljs-meta">spring.datasource.password</span>=<span 
class="hljs-string">dolphinscheduler</span>
-</code></pre>
-<p>修改并保存完后,执行 script 目录下的创建表及导入基础数据脚本</p>
-<pre><code class="language-shell">sh script/create-dolphinscheduler.sh
-</code></pre>
+<p>运行对应数据库的最新定义文件,位置在 <code>sql/dolphinscheudler_*.sql</code> 。例如你是 mysql ,运行 
<code>sql/dolphinscheudler_mysql.sql</code> ,是 postgresql 则运行 
<code>sql/dolphinscheudler_postgre.sql</code>。</p>
+<blockquote>
+<p><strong><em>NOTICE:</em></strong> 最新版本目前通过运行命令 <code>sh 
script/create-dolphinscheduler.sh</code> 初始化数据库的方式暂不可用,我们创建了一个<a 
href="https://github.com/apache/dolphinscheduler/issues/6597";>issue-6597</a> 
去追踪并修复这个问题。</p>
+</blockquote>
+<!--
+修改数据库配置,并初始化
+
+```properties
+spring.datasource.driver-class-name=com.mysql.jdbc.Driver
+spring.datasource.url=jdbc:mysql://localhost:3306/dolphinscheduler?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true
+# 如果你不是以 dolphinscheduler/dolphinscheduler 作为用户名和密码的,需要进行修改
+spring.datasource.username=dolphinscheduler
+spring.datasource.password=dolphinscheduler
+```
+
+修改并保存完后,执行 script 目录下的创建表及导入基础数据脚本
+
+```shell
+sh script/create-dolphinscheduler.sh
+```
+-->
 <h2>修改相关配置</h2>
 
<p>完成了基础环境的准备后,在运行部署命令前,还需要根据环境修改配置文件。配置文件在路径在<code>conf/config/install_config.conf</code>下,一般部署只需要修改<strong>INSTALL
 MACHINE、DolphinScheduler ENV、Database、Registry 
Server</strong>部分即可完成部署,下面对必须修改参数进行说明</p>
 <pre><code class="language-shell"><span class="hljs-meta">#</span><span 
class="bash"> ---------------------------------------------------------</span>
diff --git a/zh-cn/docs/2.0.0/user_doc/guide/installation/pseudo-cluster.json 
b/zh-cn/docs/2.0.0/user_doc/guide/installation/pseudo-cluster.json
index 86f6ec5..8e3b7a7 100644
--- a/zh-cn/docs/2.0.0/user_doc/guide/installation/pseudo-cluster.json
+++ b/zh-cn/docs/2.0.0/user_doc/guide/installation/pseudo-cluster.json
@@ -1,6 +1,6 @@
 {
   "filename": "pseudo-cluster.md",
-  "__html": "<h1>伪集群部署</h1>\n<p>伪集群部署目的是在单台机器部署 DolphinScheduler 
服务,该模式下master、worker、api server、logger server都在同一台机器上</p>\n<p>如果你是新手,想要体验 
DolphinScheduler 的功能,推荐使用<a 
href=\"standalone.md\">Standalone</a>方式体检。如果你想体验更完整的功能,或者更大的任务量,推荐使用<a 
href=\"pseudo-cluster.md\">伪集群部署</a>。如果你是在生产中使用,推荐使用<a 
href=\"cluster.md\">集群部署</a>或者<a 
href=\"kubernetes.md\">kubernetes</a></p>\n<h2>前置准备工作</h2>\n<p>伪分布式部署 
DolphinScheduler 需要有外部软件的支持</p>\n<ul>\n<li>JDK:下载<a 
href=\"https://www.oracle.com/technetwork/ja [...]
+  "__html": "<h1>伪集群部署</h1>\n<p>伪集群部署目的是在单台机器部署 DolphinScheduler 
服务,该模式下master、worker、api server、logger server都在同一台机器上</p>\n<p>如果你是新手,想要体验 
DolphinScheduler 的功能,推荐使用<a 
href=\"standalone.md\">Standalone</a>方式体检。如果你想体验更完整的功能,或者更大的任务量,推荐使用<a 
href=\"pseudo-cluster.md\">伪集群部署</a>。如果你是在生产中使用,推荐使用<a 
href=\"cluster.md\">集群部署</a>或者<a 
href=\"kubernetes.md\">kubernetes</a></p>\n<h2>前置准备工作</h2>\n<p>伪分布式部署 
DolphinScheduler 需要有外部软件的支持</p>\n<ul>\n<li>JDK:下载<a 
href=\"https://www.oracle.com/technetwork/ja [...]
   "link": 
"/dist/zh-cn/docs/2.0.0/user_doc/guide/installation/pseudo-cluster.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/zh-cn/docs/dev/user_doc/guide/installation/pseudo-cluster.html 
b/zh-cn/docs/dev/user_doc/guide/installation/pseudo-cluster.html
index 4fe5fef..d5f4d7e 100644
--- a/zh-cn/docs/dev/user_doc/guide/installation/pseudo-cluster.html
+++ b/zh-cn/docs/dev/user_doc/guide/installation/pseudo-cluster.html
@@ -81,16 +81,27 @@ mysql&gt;</span><span class="bash"> CREATE DATABASE 
dolphinscheduler DEFAULT CHA
 <span class="hljs-meta">
 mysql&gt;</span><span class="bash"> flush privileges;</span>
 </code></pre>
-<p>修改数据库配置,并初始化</p>
-<pre><code class="language-properties"><span 
class="hljs-meta">spring.datasource.driver-class-name</span>=<span 
class="hljs-string">com.mysql.jdbc.Driver</span>
-<span class="hljs-meta">spring.datasource.url</span>=<span 
class="hljs-string">jdbc:mysql://localhost:3306/dolphinscheduler?useUnicode=true&amp;characterEncoding=UTF-8&amp;allowMultiQueries=true</span>
-<span class="hljs-comment"># 如果你不是以 dolphinscheduler/dolphinscheduler 
作为用户名和密码的,需要进行修改</span>
-<span class="hljs-meta">spring.datasource.username</span>=<span 
class="hljs-string">dolphinscheduler</span>
-<span class="hljs-meta">spring.datasource.password</span>=<span 
class="hljs-string">dolphinscheduler</span>
-</code></pre>
-<p>修改并保存完后,执行 script 目录下的创建表及导入基础数据脚本</p>
-<pre><code class="language-shell">sh script/create-dolphinscheduler.sh
-</code></pre>
+<p>运行对应数据库的最新定义文件,位置在 <code>sql/dolphinscheudler_*.sql</code> 。例如你是 mysql ,运行 
<code>sql/dolphinscheudler_mysql.sql</code> ,是 postgresql 则运行 
<code>sql/dolphinscheudler_postgre.sql</code>。</p>
+<blockquote>
+<p><strong><em>NOTICE:</em></strong> 最新版本目前通过运行命令 <code>sh 
script/create-dolphinscheduler.sh</code> 初始化数据库的方式暂不可用,我们创建了一个<a 
href="https://github.com/apache/dolphinscheduler/issues/6597";>issue-6597</a> 
去追踪并修复这个问题。</p>
+</blockquote>
+<!--
+修改数据库配置,并初始化
+
+```properties
+spring.datasource.driver-class-name=com.mysql.jdbc.Driver
+spring.datasource.url=jdbc:mysql://localhost:3306/dolphinscheduler?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true
+# 如果你不是以 dolphinscheduler/dolphinscheduler 作为用户名和密码的,需要进行修改
+spring.datasource.username=dolphinscheduler
+spring.datasource.password=dolphinscheduler
+```
+
+修改并保存完后,执行 script 目录下的创建表及导入基础数据脚本
+
+```shell
+sh script/create-dolphinscheduler.sh
+```
+-->
 <h2>修改相关配置</h2>
 
<p>完成了基础环境的准备后,在运行部署命令前,还需要根据环境修改配置文件。配置文件在路径在<code>conf/config/install_config.conf</code>下,一般部署只需要修改<strong>INSTALL
 MACHINE、DolphinScheduler ENV、Database、Registry 
Server</strong>部分即可完成部署,下面对必须修改参数进行说明</p>
 <pre><code class="language-shell"><span class="hljs-meta">#</span><span 
class="bash"> ---------------------------------------------------------</span>
diff --git a/zh-cn/docs/dev/user_doc/guide/installation/pseudo-cluster.json 
b/zh-cn/docs/dev/user_doc/guide/installation/pseudo-cluster.json
index f9ad8b7..8b1908c 100644
--- a/zh-cn/docs/dev/user_doc/guide/installation/pseudo-cluster.json
+++ b/zh-cn/docs/dev/user_doc/guide/installation/pseudo-cluster.json
@@ -1,6 +1,6 @@
 {
   "filename": "pseudo-cluster.md",
-  "__html": "<h1>伪集群部署</h1>\n<p>伪集群部署目的是在单台机器部署 DolphinScheduler 
服务,该模式下master、worker、api server、logger server都在同一台机器上</p>\n<p>如果你是新手,想要体验 
DolphinScheduler 的功能,推荐使用<a 
href=\"standalone.md\">Standalone</a>方式体检。如果你想体验更完整的功能,或者更大的任务量,推荐使用<a 
href=\"pseudo-cluster.md\">伪集群部署</a>。如果你是在生产中使用,推荐使用<a 
href=\"cluster.md\">集群部署</a>或者<a 
href=\"kubernetes.md\">kubernetes</a></p>\n<h2>前置准备工作</h2>\n<p>伪分布式部署 
DolphinScheduler 需要有外部软件的支持</p>\n<ul>\n<li>JDK:下载<a 
href=\"https://www.oracle.com/technetwork/ja [...]
+  "__html": "<h1>伪集群部署</h1>\n<p>伪集群部署目的是在单台机器部署 DolphinScheduler 
服务,该模式下master、worker、api server、logger server都在同一台机器上</p>\n<p>如果你是新手,想要体验 
DolphinScheduler 的功能,推荐使用<a 
href=\"standalone.md\">Standalone</a>方式体检。如果你想体验更完整的功能,或者更大的任务量,推荐使用<a 
href=\"pseudo-cluster.md\">伪集群部署</a>。如果你是在生产中使用,推荐使用<a 
href=\"cluster.md\">集群部署</a>或者<a 
href=\"kubernetes.md\">kubernetes</a></p>\n<h2>前置准备工作</h2>\n<p>伪分布式部署 
DolphinScheduler 需要有外部软件的支持</p>\n<ul>\n<li>JDK:下载<a 
href=\"https://www.oracle.com/technetwork/ja [...]
   "link": 
"/dist/zh-cn/docs/dev/user_doc/guide/installation/pseudo-cluster.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/zh-cn/docs/latest/user_doc/guide/installation/pseudo-cluster.html 
b/zh-cn/docs/latest/user_doc/guide/installation/pseudo-cluster.html
index b589bc1..a60415c 100644
--- a/zh-cn/docs/latest/user_doc/guide/installation/pseudo-cluster.html
+++ b/zh-cn/docs/latest/user_doc/guide/installation/pseudo-cluster.html
@@ -81,16 +81,27 @@ mysql&gt;</span><span class="bash"> CREATE DATABASE 
dolphinscheduler DEFAULT CHA
 <span class="hljs-meta">
 mysql&gt;</span><span class="bash"> flush privileges;</span>
 </code></pre>
-<p>修改数据库配置,并初始化</p>
-<pre><code class="language-properties"><span 
class="hljs-meta">spring.datasource.driver-class-name</span>=<span 
class="hljs-string">com.mysql.jdbc.Driver</span>
-<span class="hljs-meta">spring.datasource.url</span>=<span 
class="hljs-string">jdbc:mysql://localhost:3306/dolphinscheduler?useUnicode=true&amp;characterEncoding=UTF-8&amp;allowMultiQueries=true</span>
-<span class="hljs-comment"># 如果你不是以 dolphinscheduler/dolphinscheduler 
作为用户名和密码的,需要进行修改</span>
-<span class="hljs-meta">spring.datasource.username</span>=<span 
class="hljs-string">dolphinscheduler</span>
-<span class="hljs-meta">spring.datasource.password</span>=<span 
class="hljs-string">dolphinscheduler</span>
-</code></pre>
-<p>修改并保存完后,执行 script 目录下的创建表及导入基础数据脚本</p>
-<pre><code class="language-shell">sh script/create-dolphinscheduler.sh
-</code></pre>
+<p>运行对应数据库的最新定义文件,位置在 <code>sql/dolphinscheudler_*.sql</code> 。例如你是 mysql ,运行 
<code>sql/dolphinscheudler_mysql.sql</code> ,是 postgresql 则运行 
<code>sql/dolphinscheudler_postgre.sql</code>。</p>
+<blockquote>
+<p><strong><em>NOTICE:</em></strong> 最新版本目前通过运行命令 <code>sh 
script/create-dolphinscheduler.sh</code> 初始化数据库的方式暂不可用,我们创建了一个<a 
href="https://github.com/apache/dolphinscheduler/issues/6597";>issue-6597</a> 
去追踪并修复这个问题。</p>
+</blockquote>
+<!--
+修改数据库配置,并初始化
+
+```properties
+spring.datasource.driver-class-name=com.mysql.jdbc.Driver
+spring.datasource.url=jdbc:mysql://localhost:3306/dolphinscheduler?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true
+# 如果你不是以 dolphinscheduler/dolphinscheduler 作为用户名和密码的,需要进行修改
+spring.datasource.username=dolphinscheduler
+spring.datasource.password=dolphinscheduler
+```
+
+修改并保存完后,执行 script 目录下的创建表及导入基础数据脚本
+
+```shell
+sh script/create-dolphinscheduler.sh
+```
+-->
 <h2>修改相关配置</h2>
 
<p>完成了基础环境的准备后,在运行部署命令前,还需要根据环境修改配置文件。配置文件在路径在<code>conf/config/install_config.conf</code>下,一般部署只需要修改<strong>INSTALL
 MACHINE、DolphinScheduler ENV、Database、Registry 
Server</strong>部分即可完成部署,下面对必须修改参数进行说明</p>
 <pre><code class="language-shell"><span class="hljs-meta">#</span><span 
class="bash"> ---------------------------------------------------------</span>
diff --git a/zh-cn/docs/latest/user_doc/guide/installation/pseudo-cluster.json 
b/zh-cn/docs/latest/user_doc/guide/installation/pseudo-cluster.json
index 86f6ec5..8e3b7a7 100644
--- a/zh-cn/docs/latest/user_doc/guide/installation/pseudo-cluster.json
+++ b/zh-cn/docs/latest/user_doc/guide/installation/pseudo-cluster.json
@@ -1,6 +1,6 @@
 {
   "filename": "pseudo-cluster.md",
-  "__html": "<h1>伪集群部署</h1>\n<p>伪集群部署目的是在单台机器部署 DolphinScheduler 
服务,该模式下master、worker、api server、logger server都在同一台机器上</p>\n<p>如果你是新手,想要体验 
DolphinScheduler 的功能,推荐使用<a 
href=\"standalone.md\">Standalone</a>方式体检。如果你想体验更完整的功能,或者更大的任务量,推荐使用<a 
href=\"pseudo-cluster.md\">伪集群部署</a>。如果你是在生产中使用,推荐使用<a 
href=\"cluster.md\">集群部署</a>或者<a 
href=\"kubernetes.md\">kubernetes</a></p>\n<h2>前置准备工作</h2>\n<p>伪分布式部署 
DolphinScheduler 需要有外部软件的支持</p>\n<ul>\n<li>JDK:下载<a 
href=\"https://www.oracle.com/technetwork/ja [...]
+  "__html": "<h1>伪集群部署</h1>\n<p>伪集群部署目的是在单台机器部署 DolphinScheduler 
服务,该模式下master、worker、api server、logger server都在同一台机器上</p>\n<p>如果你是新手,想要体验 
DolphinScheduler 的功能,推荐使用<a 
href=\"standalone.md\">Standalone</a>方式体检。如果你想体验更完整的功能,或者更大的任务量,推荐使用<a 
href=\"pseudo-cluster.md\">伪集群部署</a>。如果你是在生产中使用,推荐使用<a 
href=\"cluster.md\">集群部署</a>或者<a 
href=\"kubernetes.md\">kubernetes</a></p>\n<h2>前置准备工作</h2>\n<p>伪分布式部署 
DolphinScheduler 需要有外部软件的支持</p>\n<ul>\n<li>JDK:下载<a 
href=\"https://www.oracle.com/technetwork/ja [...]
   "link": 
"/dist/zh-cn/docs/2.0.0/user_doc/guide/installation/pseudo-cluster.html",
   "meta": {}
 }
\ No newline at end of file

Reply via email to