@@ -94,47 +94,47 @@ __Tips__: 建议你下载安装这两个下载工具其中之一,方便后续
9494 x86 架构系统安装包:
9595
9696 ```bash
97- wget https://github.com/matrixorigin/matrixone/releases/download/v3.0.3 /mo-v3.0.3 -musl-x86_64.zip
98- unzip mo-v3.0.3 -musl-x86_64.zip
97+ wget https://github.com/matrixorigin/matrixone/releases/download/v3.0.4 /mo-v3.0.4 -musl-x86_64.zip
98+ unzip mo-v3.0.4 -musl-x86_64.zip
9999 ```
100100
101101 ARM 架构系统安装包:
102102
103103 ```bash
104- wget https://github.com/matrixorigin/matrixone/releases/download/v3.0.3 /mo-v3.0.3 -musl-arm64.zip
105- unzip mo-v3.0.3 -musl-arm64.zip
104+ wget https://github.com/matrixorigin/matrixone/releases/download/v3.0.4 /mo-v3.0.4 -musl-arm64.zip
105+ unzip mo-v3.0.4 -musl-arm64.zip
106106 ```
107107
108108 如 github 原地址下载过慢,您可尝试从以下地址下载镜像包:
109109
110110 ```
111- wget https://githubfast.com/matrixorigin/matrixone/releases/download/v3.0.3 /mo-v3.0.3 -musl-xxx.zip
111+ wget https://githubfast.com/matrixorigin/matrixone/releases/download/v3.0.4 /mo-v3.0.4 -musl-xxx.zip
112112 ```
113113=== "**下载方式二:`curl` 工具下载二进制包**"
114114
115115 x86 架构系统安装包:
116116
117117 ```bash
118- curl -OL https://github.com/matrixorigin/matrixone/releases/download/v3.0.3 /mo-v3.0.3 -musl-x86_64.zip
119- unzip mo-v3.0.3 -musl-x86_64.zip
118+ curl -OL https://github.com/matrixorigin/matrixone/releases/download/v3.0.4 /mo-v3.0.4 -musl-x86_64.zip
119+ unzip mo-v3.0.4 -musl-x86_64.zip
120120 ```
121121
122122 ARM 架构系统安装包:
123123
124124 ```bash
125- curl -OL https://github.com/matrixorigin/matrixone/releases/download/v3.0.3 /mo-v3.0.3 -musl-arm64.zip
126- unzip mo-v3.0.3 -musl-arm64.zip
125+ curl -OL https://github.com/matrixorigin/matrixone/releases/download/v3.0.4 /mo-v3.0.4 -musl-arm64.zip
126+ unzip mo-v3.0.4 -musl-arm64.zip
127127 ```
128128
129129 如 github 原地址下载过慢,您可尝试从以下地址下载镜像包:
130130
131131 ```
132- curl -OL https://githubfast.com/matrixorigin/matrixone/releases/download/v3.0.3 /mo-v3.0.3 -musl-xxx.zip
132+ curl -OL https://githubfast.com/matrixorigin/matrixone/releases/download/v3.0.4 /mo-v3.0.4 -musl-xxx.zip
133133 ```
134134
135135=== "**下载方式三:页面下载**"
136136
137- 如果你想通过更直观的页面下载的方式下载,直接点击进入[版本 3.0.3 ](https://github.com/matrixorigin/matrixone/releases/tag/v3.0.3 ),下拉找到 **Assets** 栏,点击安装包 *mo-v3.0.3 -musl-x86_64.zip* 或者 *mo-v3.0.3 -musl-arm64.zip* 下载再使用 ```unzip``` 命令解压即可。
137+ 如果你想通过更直观的页面下载的方式下载,直接点击进入[版本 3.0.4 ](https://github.com/matrixorigin/matrixone/releases/tag/v3.0.4 ),下拉找到 **Assets** 栏,点击安装包 *mo-v3.0.4 -musl-x86_64.zip* 或者 *mo-v3.0.4 -musl-arm64.zip* 下载再使用 ```unzip``` 命令解压即可。
138138
139139### 基于 glibc 构建的二进制包
140140
@@ -143,48 +143,48 @@ __Tips__: 建议你下载安装这两个下载工具其中之一,方便后续
143143 x86 架构系统安装包:
144144
145145 ```bash
146- wget https://github.com/matrixorigin/matrixone/releases/download/v3.0.3 /mo-v3.0.3 -linux-x86_64.zip
147- unzip mo-v3.0.3 -linux-x86_64.zip
146+ wget https://github.com/matrixorigin/matrixone/releases/download/v3.0.4 /mo-v3.0.4 -linux-x86_64.zip
147+ unzip mo-v3.0.4 -linux-x86_64.zip
148148 ```
149149
150150 ARM 架构系统安装包:
151151
152152 ```bash
153- wget https://github.com/matrixorigin/matrixone/releases/download/v3.0.3 /mo-v3.0.3 -linux-arm64.zip
154- unzip mo-v3.0.3 -linux-arm64.zip
153+ wget https://github.com/matrixorigin/matrixone/releases/download/v3.0.4 /mo-v3.0.4 -linux-arm64.zip
154+ unzip mo-v3.0.4 -linux-arm64.zip
155155 ```
156156
157157 如 github 原地址下载过慢,您可尝试从以下地址下载镜像包:
158158
159159 ```
160- wget https://githubfast.com/matrixorigin/matrixone/releases/download/v3.0.3 /mo-v3.0.3 -linux-xxx.zip
160+ wget https://githubfast.com/matrixorigin/matrixone/releases/download/v3.0.4 /mo-v3.0.4 -linux-xxx.zip
161161 ```
162162
163163=== "**下载方式二:`curl` 工具下载二进制包**"
164164
165165 x86 架构系统安装包:
166166
167167 ```bash
168- curl -OL https://github.com/matrixorigin/matrixone/releases/download/v3.0.3 /mo-v3.0.3 -linux-x86_64.zip
168+ curl -OL https://github.com/matrixorigin/matrixone/releases/download/v3.0.4 /mo-v3.0.4 -linux-x86_64.zip
169169 unzip mo-v1.2.--linux-x86_64.zip
170170 ```
171171
172172 ARM 架构系统安装包:
173173
174174 ```bash
175- curl -OL https://github.com/matrixorigin/matrixone/releases/download/v3.0.3 /mo-v3.0.3 -linux-arm64.zip
176- unzip mo-v3.0.3 -linux-arm64.zip
175+ curl -OL https://github.com/matrixorigin/matrixone/releases/download/v3.0.4 /mo-v3.0.4 -linux-arm64.zip
176+ unzip mo-v3.0.4 -linux-arm64.zip
177177 ```
178178
179179 如 github 原地址下载过慢,您可尝试从以下地址下载镜像包:
180180
181181 ```
182- curl -OL https://githubfast.com/matrixorigin/matrixone/releases/download/v3.0.3 /mo-v3.0.3 -linux-xxx.zip
182+ curl -OL https://githubfast.com/matrixorigin/matrixone/releases/download/v3.0.4 /mo-v3.0.4 -linux-xxx.zip
183183 ```
184184
185185=== "**下载方式三:页面下载**"
186186
187- 如果你想通过更直观的页面下载的方式下载,直接点击进入[版本 3.0.3 ](https://github.com/matrixorigin/matrixone/releases/tag/v3.0.3 ),下拉找到 **Assets** 栏,点击安装包 *mo-v3.0.3 -linux-x86_64.zip* 或者 *mo-v3.0.3 -linux-arm64.zip* 下载再使用 ```unzip``` 命令解压即可。
187+ 如果你想通过更直观的页面下载的方式下载,直接点击进入[版本 3.0.4 ](https://github.com/matrixorigin/matrixone/releases/tag/v3.0.4 ),下拉找到 **Assets** 栏,点击安装包 *mo-v3.0.4 -linux-x86_64.zip* 或者 *mo-v3.0.4 -linux-arm64.zip* 下载再使用 ```unzip``` 命令解压即可。
188188
189189## 步骤 3:安装 mo_ctl 工具
190190
@@ -203,26 +203,26 @@ wget https://raw.githubusercontent.com/matrixorigin/mo_ctl_standalone/main/deplo
203203通过以下命令调整参数:
204204
205205```
206- mo_ctl set_conf MO_PATH="/yourpath/mo-v3.0.3 -xx-xx" #设置MatrixOne路径为二进制解压文件目录
207- mo_ctl set_conf MO_CONF_FILE="/yourpath/mo-v3.0.3 -xx-xx/etc/launch/launch.toml" #设置MatrixOne配置文件路径
206+ mo_ctl set_conf MO_PATH="/yourpath/mo-v3.0.4 -xx-xx" #设置MatrixOne路径为二进制解压文件目录
207+ mo_ctl set_conf MO_CONF_FILE="/yourpath/mo-v3.0.4 -xx-xx/etc/launch/launch.toml" #设置MatrixOne配置文件路径
208208mo_ctl set_conf MO_DEPLOY_MODE=binary #设置MatrixOne部署方式,此为二进制部署方式
209209```
210210
211211## 步骤 4:启动 MatrixOne 服务
212212
213213通过 `mo_ctl start` 命令一键启动 MatrixOne 服务。
214214
215- 如果运行正常将出现以下日志。MatrixOne 的相关运行日志会在 `/yourpath/mo-v3.0.3 -xx-xx/matrixone/logs/` 中。
215+ 如果运行正常将出现以下日志。MatrixOne 的相关运行日志会在 `/yourpath/mo-v3.0.4 -xx-xx/matrixone/logs/` 中。
216216
217217```
218218> mo_ctl start
219219 2024-03-07 14:34:04.942 UTC+0800 [ INFO] No mo-service is running
2202202024-03-07 14:34:04.998 UTC+0800 [ INFO] Get conf succeeded: MO_DEPLOY_MODE="binary"
2212212024-03-07 14:34:05.024 UTC+0800 [ INFO] GO memory limit(Mi): 14745
222- 2024-03-07 14:34:05.072 UTC+0800 [ INFO] Starting mo-service: cd /Users/admin/mo-v3.0.3 -linux-arm64/ && GOMEMLIMIT=14745MiB /Users/admin/mo-v3.0.3 -linux-arm64/mo-service -daemon -debug-http :9876 -launch /Users/admin/mo-v3.0.3 -linux-arm64/etc/launch/launch.toml >/Users/admin/mo-v3.0.3 -linux-arm64/matrixone/logs/stdout-20240307_143405.log 2>/Users/admin/mo-v3.0.3 -linux-arm64/matrixone/logs/stderr-20240307_143405.log
222+ 2024-03-07 14:34:05.072 UTC+0800 [ INFO] Starting mo-service: cd /Users/admin/mo-v3.0.4 -linux-arm64/ && GOMEMLIMIT=14745MiB /Users/admin/mo-v3.0.4 -linux-arm64/mo-service -daemon -debug-http :9876 -launch /Users/admin/mo-v3.0.4 -linux-arm64/etc/launch/launch.toml >/Users/admin/mo-v3.0.4 -linux-arm64/matrixone/logs/stdout-20240307_143405.log 2>/Users/admin/mo-v3.0.4 -linux-arm64/matrixone/logs/stderr-20240307_143405.log
2232232024-03-07 14:34:05.137 UTC+0800 [ INFO] Wait for 2 seconds
2242242024-03-07 14:34:07.261 UTC+0800 [ INFO] At least one mo-service is running. Process info:
225- 501 27145 1 0 2:34下午 ?? 0:00.18 /Users/admin/mo-v3.0.3 -linux-arm64/mo-service -daemon -debug-http :9876 -launch /Users/admin/mo-v3.0.3 -linux-arm64/etc/launch/launch.toml
225+ 501 27145 1 0 2:34下午 ?? 0:00.18 /Users/admin/mo-v3.0.4 -linux-arm64/mo-service -daemon -debug-http :9876 -launch /Users/admin/mo-v3.0.4 -linux-arm64/etc/launch/launch.toml
2262262024-03-07 14:34:07.284 UTC+0800 [ INFO] List of pid(s):
22722727145
2282282024-03-07 14:34:07.308 UTC+0800 [ INFO] Start succeeded
@@ -243,7 +243,7 @@ mo_ctl set_conf MO_DEPLOY_MODE=binary #设置MatrixOne部署方式,此为二
2432432024-03-07 14:34:59.942 UTC+0800 [ INFO] Ok, connecting for user ...
244244Welcome to the MySQL monitor. Commands end with ; or \g.
245245Your MySQL connection id is 426
246- Server version: 8.0.30-MatrixOne-v3.0.3 MatrixOne
246+ Server version: 8.0.30-MatrixOne-v3.0.4 MatrixOne
247247
248248Copyright (c) 2000, 2018, Oracle and/or its affiliates. All rights reserved.
249249
0 commit comments