You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampark.apache.org by be...@apache.org on 2023/09/08 14:56:35 UTC

[incubator-streampark-website] branch dev updated: Improve deployment (#245)

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

benjobs pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampark-website.git


The following commit(s) were added to refs/heads/dev by this push:
     new 2837647a Improve deployment (#245)
2837647a is described below

commit 2837647ad79f1c071f70ac39f7c1a29d361de112
Author: caicancai <77...@users.noreply.github.com>
AuthorDate: Fri Sep 8 22:56:31 2023 +0800

    Improve deployment (#245)
    
    * update users.png
    
    * update users.png (#238)
    
    * fix typo
    
    * improve deployment.md
---
 docs/user-guide/1-deployment.md                                         | 2 +-
 .../docusaurus-plugin-content-docs/current/user-guide/1-deployment.md   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/user-guide/1-deployment.md b/docs/user-guide/1-deployment.md
index e1405aac..6002b541 100755
--- a/docs/user-guide/1-deployment.md
+++ b/docs/user-guide/1-deployment.md
@@ -110,7 +110,7 @@ In the installation process of versions before 1.2.1, there is no need to manual
 ├── logs                                     // log dir
 ├── temp                                     // temp dir, don't remove
 ```
-If streampark first installation, execute the script under the `schema` and `data` directories in sequence, and if it is an upgrade, execute under `upgrade` sql file of the corresponding version number.
+If streampark first installation, need to connect to the corresponding database client to execute the script under the `schema` and `data` directories in sequence, and if it is an upgrade, execute under `upgrade` sql file of the corresponding version number.
 
 ##### Modify the configuration
 The installation and unpacking have been completed, and the next step is to prepare the data-related work
diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/user-guide/1-deployment.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/user-guide/1-deployment.md
index c7b24a3d..a9833c43 100755
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/user-guide/1-deployment.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/user-guide/1-deployment.md
@@ -94,7 +94,7 @@ streampark-console-service-1.2.1
 │     │      ├── 1.2.3.sql                   //升级到 1.2.3版本需要执行的升级sql      
 │     │      └── 2.0.0.sql                   //升级到 2.0.0版本需要执行的升级sql   
 ```
-如果是初次安装, 依次执行 `schema` 和 `data` 目录下对应数据库的脚本文件即可, 如果是升级, 则执行对应的版本号的sql即可.
+如果是初次安装, 需要连接对应的数据库客户端依次执行 `schema` 和 `data` 目录下对应数据库的脚本文件即可, 如果是升级, 则执行对应的版本号的sql即可.
 
 ##### 修改配置