Skip to content

Commit 888028e

Browse files
committed
release 3.0.4
1 parent 7123733 commit 888028e

File tree

23 files changed

+128
-98
lines changed

23 files changed

+128
-98
lines changed

docs/MatrixOne/Contribution-Guide/How-to-Contribute/preparation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
### 建设情况
1717

18-
目前,MatrixOne v25.3.0.3 已经发布了,您可以通过[版本发布指南](./../../Release-Notes/v25.3.0.3.md)来了解最新的发布信息,其中包含了最新的修改与优化。
18+
目前,MatrixOne v25.3.0.4 已经发布了,您可以通过[版本发布指南](./../../Release-Notes/v25.3.0.4.md)来了解最新的发布信息,其中包含了最新的修改与优化。
1919

2020
关于长期的项目规划,请参阅 [MatrixOne Roadmap](https://github.com/matrixorigin/matrixone/issues/613)
2121

docs/MatrixOne/Deploy/update-MatrixOne-cluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
root@master0 ~]# mysql -h $(kubectl get svc/mo-tp-cn -n mo-hn -o jsonpath='{.spec.clusterIP}') -P 6001 -uroot -p111
7373
Welcome to the MariaDB monitor. Commands end with ; or \g.
7474
Your MySQL connection id is 1005
75-
Server version: 8.0.30-MatrixOne-v3.0.3 MatrixOne
75+
Server version: 8.0.30-MatrixOne-v3.0.4 MatrixOne
7676
7777
Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others.
7878

docs/MatrixOne/Develop/connect-mo/database-client-tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ MatrixOne 现在支持通过以下几种数据库客户端工具的方式连接
3939
4040
```
4141
Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 1031
42-
Server version: 8.0.30-MatrixOne-v3.0.3 MatrixOne
42+
Server version: 8.0.30-MatrixOne-v3.0.4 MatrixOne
4343
Copyright (c) 2000, 2022, Oracle and/or its affiliates.
4444
4545
Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

docs/MatrixOne/Develop/import-data/bulk-load/load-csv.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ __Note__: *csv*(逗号分隔值)文件是一种特殊的文件类型,可
121121
3. 使用 Docker 启动 MatrixOne,启动时将存放了数据文件的目录 *~/tmp/docker_loaddata_demo/* 挂载到容器的某个目录下,这里容器目录以 */ssb-dbgen-path* 为例:
122122
123123
```
124-
sudo docker run --name matrixone --privileged -d -p 6001:6001 -v ~/tmp/docker_loaddata_demo/:/ssb-dbgen-path:rw matrixorigin/matrixone:3.0.3
124+
sudo docker run --name matrixone --privileged -d -p 6001:6001 -v ~/tmp/docker_loaddata_demo/:/ssb-dbgen-path:rw matrixorigin/matrixone:3.0.4
125125
```
126126
127127
4. 连接 MatrixOne 服务:

docs/MatrixOne/Develop/import-data/bulk-load/using-source.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,6 @@ select * from tool;
6868

6969
## 限制说明
7070

71-
MatrixOne v25.3.0.3 版本已经支持 MySQL 的建表语句,因此可以顺畅地将 MySQL 表迁移到 MatrixOne 上。不过需要注意,在迁移过程中,不兼容 MySQL 部分关键字,如 `engine=` 等,在 MatrixOne 中会被自动忽略,也不会影响表结构的迁移。
71+
MatrixOne v25.3.0.4 版本已经支持 MySQL 的建表语句,因此可以顺畅地将 MySQL 表迁移到 MatrixOne 上。不过需要注意,在迁移过程中,不兼容 MySQL 部分关键字,如 `engine=` 等,在 MatrixOne 中会被自动忽略,也不会影响表结构的迁移。
7272

7373
但需要特别注意的是,尽管 MatrixOne 支持 MySQL 建表语句,如果迁移的表中包含不兼容的数据类型、触发器、函数或存储过程,仍需要手动修改。更多详细的兼容性信息,参见 [MySQL 兼容性](../../../Overview/feature/mysql-compatibility.md)

docs/MatrixOne/FAQs/product-faqs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ MatrixOne 0.8.0 及以上版本皆可使用 `mo_ctl upgrade latest` 从低版本
3030

3131
**现在 MatrixOne 发稳定版了吗?推荐使用哪个版本?**
3232

33-
MatrixOne 现已发布 v25.3.0.3 版本,在稳定性上我们做了大量的优化工作,已经可以用于生产业务,欢迎大家试用反馈。
33+
MatrixOne 现已发布 v25.3.0.4 版本,在稳定性上我们做了大量的优化工作,已经可以用于生产业务,欢迎大家试用反馈。
3434

3535
**有没有 MatrixOne 云版本?想快速测试看看**
3636

docs/MatrixOne/Get-Started/install-on-linux/install-on-linux-method1.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ GCC_VERSION="8.5.0"
204204
CLANG_VERSION="13.0"
205205
GO_VERSION="1.22.3"
206206
MO_GIT_URL="https://github.com/matrixorigin/matrixone.git"
207-
MO_DEFAULT_VERSION="v3.0.3"
207+
MO_DEFAULT_VERSION="v3.0.4"
208208
GOPROXY="https://goproxy.cn,direct"
209209
STOP_INTERVAL="5"
210210
START_INTERVAL="2"
@@ -220,7 +220,7 @@ PPROF_PROFILE_DURATION="30"
220220
```
221221
mo_ctl set_conf MO_PATH="yourpath" # 设置自定义的MatrixOne下载路径
222222
mo_ctl set_conf MO_GIT_URL="https://githubfast.com/matrixorigin/matrixone.git" #针对github原地址下载过慢问题,设置镜像下载地址
223-
mo_ctl set_conf MO_DEFAULT_VERSION="v3.0.3" # 设置所下载的MatrixOne版本
223+
mo_ctl set_conf MO_DEFAULT_VERSION="v3.0.4" # 设置所下载的MatrixOne版本
224224
mo_ctl set_conf MO_DEPLOY_MODE=git #设置MatrixOne部署方式,此为源码部署方式
225225
```
226226
@@ -239,7 +239,7 @@ mo_ctl set_conf MO_DEPLOY_MODE=git #设置MatrixOne部署方式,此为源码
239239
=== "通过 MatrixOne (稳定版本) 代码安装"
240240
241241
```
242-
mo_ctl deploy v3.0.3
242+
mo_ctl deploy v3.0.4
243243
```
244244
245245
## 步骤 4:启动 MatrixOne 服务
@@ -276,7 +276,7 @@ root@VM-16-2-debian:~# mo_ctl connect
276276
mysql: [Warning] Using a password on the command line interface can be insecure.
277277
Welcome to the MySQL monitor. Commands end with ; or \g.
278278
Your MySQL connection id is 15
279-
Server version: 8.0.30-MatrixOne-v3.0.3 MatrixOne
279+
Server version: 8.0.30-MatrixOne-v3.0.4 MatrixOne
280280

281281
Copyright (c) 2000, 2023, Oracle and/or its affiliates.
282282

docs/MatrixOne/Get-Started/install-on-linux/install-on-linux-method2.md

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -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配置文件路径
208208
mo_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
220220
2024-03-07 14:34:04.998 UTC+0800 [INFO] Get conf succeeded: MO_DEPLOY_MODE="binary"
221221
2024-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
223223
2024-03-07 14:34:05.137 UTC+0800 [INFO] Wait for 2 seconds
224224
2024-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
226226
2024-03-07 14:34:07.284 UTC+0800 [INFO] List of pid(s):
227227
27145
228228
2024-03-07 14:34:07.308 UTC+0800 [INFO] Start succeeded
@@ -243,7 +243,7 @@ mo_ctl set_conf MO_DEPLOY_MODE=binary #设置MatrixOne部署方式,此为二
243243
2024-03-07 14:34:59.942 UTC+0800 [INFO] Ok, connecting for user ...
244244
Welcome to the MySQL monitor. Commands end with ; or \g.
245245
Your 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

248248
Copyright (c) 2000, 2018, Oracle and/or its affiliates. All rights reserved.
249249

docs/MatrixOne/Get-Started/install-on-linux/install-on-linux-method3.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -70,18 +70,18 @@ Debian11.1 版本默认没有安装 MySQL Client,因此需要手动下载安
7070
7171
使用以下命令将从 Docker Hub 中拉取 MatrixOne 镜像,你可以选择稳定版本镜像,或开发版本镜像,当 Tag 为 `latest` 时获取最新稳定版本。
7272
73-
=== "稳定版本的镜像(3.0.3)"
73+
=== "稳定版本的镜像(3.0.4)"
7474
7575
```bash
76-
docker pull matrixorigin/matrixone:3.0.3
77-
docker run -d -p 6001:6001 --name matrixone matrixorigin/matrixone:3.0.3
76+
docker pull matrixorigin/matrixone:3.0.4
77+
docker run -d -p 6001:6001 --name matrixone matrixorigin/matrixone:3.0.4
7878
```
7979
8080
如果你使用的是中国大陆的网络,你可以拉取阿里云上的 MatrixOne 稳定版本镜像:
8181
8282
```bash
83-
docker pull registry.cn-shanghai.aliyuncs.com/matrixorigin/matrixone:3.0.3
84-
docker run -d -p 6001:6001 --name matrixone registry.cn-shanghai.aliyuncs.com/matrixorigin/matrixone:3.0.3
83+
docker pull registry.cn-shanghai.aliyuncs.com/matrixorigin/matrixone:3.0.4
84+
docker run -d -p 6001:6001 --name matrixone registry.cn-shanghai.aliyuncs.com/matrixorigin/matrixone:3.0.4
8585
```
8686
8787
=== "开发版本的镜像"
@@ -105,7 +105,7 @@ Debian11.1 版本默认没有安装 MySQL Client,因此需要手动下载安
105105
若 Docker 版本低于 20.10.18 或者 Docker client 和 Docker server 的版本不一致,推荐同时升级到 Docker 最新稳定版本后再尝试。若坚持使用,需要在 ```docker run``` 命令中加上参数 ```--privileged=true```,如:
106106
107107
```bash
108-
docker run -d -p 6001:6001 --name matrixone --privileged=true matrixorigin/matrixone:3.0.3
108+
docker run -d -p 6001:6001 --name matrixone --privileged=true matrixorigin/matrixone:3.0.4
109109
```
110110

111111
如需挂载数据目录或配置自定义文件,参见[挂载目录到 Docker 容器](../../Maintain/mount-data-by-docker.md)
@@ -128,7 +128,7 @@ wget https://raw.githubusercontent.com/matrixorigin/mo_ctl_standalone/main/deplo
128128

129129
```
130130
mo_ctl set_conf MO_CONTAINER_DATA_HOST_PATH="/yourpath/mo/" # 宿主机mo的数据目录
131-
mo_ctl set_conf MO_CONTAINER_IMAGE="matrixorigin/matrixone:3.0.3" # 设置镜像,国内的可以用registry.cn-shanghai.aliyuncs.com/matrixorigin/matrixone:3.0.3
131+
mo_ctl set_conf MO_CONTAINER_IMAGE="matrixorigin/matrixone:3.0.4" # 设置镜像,国内的可以用registry.cn-shanghai.aliyuncs.com/matrixorigin/matrixone:3.0.4
132132
mo_ctl set_conf MO_DEPLOY_MODE=docker #设置MatrixOne部署方式,此为docker部署方式
133133
```
134134

@@ -162,7 +162,7 @@ MO_CONTAINER_EXTRA_MOUNT_OPTION="" #额外的挂载参数,比如 -v xx:xx:xx
162162
=== "通过 MatrixOne (稳定版本) 代码安装"
163163

164164
```
165-
mo_ctl deploy v3.0.3
165+
mo_ctl deploy v3.0.4
166166
```
167167

168168
- 启动 Matrixone
@@ -194,7 +194,7 @@ mysql -h 127.0.0.1 -P 6001 -uroot -p
194194
Enter password:
195195
Welcome to the MySQL monitor. Commands end with ; or \g.
196196
Your MySQL connection id is 5982
197-
Server version: 8.0.30-MatrixOne-v3.0.3 MatrixOne
197+
Server version: 8.0.30-MatrixOne-v3.0.4 MatrixOne
198198
199199
Copyright (c) 2000, 2018, Oracle and/or its affiliates. All rights reserved.
200200
@@ -221,7 +221,7 @@ mo_ctl connect
221221
2024-03-08 11:13:34.420 UTC+0800 [INFO] Ok, connecting for user ...
222222
Welcome to the MySQL monitor. Commands end with ; or \g.
223223
Your MySQL connection id is 5849
224-
Server version: 8.0.30-MatrixOne-v3.0.3 MatrixOne
224+
Server version: 8.0.30-MatrixOne-v3.0.4 MatrixOne
225225
226226
Copyright (c) 2000, 2018, Oracle and/or its affiliates. All rights reserved.
227227

docs/MatrixOne/Get-Started/install-on-macos/install-on-macos-method1.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ GCC_VERSION="8.5.0"
184184
CLANG_VERSION="13.0"
185185
GO_VERSION="1.22.3"
186186
MO_GIT_URL="https://github.com/matrixorigin/matrixone.git"
187-
MO_DEFAULT_VERSION="v3.0.3"
187+
MO_DEFAULT_VERSION="v3.0.4"
188188
GOPROXY="https://goproxy.cn,direct"
189189
STOP_INTERVAL="5"
190190
START_INTERVAL="2"
@@ -200,7 +200,7 @@ PPROF_PROFILE_DURATION="30"
200200
```
201201
mo_ctl set_conf MO_PATH="yourpath" # 设置自定义的MatrixOne下载路径
202202
mo_ctl set_conf MO_GIT_URL="https://githubfast.com/matrixorigin/matrixone.git" #针对github原地址下载过慢问题,设置镜像下载地址
203-
mo_ctl set_conf MO_DEFAULT_VERSION="v3.0.3" # 设置所下载的MatrixOne版本
203+
mo_ctl set_conf MO_DEFAULT_VERSION="v3.0.4" # 设置所下载的MatrixOne版本
204204
mo_ctl set_conf MO_DEPLOY_MODE=git #设置MatrixOne部署方式,此为源码部署方式
205205
```
206206
@@ -219,7 +219,7 @@ mo_ctl set_conf MO_DEPLOY_MODE=git #设置MatrixOne部署方式,此为源码
219219
=== "通过 MatrixOne (稳定版本) 代码安装"
220220
221221
```
222-
mo_ctl deploy v3.0.3
222+
mo_ctl deploy v3.0.4
223223
```
224224
225225
## 步骤 4:启动 MatrixOne 服务
@@ -256,7 +256,7 @@ mo_ctl set_conf MO_DEPLOY_MODE=git #设置MatrixOne部署方式,此为源码
256256
mysql: [Warning] Using a password on the command line interface can be insecure.
257257
Welcome to the MySQL monitor. Commands end with ; or \g.
258258
Your MySQL connection id is 15
259-
Server version: 8.0.30-MatrixOne-v3.0.3 MatrixOne
259+
Server version: 8.0.30-MatrixOne-v3.0.4 MatrixOne
260260

261261
Copyright (c) 2000, 2023, Oracle and/or its affiliates.
262262

0 commit comments

Comments
 (0)