Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove SQLite and MySQL #2343

Merged
merged 1 commit into from
Nov 23, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 0 additions & 37 deletions docs-2.0/nebula-dashboard-ent/2.deploy-connect-dashboard-ent.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,43 +198,6 @@ $ sudo /dashboard/scripts/dashboard.service restart all #重启 Dashboard 所有
sudo rpm -ivh nebula-dashboard-ent-xxx.rpm --prefix=<path>
```

在可视化的安装过程中,用户需要输入 License 的路径,选择存放元数据的数据库,目前支持 SQLite 和 MySQL。

例如:

=== "SQLite"

```bash
Nebula Dashboard Enterprise version need license, please enter the license file path(~/nebula.license): /home/vesoft/license/nebula.license

Which database do you want to use? [sqlite | mysql]:sqlite # 不填默认为 SQLite。

Do you want to start the service now? [Y/N]: y
```

=== "MySQL"

```bash
Nebula Dashboard Enterprise version need license, please enter the license file path(~/nebula.license): /home/vesoft/license/nebula.license # license的存放路径。

Which database do you want to use? [sqlite | mysql]:mysql

Step1: set mysql database config

Enter mysql host(127.0.0.1): 192.168.8.157 # 连接的 MySQL 数据库的 IP 地址。

Enter mysql service port(3306): # 连接的 MySQL 数据库的端口号。默认3306。

Enter mysql username(root): # 登录 MySQL 的账户。

Enter mysql password(nebula): # 登录 MySQL 的密码。

Enter mysql database name(dashboard): # MySQL 数据库名称。

Do you want to start the service now? [Y/N]: y

```

3. (可选)使用以下命令查看所有服务状态、启动服务。

```
Expand Down