diff --git a/docs/MatrixOne/Contribution-Guide/How-to-Contribute/preparation.md b/docs/MatrixOne/Contribution-Guide/How-to-Contribute/preparation.md index 936041a036..cabd49ca90 100644 --- a/docs/MatrixOne/Contribution-Guide/How-to-Contribute/preparation.md +++ b/docs/MatrixOne/Contribution-Guide/How-to-Contribute/preparation.md @@ -15,7 +15,7 @@ ### 建设情况 -目前,MatrixOne v1.2.3 已经发布了,您可以通过[版本发布指南](./../../Release-Notes/v1.2.3.md)来了解最新的发布信息,其中包含了最新的修改与优化。 +目前,MatrixOne v24.1.2.4 已经发布了,您可以通过[版本发布指南](./../../Release-Notes/v24.1.2.4.md)来了解最新的发布信息,其中包含了最新的修改与优化。 关于长期的项目规划,请参阅 [MatrixOne Roadmap](https://github.com/matrixorigin/matrixone/issues/613)。 diff --git a/docs/MatrixOne/Deploy/deploy-matrixone-single-with-s3.md b/docs/MatrixOne/Deploy/deploy-matrixone-single-with-s3.md index 726f0daa26..f043ef7f36 100644 --- a/docs/MatrixOne/Deploy/deploy-matrixone-single-with-s3.md +++ b/docs/MatrixOne/Deploy/deploy-matrixone-single-with-s3.md @@ -736,7 +736,7 @@ cnservices = [ ``` 先配置好cn.toml、tn.toml、log.toml -mo_ctl set_conf MO_CONTAINER_IMAGE=matrixorigin/matrixone/1.2.3 #设置镜像 +mo_ctl set_conf MO_CONTAINER_IMAGE=matrixorigin/matrixone/1.2.4 #设置镜像 mo_ctl set_conf MO_CONTAINER_NAME=mo # 设置容器名 mo_ctl set_conf MO_CONTAINER_CONF_HOST_PATH=/data/mo_confs/ # 设置宿主机上的mo配置文件存放的目录 mo_ctl set_conf MO_CONTAINER_CONF_CON_FILE="/etc/launch.toml" # 设置容器启动时容器内的配置文件路径 diff --git a/docs/MatrixOne/Deploy/update-MatrixOne-cluster.md b/docs/MatrixOne/Deploy/update-MatrixOne-cluster.md index 880d7c0fc9..e3accff5f6 100644 --- a/docs/MatrixOne/Deploy/update-MatrixOne-cluster.md +++ b/docs/MatrixOne/Deploy/update-MatrixOne-cluster.md @@ -72,7 +72,7 @@ root@master0 ~]# mysql -h $(kubectl get svc/mo-tp-cn -n mo-hn -o jsonpath='{.spec.clusterIP}') -P 6001 -uroot -p111 Welcome to the MariaDB monitor. Commands end with ; or \g. Your MySQL connection id is 1005 - Server version: 8.0.30-MatrixOne-v1.2.3 MatrixOne + Server version: 8.0.30-MatrixOne-v1.2.4 MatrixOne Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others. diff --git a/docs/MatrixOne/Develop/Ecological-Tools/Computing-Engine/Flink/flink-kafka-matrixone.md b/docs/MatrixOne/Develop/Ecological-Tools/Computing-Engine/Flink/flink-kafka-matrixone.md index 989025930a..d007de9fd8 100644 --- a/docs/MatrixOne/Develop/Ecological-Tools/Computing-Engine/Flink/flink-kafka-matrixone.md +++ b/docs/MatrixOne/Develop/Ecological-Tools/Computing-Engine/Flink/flink-kafka-matrixone.md @@ -6,7 +6,7 @@ 本次实践需要安装部署以下软件环境: -- 完成[单机部署 MatrixOne](https://docs.matrixorigin.cn/1.2.3/MatrixOne/Get-Started/install-standalone-matrixone/)。 +- 完成[单机部署 MatrixOne](../../../../Get-Started/install-standalone-matrixone.md)。 - 下载安装 [lntelliJ IDEA(2022.2.1 or later version)](https://www.jetbrains.com/idea/download/)。 - 根据你的系统环境选择 [JDK 8+ version](https://www.oracle.com/sg/java/technologies/javase/javase8-archive-downloads.html) 版本进行下载安装。 - 下载并安装 [Kafka](https://archive.apache.org/dist/kafka/3.5.0/kafka_2.13-3.5.0.tgz)。 diff --git a/docs/MatrixOne/Develop/Ecological-Tools/Computing-Engine/Flink/flink-mongo-matrixone.md b/docs/MatrixOne/Develop/Ecological-Tools/Computing-Engine/Flink/flink-mongo-matrixone.md index 1df3a0a551..40e6eab363 100644 --- a/docs/MatrixOne/Develop/Ecological-Tools/Computing-Engine/Flink/flink-mongo-matrixone.md +++ b/docs/MatrixOne/Develop/Ecological-Tools/Computing-Engine/Flink/flink-mongo-matrixone.md @@ -6,7 +6,7 @@ 本次实践需要安装部署以下软件环境: -- 完成[单机部署 MatrixOne](https://docs.matrixorigin.cn/1.2.3/MatrixOne/Get-Started/install-standalone-matrixone/)。 +- 完成[单机部署 MatrixOne](../../../../Get-Started/install-standalone-matrixone.md)。 - 下载安装 [lntelliJ IDEA(2022.2.1 or later version)](https://www.jetbrains.com/idea/download/)。 - 根据你的系统环境选择 [JDK 8+ version](https://www.oracle.com/sg/java/technologies/javase/javase8-archive-downloads.html) 版本进行下载安装。 - 下载并安装 [Flink](https://archive.apache.org/dist/flink/flink-1.17.0/flink-1.17.0-bin-scala_2.12.tgz),最低支持版本为 1.11。 diff --git a/docs/MatrixOne/Develop/Ecological-Tools/Computing-Engine/Flink/flink-mysql-matrixone.md b/docs/MatrixOne/Develop/Ecological-Tools/Computing-Engine/Flink/flink-mysql-matrixone.md index 7de58fa980..1b93edb85c 100644 --- a/docs/MatrixOne/Develop/Ecological-Tools/Computing-Engine/Flink/flink-mysql-matrixone.md +++ b/docs/MatrixOne/Develop/Ecological-Tools/Computing-Engine/Flink/flink-mysql-matrixone.md @@ -6,7 +6,7 @@ 本次实践需要安装部署以下软件环境: -- 完成[单机部署 MatrixOne](https://docs.matrixorigin.cn/1.2.3/MatrixOne/Get-Started/install-standalone-matrixone/)。 +- 完成[单机部署 MatrixOne](../../../../Get-Started/install-standalone-matrixone.md)。 - 下载安装 [lntelliJ IDEA(2022.2.1 or later version)](https://www.jetbrains.com/idea/download/)。 - 根据你的系统环境选择 [JDK 8+ version](https://www.oracle.com/sg/java/technologies/javase/javase8-archive-downloads.html) 版本进行下载安装。 - 下载并安装 [Flink](https://archive.apache.org/dist/flink/flink-1.17.0/flink-1.17.0-bin-scala_2.12.tgz),最低支持版本为 1.11。 diff --git a/docs/MatrixOne/Develop/Ecological-Tools/Computing-Engine/Flink/flink-oracle-matrixone.md b/docs/MatrixOne/Develop/Ecological-Tools/Computing-Engine/Flink/flink-oracle-matrixone.md index f09de2b9e1..ff43ed718a 100644 --- a/docs/MatrixOne/Develop/Ecological-Tools/Computing-Engine/Flink/flink-oracle-matrixone.md +++ b/docs/MatrixOne/Develop/Ecological-Tools/Computing-Engine/Flink/flink-oracle-matrixone.md @@ -6,7 +6,7 @@ 本次实践需要安装部署以下软件环境: -- 完成[单机部署 MatrixOne](https://docs.matrixorigin.cn/1.2.3/MatrixOne/Get-Started/install-standalone-matrixone/)。 +- 完成[单机部署 MatrixOne](../../../../Get-Started/install-standalone-matrixone.md)。 - 下载安装 [lntelliJ IDEA(2022.2.1 or later version)](https://www.jetbrains.com/idea/download/)。 - 根据你的系统环境选择 [JDK 8+ version](https://www.oracle.com/sg/java/technologies/javase/javase8-archive-downloads.html) 版本进行下载安装。 - 下载并安装 [Flink](https://archive.apache.org/dist/flink/flink-1.17.0/flink-1.17.0-bin-scala_2.12.tgz),最低支持版本为 1.11。 diff --git a/docs/MatrixOne/Develop/Ecological-Tools/Computing-Engine/Flink/flink-postgresql-matrixone.md b/docs/MatrixOne/Develop/Ecological-Tools/Computing-Engine/Flink/flink-postgresql-matrixone.md index b2458e4307..b30bd40673 100644 --- a/docs/MatrixOne/Develop/Ecological-Tools/Computing-Engine/Flink/flink-postgresql-matrixone.md +++ b/docs/MatrixOne/Develop/Ecological-Tools/Computing-Engine/Flink/flink-postgresql-matrixone.md @@ -6,7 +6,7 @@ 本次实践需要安装部署以下软件环境: -- 完成[单机部署 MatrixOne](https://docs.matrixorigin.cn/1.2.3/MatrixOne/Get-Started/install-standalone-matrixone/)。 +- 完成[单机部署 MatrixOne](../../../../Get-Started/install-standalone-matrixone.md)。 - 下载安装 [lntelliJ IDEA(2022.2.1 or later version)](https://www.jetbrains.com/idea/download/)。 - 根据你的系统环境选择 [JDK 8+ version](https://www.oracle.com/sg/java/technologies/javase/javase8-archive-downloads.html) 版本进行下载安装。 - 安装 [PostgreSQL](https://www.postgresql.org/download/)。 diff --git a/docs/MatrixOne/Develop/Ecological-Tools/Computing-Engine/Flink/flink-sqlserver-matrixone.md b/docs/MatrixOne/Develop/Ecological-Tools/Computing-Engine/Flink/flink-sqlserver-matrixone.md index 3e7f8524e6..28e8cba159 100644 --- a/docs/MatrixOne/Develop/Ecological-Tools/Computing-Engine/Flink/flink-sqlserver-matrixone.md +++ b/docs/MatrixOne/Develop/Ecological-Tools/Computing-Engine/Flink/flink-sqlserver-matrixone.md @@ -6,7 +6,7 @@ 本次实践需要安装部署以下软件环境: -- 完成[单机部署 MatrixOne](https://docs.matrixorigin.cn/1.2.3/MatrixOne/Get-Started/install-standalone-matrixone/)。 +- 完成[单机部署 MatrixOne](../../../../Get-Started/install-standalone-matrixone.md)。 - 下载安装 [lntelliJ IDEA(2022.2.1 or later version)](https://www.jetbrains.com/idea/download/)。 - 根据你的系统环境选择 [JDK 8+ version](https://www.oracle.com/sg/java/technologies/javase/javase8-archive-downloads.html) 版本进行下载安装。 - 下载并安装 [Flink](https://archive.apache.org/dist/flink/flink-1.17.0/flink-1.17.0-bin-scala_2.12.tgz),最低支持版本为 1.11。 diff --git a/docs/MatrixOne/Develop/Ecological-Tools/Computing-Engine/Flink/flink-tidb-matrixone.md b/docs/MatrixOne/Develop/Ecological-Tools/Computing-Engine/Flink/flink-tidb-matrixone.md index 470f050eba..2ceaeec4c5 100644 --- a/docs/MatrixOne/Develop/Ecological-Tools/Computing-Engine/Flink/flink-tidb-matrixone.md +++ b/docs/MatrixOne/Develop/Ecological-Tools/Computing-Engine/Flink/flink-tidb-matrixone.md @@ -6,7 +6,7 @@ 本次实践需要安装部署以下软件环境: -- 完成[单机部署 MatrixOne](https://docs.matrixorigin.cn/1.2.3/MatrixOne/Get-Started/install-standalone-matrixone/)。 +- 完成[单机部署 MatrixOne](../../../../Get-Started/install-standalone-matrixone.md)。 - 下载安装 [lntelliJ IDEA(2022.2.1 or later version)](https://www.jetbrains.com/idea/download/)。 - 根据你的系统环境选择 [JDK 8+ version](https://www.oracle.com/sg/java/technologies/javase/javase8-archive-downloads.html) 版本进行下载安装。 - 已完成 TiDB 单机部署。 diff --git a/docs/MatrixOne/Develop/Ecological-Tools/Computing-Engine/Spark/spark-doris-matrixone.md b/docs/MatrixOne/Develop/Ecological-Tools/Computing-Engine/Spark/spark-doris-matrixone.md index 0fd37dbed0..0d20bee608 100644 --- a/docs/MatrixOne/Develop/Ecological-Tools/Computing-Engine/Spark/spark-doris-matrixone.md +++ b/docs/MatrixOne/Develop/Ecological-Tools/Computing-Engine/Spark/spark-doris-matrixone.md @@ -6,7 +6,7 @@ 本次实践需要安装部署以下软件环境: -- 已完成[安装和启动 MatrixOne](https://docs.matrixorigin.cn/1.2.3/MatrixOne/Get-Started/install-standalone-matrixone/)。 +- 已完成[安装和启动 MatrixOne](../../../../Get-Started/install-standalone-matrixone.md)。 - 下载并安装 [Doris](https://doris.apache.org/zh-CN/docs/dev/get-starting/quick-start/)。 - 下载并安装 [IntelliJ IDEA version 2022.2.1 及以上](https://www.jetbrains.com/idea/download/)。 - 下载并安装 [JDK 8+](https://www.oracle.com/sg/java/technologies/javase/javase8-archive-downloads.html)。 diff --git a/docs/MatrixOne/Develop/Ecological-Tools/Computing-Engine/Spark/spark-hive-matrixone.md b/docs/MatrixOne/Develop/Ecological-Tools/Computing-Engine/Spark/spark-hive-matrixone.md index 1a8c70b420..f205de6c4f 100644 --- a/docs/MatrixOne/Develop/Ecological-Tools/Computing-Engine/Spark/spark-hive-matrixone.md +++ b/docs/MatrixOne/Develop/Ecological-Tools/Computing-Engine/Spark/spark-hive-matrixone.md @@ -6,7 +6,7 @@ 本次实践需要安装部署以下软件环境: -- 已完成[安装和启动 MatrixOne](https://docs.matrixorigin.cn/1.2.3/MatrixOne/Get-Started/install-standalone-matrixone/)。 +- 已完成[安装和启动 MatrixOne](../../../../Get-Started/install-standalone-matrixone.md)。 - 下载并安装 [IntelliJ IDEA version 2022.2.1 及以上](https://www.jetbrains.com/idea/download/)。 - 下载并安装 [JDK 8+](https://www.oracle.com/sg/java/technologies/javase/javase8-archive-downloads.html)。 - 从 Hive 导入数据,需要安装 [Hadoop](http://archive.apache.org/dist/hadoop/core/hadoop-3.1.4/) 和 [Hive](https://dlcdn.apache.org/hive/hive-3.1.3/)。 diff --git a/docs/MatrixOne/Develop/Ecological-Tools/Computing-Engine/Spark/spark-mysql-matrixone.md b/docs/MatrixOne/Develop/Ecological-Tools/Computing-Engine/Spark/spark-mysql-matrixone.md index 9b6cf0b250..c38118dadb 100644 --- a/docs/MatrixOne/Develop/Ecological-Tools/Computing-Engine/Spark/spark-mysql-matrixone.md +++ b/docs/MatrixOne/Develop/Ecological-Tools/Computing-Engine/Spark/spark-mysql-matrixone.md @@ -6,7 +6,7 @@ 本次实践需要安装部署以下软件环境: -- 已完成[安装和启动 MatrixOne](https://docs.matrixorigin.cn/1.2.3/MatrixOne/Get-Started/install-standalone-matrixone/)。 +- 已完成[安装和启动 MatrixOne](../../../../Get-Started/install-standalone-matrixone.md)。 - 下载并安装 [IntelliJ IDEA version 2022.2.1 及以上](https://www.jetbrains.com/idea/download/)。 - 下载并安装 [JDK 8+](https://www.oracle.com/sg/java/technologies/javase/javase8-archive-downloads.html)。 - 下载并安装 [MySQL](https://downloads.mysql.com/archives/get/p/23/file/mysql-server_8.0.33-1ubuntu23.04_amd64.deb-bundle.tar)。 diff --git a/docs/MatrixOne/Develop/Ecological-Tools/Etl/DataX/datax-mysql-matrixone.md b/docs/MatrixOne/Develop/Ecological-Tools/Etl/DataX/datax-mysql-matrixone.md index e3fd84e97d..6e8f162402 100644 --- a/docs/MatrixOne/Develop/Ecological-Tools/Etl/DataX/datax-mysql-matrixone.md +++ b/docs/MatrixOne/Develop/Ecological-Tools/Etl/DataX/datax-mysql-matrixone.md @@ -6,7 +6,7 @@ 在开始使用 DataX 将数据写入 MatrixOne 之前,需要完成安装以下软件: -- 完成[单机部署 MatrixOne](https://docs.matrixorigin.cn/1.2.3/MatrixOne/Get-Started/install-standalone-matrixone/)。 +- 完成[单机部署 MatrixOne](../../../../Get-Started/install-standalone-matrixone.md)。 - 安装 [JDK 8+ version](https://www.oracle.com/sg/java/technologies/javase/javase8-archive-downloads.html)。 - 安装 [Python 3.8(or plus)](https://www.python.org/downloads/)。 - 下载 [DataX](https://datax-opensource.oss-cn-hangzhou.aliyuncs.com/202210/datax.tar.gz) 安装包,并解压。 diff --git a/docs/MatrixOne/Develop/Ecological-Tools/Etl/DataX/datax-oracle-matrixone.md b/docs/MatrixOne/Develop/Ecological-Tools/Etl/DataX/datax-oracle-matrixone.md index d096da258a..ff180d3709 100644 --- a/docs/MatrixOne/Develop/Ecological-Tools/Etl/DataX/datax-oracle-matrixone.md +++ b/docs/MatrixOne/Develop/Ecological-Tools/Etl/DataX/datax-oracle-matrixone.md @@ -6,7 +6,7 @@ 在开始使用 DataX 将数据写入 MatrixOne 之前,需要完成安装以下软件: -- 完成[单机部署 MatrixOne](https://docs.matrixorigin.cn/1.2.3/MatrixOne/Get-Started/install-standalone-matrixone/)。 +- 完成[单机部署 MatrixOne](../../../../Get-Started/install-standalone-matrixone.md)。 - 安装 [JDK 8+ version](https://www.oracle.com/sg/java/technologies/javase/javase8-archive-downloads.html)。 - 安装 [Python 3.8(or plus)](https://www.python.org/downloads/)。 - 下载 [DataX](https://datax-opensource.oss-cn-hangzhou.aliyuncs.com/202210/datax.tar.gz) 安装包,并解压。 diff --git a/docs/MatrixOne/Develop/Ecological-Tools/Etl/DataX/datax-postgresql-matrixone.md b/docs/MatrixOne/Develop/Ecological-Tools/Etl/DataX/datax-postgresql-matrixone.md index cc618de61d..3cc693c0bb 100644 --- a/docs/MatrixOne/Develop/Ecological-Tools/Etl/DataX/datax-postgresql-matrixone.md +++ b/docs/MatrixOne/Develop/Ecological-Tools/Etl/DataX/datax-postgresql-matrixone.md @@ -6,7 +6,7 @@ 在开始使用 DataX 将数据写入 MatrixOne 之前,需要完成安装以下软件: -- 完成[单机部署 MatrixOne](https://docs.matrixorigin.cn/1.2.3/MatrixOne/Get-Started/install-standalone-matrixone/)。 +- 完成[单机部署 MatrixOne](../../../../Get-Started/install-standalone-matrixone.md)。 - 安装 [JDK 8+ version](https://www.oracle.com/sg/java/technologies/javase/javase8-archive-downloads.html)。 - 安装 [Python 3.8(or plus)](https://www.python.org/downloads/)。 - 下载 [DataX](https://datax-opensource.oss-cn-hangzhou.aliyuncs.com/202210/datax.tar.gz) 安装包,并解压。 diff --git a/docs/MatrixOne/Develop/Ecological-Tools/Etl/DataX/datax-sqlserver-matrixone.md b/docs/MatrixOne/Develop/Ecological-Tools/Etl/DataX/datax-sqlserver-matrixone.md index f9c6ce788a..77d3e7cfcb 100644 --- a/docs/MatrixOne/Develop/Ecological-Tools/Etl/DataX/datax-sqlserver-matrixone.md +++ b/docs/MatrixOne/Develop/Ecological-Tools/Etl/DataX/datax-sqlserver-matrixone.md @@ -6,7 +6,7 @@ 在开始使用 DataX 将数据写入 MatrixOne 之前,需要完成安装以下软件: -- 完成[单机部署 MatrixOne](https://docs.matrixorigin.cn/1.2.3/MatrixOne/Get-Started/install-standalone-matrixone/)。 +- 完成[单机部署 MatrixOne](../../../../Get-Started/install-standalone-matrixone.md)。 - 安装 [JDK 8+ version](https://www.oracle.com/sg/java/technologies/javase/javase8-archive-downloads.html)。 - 安装 [Python 3.8(or plus)](https://www.python.org/downloads/)。 - 下载 [DataX](https://datax-opensource.oss-cn-hangzhou.aliyuncs.com/202210/datax.tar.gz) 安装包,并解压。 diff --git a/docs/MatrixOne/Develop/Ecological-Tools/Etl/DataX/datax-tidb-matrixone.md b/docs/MatrixOne/Develop/Ecological-Tools/Etl/DataX/datax-tidb-matrixone.md index 2afa56debc..4e46504948 100644 --- a/docs/MatrixOne/Develop/Ecological-Tools/Etl/DataX/datax-tidb-matrixone.md +++ b/docs/MatrixOne/Develop/Ecological-Tools/Etl/DataX/datax-tidb-matrixone.md @@ -6,7 +6,7 @@ 在开始使用 DataX 将数据写入 MatrixOne 之前,需要完成安装以下软件: -- 完成[单机部署 MatrixOne](https://docs.matrixorigin.cn/1.2.3/MatrixOne/Get-Started/install-standalone-matrixone/)。 +- 完成[单机部署 MatrixOne](../../../../Get-Started/install-standalone-matrixone.md)。 - 安装 [JDK 8+ version](https://www.oracle.com/sg/java/technologies/javase/javase8-archive-downloads.html)。 - 安装 [Python 3.8(or plus)](https://www.python.org/downloads/)。 - 下载 [DataX](https://datax-opensource.oss-cn-hangzhou.aliyuncs.com/202210/datax.tar.gz) 安装包,并解压。 diff --git a/docs/MatrixOne/Develop/Ecological-Tools/Etl/Seatunnel/seatunnel-mysql-matrixone.md b/docs/MatrixOne/Develop/Ecological-Tools/Etl/Seatunnel/seatunnel-mysql-matrixone.md index 7bf0e8d7d2..278aa5f561 100644 --- a/docs/MatrixOne/Develop/Ecological-Tools/Etl/Seatunnel/seatunnel-mysql-matrixone.md +++ b/docs/MatrixOne/Develop/Ecological-Tools/Etl/Seatunnel/seatunnel-mysql-matrixone.md @@ -31,7 +31,7 @@ export SEATNUNNEL_HOME="/root/seatunnel" ) ENGINE=InnoDB DEFAULT CHARSET=utf8; ``` -2. 使用 [mo_ctl](https://docs.matrixorigin.cn/1.2.3/MatrixOne/Maintain/mo_ctl/) 工具将 MySQL 的 DDL 语句直接导入至 MatrixOne。执行以下命令: +2. 使用 [mo_ctl](../../../../Reference/mo-tools/mo_ctl_standalone.md) 工具将 MySQL 的 DDL 语句直接导入至 MatrixOne。执行以下命令: ```shell mo_ctl sql /root/mysql.sql diff --git a/docs/MatrixOne/Develop/connect-mo/configure-mo-ssl-connection.md b/docs/MatrixOne/Develop/connect-mo/configure-mo-ssl-connection.md index 962e80b9b6..27333ff5ec 100644 --- a/docs/MatrixOne/Develop/connect-mo/configure-mo-ssl-connection.md +++ b/docs/MatrixOne/Develop/connect-mo/configure-mo-ssl-connection.md @@ -77,7 +77,7 @@ Current pager: stdout Using outfile: '' Using delimiter: ; - Server version: 8.0.30-MatrixOne-v1.2.3 MatrixOne + Server version: 8.0.30-MatrixOne-v1.2.4 MatrixOne Protocol version: 10 Connection: 127.0.0.1 via TCP/IP Client characterset: utf8mb4 diff --git a/docs/MatrixOne/Develop/connect-mo/database-client-tools.md b/docs/MatrixOne/Develop/connect-mo/database-client-tools.md index 8b8474de68..1f17c676c7 100644 --- a/docs/MatrixOne/Develop/connect-mo/database-client-tools.md +++ b/docs/MatrixOne/Develop/connect-mo/database-client-tools.md @@ -39,7 +39,7 @@ MatrixOne 现在支持通过以下几种数据库客户端工具的方式连接 ``` Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 1031 - Server version: 8.0.30-MatrixOne-v1.2.3 MatrixOne + Server version: 8.0.30-MatrixOne-v1.2.4 MatrixOne Copyright (c) 2000, 2022, Oracle and/or its affiliates. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. diff --git a/docs/MatrixOne/Develop/connect-mo/python-connect-to-matrixone.md b/docs/MatrixOne/Develop/connect-mo/python-connect-to-matrixone.md index a5fa465984..2214f2c4cc 100644 --- a/docs/MatrixOne/Develop/connect-mo/python-connect-to-matrixone.md +++ b/docs/MatrixOne/Develop/connect-mo/python-connect-to-matrixone.md @@ -72,7 +72,7 @@ PyMySQL 是一个纯 Python MySQL 客户端库。 ``` > python3 pymysql_connect_matrixone.py - Database version : 8.0.30-MatrixOne-v1.2.3 + Database version : 8.0.30-MatrixOne-v1.2.4 ``` ## 使用 sqlalchemy 连接 MatrixOne diff --git a/docs/MatrixOne/Develop/import-data/bulk-load/load-csv.md b/docs/MatrixOne/Develop/import-data/bulk-load/load-csv.md index 58782ee652..63ad8f94a3 100644 --- a/docs/MatrixOne/Develop/import-data/bulk-load/load-csv.md +++ b/docs/MatrixOne/Develop/import-data/bulk-load/load-csv.md @@ -113,7 +113,7 @@ __Note__: *csv*(逗号分隔值)文件是一种特殊的文件类型,可 3. 使用 Docker 启动 MatrixOne,启动时将存放了数据文件的目录 *~/tmp/docker_loaddata_demo/* 挂载到容器的某个目录下,这里容器目录以 */ssb-dbgen-path* 为例: ``` - sudo docker run --name matrixone --privileged -d -p 6001:6001 -v ~/tmp/docker_loaddata_demo/:/ssb-dbgen-path:rw matrixorigin/matrixone:1.2.3 + sudo docker run --name matrixone --privileged -d -p 6001:6001 -v ~/tmp/docker_loaddata_demo/:/ssb-dbgen-path:rw matrixorigin/matrixone:1.2.4 ``` 4. 连接 MatrixOne 服务: diff --git a/docs/MatrixOne/Develop/import-data/bulk-load/using-source.md b/docs/MatrixOne/Develop/import-data/bulk-load/using-source.md index 53a06a6803..270f286449 100644 --- a/docs/MatrixOne/Develop/import-data/bulk-load/using-source.md +++ b/docs/MatrixOne/Develop/import-data/bulk-load/using-source.md @@ -68,6 +68,6 @@ select * from tool; ## 限制说明 -MatrixOne 1.2.3 版本已经支持 MySQL 的建表语句,因此可以顺畅地将 MySQL 表迁移到 MatrixOne 上。不过需要注意,在迁移过程中,不兼容 MySQL 部分关键字,如 `engine=` 等,在 MatrixOne 中会被自动忽略,也不会影响表结构的迁移。 +MatrixOne v24.1.2.4 版本已经支持 MySQL 的建表语句,因此可以顺畅地将 MySQL 表迁移到 MatrixOne 上。不过需要注意,在迁移过程中,不兼容 MySQL 部分关键字,如 `engine=` 等,在 MatrixOne 中会被自动忽略,也不会影响表结构的迁移。 但需要特别注意的是,尽管 MatrixOne 支持 MySQL 建表语句,如果迁移的表中包含不兼容的数据类型、触发器、函数或存储过程,仍需要手动修改。更多详细的兼容性信息,参见 [MySQL 兼容性](../../../Overview/feature/mysql-compatibility.md)。 diff --git a/docs/MatrixOne/FAQs/product-faqs.md b/docs/MatrixOne/FAQs/product-faqs.md index f05dda15a4..07a8386a75 100644 --- a/docs/MatrixOne/FAQs/product-faqs.md +++ b/docs/MatrixOne/FAQs/product-faqs.md @@ -30,7 +30,7 @@ MatrixOne 0.8.0 及以上版本皆可使用 `mo_ctl upgrade latest` 从低版本 **现在 MatrixOne 发稳定版了吗?推荐使用哪个版本?** -MatrixOne 现已发布 1.2.3 版本,在稳定性上我们做了大量的优化工作,已经可以用于生产业务,欢迎大家试用反馈。 +MatrixOne 现已发布 v24.1.2.4 版本,在稳定性上我们做了大量的优化工作,已经可以用于生产业务,欢迎大家试用反馈。 **有没有 MatrixOne 云版本?想快速测试看看** diff --git a/docs/MatrixOne/FAQs/sql-faqs.md b/docs/MatrixOne/FAQs/sql-faqs.md index 566392ea03..ed0fa20fba 100644 --- a/docs/MatrixOne/FAQs/sql-faqs.md +++ b/docs/MatrixOne/FAQs/sql-faqs.md @@ -102,7 +102,7 @@ MatrixOne 支持与 MySQL 相同的 [`INSERT`](../Develop/import-data/insert-dat **MatrixOne 支持从 Minio 导入数据吗?** 是支持的,load data 命令支持从本地文件、S3 对象存储服务以及 S3 兼容的对象存储服务中导入数据到 matrixone 中, -而 Minio 也是基于 S3 协议的,所以也是支持的,详情参见[本地对象存储导入数据](https://docs.matrixorigin.cn/1.2.3/MatrixOne/Deploy/import-data-from-minio-to-mo/) +而 Minio 也是基于 S3 协议的,所以也是支持的,详情参见[本地对象存储导入数据](../Deploy/import-data-from-minio-to-mo.md) **MatrixOne 导入导出数据时,如果出现编码问题,导致数据乱码,我们一般是怎么解决的** diff --git a/docs/MatrixOne/Get-Started/install-on-linux/install-on-linux-method1.md b/docs/MatrixOne/Get-Started/install-on-linux/install-on-linux-method1.md index cc56cfd18c..1bcab3a109 100644 --- a/docs/MatrixOne/Get-Started/install-on-linux/install-on-linux-method1.md +++ b/docs/MatrixOne/Get-Started/install-on-linux/install-on-linux-method1.md @@ -196,7 +196,7 @@ GCC_VERSION="8.5.0" CLANG_VERSION="13.0" GO_VERSION="1.22.3" MO_GIT_URL="https://github.com/matrixorigin/matrixone.git" -MO_DEFAULT_VERSION="v1.2.3" +MO_DEFAULT_VERSION="v1.2.4" GOPROXY="https://goproxy.cn,direct" STOP_INTERVAL="5" START_INTERVAL="2" @@ -212,7 +212,7 @@ PPROF_PROFILE_DURATION="30" ``` mo_ctl set_conf MO_PATH="yourpath" # 设置自定义的MatrixOne下载路径 mo_ctl set_conf MO_GIT_URL="https://githubfast.com/matrixorigin/matrixone.git" #针对github原地址下载过慢问题,设置镜像下载地址 -mo_ctl set_conf MO_DEFAULT_VERSION="v1.2.3" # 设置所下载的MatrixOne版本 +mo_ctl set_conf MO_DEFAULT_VERSION="v1.2.4" # 设置所下载的MatrixOne版本 mo_ctl set_conf MO_DEPLOY_MODE=git #设置MatrixOne部署方式,此为源码部署方式 ``` @@ -231,7 +231,7 @@ mo_ctl set_conf MO_DEPLOY_MODE=git #设置MatrixOne部署方式,此为源码 === "通过 MatrixOne (稳定版本) 代码安装" ``` - mo_ctl deploy v1.2.3 + mo_ctl deploy v1.2.4 ``` ## 步骤 4:启动 MatrixOne 服务 @@ -268,7 +268,7 @@ root@VM-16-2-debian:~# mo_ctl connect mysql: [Warning] Using a password on the command line interface can be insecure. Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 15 -Server version: 8.0.30-MatrixOne-v1.2.3 MatrixOne +Server version: 8.0.30-MatrixOne-v1.2.4 MatrixOne Copyright (c) 2000, 2023, Oracle and/or its affiliates. diff --git a/docs/MatrixOne/Get-Started/install-on-linux/install-on-linux-method2.md b/docs/MatrixOne/Get-Started/install-on-linux/install-on-linux-method2.md index 2ee5ee9a57..30eaeff097 100644 --- a/docs/MatrixOne/Get-Started/install-on-linux/install-on-linux-method2.md +++ b/docs/MatrixOne/Get-Started/install-on-linux/install-on-linux-method2.md @@ -94,47 +94,47 @@ __Tips__: 建议你下载安装这两个下载工具其中之一,方便后续 x86 架构系统安装包: ```bash - wget https://github.com/matrixorigin/matrixone/releases/download/v1.2.3/mo-v1.2.3-musl-x86_64.zip - unzip mo-v1.2.3-musl-x86_64.zip + wget https://github.com/matrixorigin/matrixone/releases/download/v1.2.4/mo-v1.2.4-musl-x86_64.zip + unzip mo-v1.2.4-musl-x86_64.zip ``` ARM 架构系统安装包: ```bash - wget https://github.com/matrixorigin/matrixone/releases/download/v1.2.3/mo-v1.2.3-musl-arm64.zip - unzip mo-v1.2.3-musl-arm64.zip + wget https://github.com/matrixorigin/matrixone/releases/download/v1.2.4/mo-v1.2.4-musl-arm64.zip + unzip mo-v1.2.4-musl-arm64.zip ``` 如 github 原地址下载过慢,您可尝试从以下地址下载镜像包: ``` - wget https://githubfast.com/matrixorigin/matrixone/releases/download/v1.2.3/mo-v1.2.3-musl-xxx.zip + wget https://githubfast.com/matrixorigin/matrixone/releases/download/v1.2.4/mo-v1.2.4-musl-xxx.zip ``` === "**下载方式二:`curl` 工具下载二进制包**" x86 架构系统安装包: ```bash - curl -OL https://github.com/matrixorigin/matrixone/releases/download/v1.2.3/mo-v1.2.3-musl-x86_64.zip - unzip mo-v1.2.3-musl-x86_64.zip + curl -OL https://github.com/matrixorigin/matrixone/releases/download/v1.2.4/mo-v1.2.4-musl-x86_64.zip + unzip mo-v1.2.4-musl-x86_64.zip ``` ARM 架构系统安装包: ```bash - curl -OL https://github.com/matrixorigin/matrixone/releases/download/v1.2.3/mo-v1.2.3-musl-arm64.zip - unzip mo-v1.2.3-musl-arm64.zip + curl -OL https://github.com/matrixorigin/matrixone/releases/download/v1.2.4/mo-v1.2.4-musl-arm64.zip + unzip mo-v1.2.4-musl-arm64.zip ``` 如 github 原地址下载过慢,您可尝试从以下地址下载镜像包: ``` - curl -OL https://githubfast.com/matrixorigin/matrixone/releases/download/v1.2.3/mo-v1.2.3-musl-xxx.zip + curl -OL https://githubfast.com/matrixorigin/matrixone/releases/download/v1.2.4/mo-v1.2.4-musl-xxx.zip ``` === "**下载方式三:页面下载**" - 如果你想通过更直观的页面下载的方式下载,直接点击进入[版本 1.2.3](https://github.com/matrixorigin/matrixone/releases/tag/v1.2.3),下拉找到 **Assets** 栏,点击安装包 *mo-v1.2.3-musl-x86_64.zip* 或者 *mo-v1.2.3-musl-arm64.zip* 下载再使用 ```unzip``` 命令解压即可。 + 如果你想通过更直观的页面下载的方式下载,直接点击进入[版本 1.2.4](https://github.com/matrixorigin/matrixone/releases/tag/v1.2.4),下拉找到 **Assets** 栏,点击安装包 *mo-v1.2.4-musl-x86_64.zip* 或者 *mo-v1.2.4-musl-arm64.zip* 下载再使用 ```unzip``` 命令解压即可。 ### 基于 glibc 构建的二进制包 @@ -143,21 +143,21 @@ __Tips__: 建议你下载安装这两个下载工具其中之一,方便后续 x86 架构系统安装包: ```bash - wget https://github.com/matrixorigin/matrixone/releases/download/v1.2.3/mo-v1.2.3-linux-x86_64.zip - unzip mo-v1.2.3-linux-x86_64.zip + wget https://github.com/matrixorigin/matrixone/releases/download/v1.2.4/mo-v1.2.4-linux-x86_64.zip + unzip mo-v1.2.4-linux-x86_64.zip ``` ARM 架构系统安装包: ```bash - wget https://github.com/matrixorigin/matrixone/releases/download/v1.2.3/mo-v1.2.3-linux-arm64.zip - unzip mo-v1.2.3-linux-arm64.zip + wget https://github.com/matrixorigin/matrixone/releases/download/v1.2.4/mo-v1.2.4-linux-arm64.zip + unzip mo-v1.2.4-linux-arm64.zip ``` 如 github 原地址下载过慢,您可尝试从以下地址下载镜像包: ``` - wget https://githubfast.com/matrixorigin/matrixone/releases/download/v1.2.3/mo-v1.2.3-linux-xxx.zip + wget https://githubfast.com/matrixorigin/matrixone/releases/download/v1.2.4/mo-v1.2.4-linux-xxx.zip ``` === "**下载方式二:`curl` 工具下载二进制包**" @@ -165,26 +165,26 @@ __Tips__: 建议你下载安装这两个下载工具其中之一,方便后续 x86 架构系统安装包: ```bash - curl -OL https://github.com/matrixorigin/matrixone/releases/download/v1.2.3/mo-v1.2.3-linux-x86_64.zip + curl -OL https://github.com/matrixorigin/matrixone/releases/download/v1.2.4/mo-v1.2.4-linux-x86_64.zip unzip mo-v1.2.--linux-x86_64.zip ``` ARM 架构系统安装包: ```bash - curl -OL https://github.com/matrixorigin/matrixone/releases/download/v1.2.3/mo-v1.2.3-linux-arm64.zip - unzip mo-v1.2.3-linux-arm64.zip + curl -OL https://github.com/matrixorigin/matrixone/releases/download/v1.2.4/mo-v1.2.4-linux-arm64.zip + unzip mo-v1.2.4-linux-arm64.zip ``` 如 github 原地址下载过慢,您可尝试从以下地址下载镜像包: ``` - curl -OL https://githubfast.com/matrixorigin/matrixone/releases/download/v1.2.3/mo-v1.2.3-linux-xxx.zip + curl -OL https://githubfast.com/matrixorigin/matrixone/releases/download/v1.2.4/mo-v1.2.4-linux-xxx.zip ``` === "**下载方式三:页面下载**" - 如果你想通过更直观的页面下载的方式下载,直接点击进入[版本 1.2.3](https://github.com/matrixorigin/matrixone/releases/tag/v1.2.3),下拉找到 **Assets** 栏,点击安装包 *mo-v1.2.3-linux-x86_64.zip* 或者 *mo-v1.2.3-linux-arm64.zip* 下载再使用 ```unzip``` 命令解压即可。 + 如果你想通过更直观的页面下载的方式下载,直接点击进入[版本 1.2.4](https://github.com/matrixorigin/matrixone/releases/tag/v1.2.4),下拉找到 **Assets** 栏,点击安装包 *mo-v1.2.4-linux-x86_64.zip* 或者 *mo-v1.2.4-linux-arm64.zip* 下载再使用 ```unzip``` 命令解压即可。 ## 步骤 3:安装 mo_ctl 工具 @@ -203,8 +203,8 @@ wget https://raw.githubusercontent.com/matrixorigin/mo_ctl_standalone/main/insta 通过以下命令调整参数: ``` -mo_ctl set_conf MO_PATH="/yourpath/mo-v1.2.3-xx-xx" #设置MatrixOne路径为二进制解压文件目录 -mo_ctl set_conf MO_CONF_FILE="/yourpath/mo-v1.2.3-xx-xx/etc/launch/launch.toml" #设置MatrixOne配置文件路径 +mo_ctl set_conf MO_PATH="/yourpath/mo-v1.2.4-xx-xx" #设置MatrixOne路径为二进制解压文件目录 +mo_ctl set_conf MO_CONF_FILE="/yourpath/mo-v1.2.4-xx-xx/etc/launch/launch.toml" #设置MatrixOne配置文件路径 mo_ctl set_conf MO_DEPLOY_MODE=binary #设置MatrixOne部署方式,此为二进制部署方式 ``` @@ -212,17 +212,17 @@ mo_ctl set_conf MO_DEPLOY_MODE=binary #设置MatrixOne部署方式,此为二 通过 `mo_ctl start` 命令一键启动 MatrixOne 服务。 -如果运行正常将出现以下日志。MatrixOne 的相关运行日志会在 `/yourpath/mo-v1.2.3-xx-xx/matrixone/logs/` 中。 +如果运行正常将出现以下日志。MatrixOne 的相关运行日志会在 `/yourpath/mo-v1.2.4-xx-xx/matrixone/logs/` 中。 ``` > mo_ctl start 2024-03-07 14:34:04.942 UTC+0800 [INFO] No mo-service is running 2024-03-07 14:34:04.998 UTC+0800 [INFO] Get conf succeeded: MO_DEPLOY_MODE="binary" 2024-03-07 14:34:05.024 UTC+0800 [INFO] GO memory limit(Mi): 14745 -2024-03-07 14:34:05.072 UTC+0800 [INFO] Starting mo-service: cd /Users/admin/mo-v1.2.3-linux-arm64/ && GOMEMLIMIT=14745MiB /Users/admin/mo-v1.2.3-linux-arm64/mo-service -daemon -debug-http :9876 -launch /Users/admin/mo-v1.2.3-linux-arm64/etc/launch/launch.toml >/Users/admin/mo-v1.2.3-linux-arm64/matrixone/logs/stdout-20240307_143405.log 2>/Users/admin/mo-v1.2.3-linux-arm64/matrixone/logs/stderr-20240307_143405.log +2024-03-07 14:34:05.072 UTC+0800 [INFO] Starting mo-service: cd /Users/admin/mo-v1.2.4-linux-arm64/ && GOMEMLIMIT=14745MiB /Users/admin/mo-v1.2.4-linux-arm64/mo-service -daemon -debug-http :9876 -launch /Users/admin/mo-v1.2.4-linux-arm64/etc/launch/launch.toml >/Users/admin/mo-v1.2.4-linux-arm64/matrixone/logs/stdout-20240307_143405.log 2>/Users/admin/mo-v1.2.4-linux-arm64/matrixone/logs/stderr-20240307_143405.log 2024-03-07 14:34:05.137 UTC+0800 [INFO] Wait for 2 seconds 2024-03-07 14:34:07.261 UTC+0800 [INFO] At least one mo-service is running. Process info: - 501 27145 1 0 2:34下午 ?? 0:00.18 /Users/admin/mo-v1.2.3-linux-arm64/mo-service -daemon -debug-http :9876 -launch /Users/admin/mo-v1.2.3-linux-arm64/etc/launch/launch.toml + 501 27145 1 0 2:34下午 ?? 0:00.18 /Users/admin/mo-v1.2.4-linux-arm64/mo-service -daemon -debug-http :9876 -launch /Users/admin/mo-v1.2.4-linux-arm64/etc/launch/launch.toml 2024-03-07 14:34:07.284 UTC+0800 [INFO] List of pid(s): 27145 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部署方式,此为二 2024-03-07 14:34:59.942 UTC+0800 [INFO] Ok, connecting for user ... Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 426 -Server version: 8.0.30-MatrixOne-v1.2.3 MatrixOne +Server version: 8.0.30-MatrixOne-v1.2.4 MatrixOne Copyright (c) 2000, 2018, Oracle and/or its affiliates. All rights reserved. diff --git a/docs/MatrixOne/Get-Started/install-on-linux/install-on-linux-method3.md b/docs/MatrixOne/Get-Started/install-on-linux/install-on-linux-method3.md index 210cbcb866..09de6c5c5c 100644 --- a/docs/MatrixOne/Get-Started/install-on-linux/install-on-linux-method3.md +++ b/docs/MatrixOne/Get-Started/install-on-linux/install-on-linux-method3.md @@ -70,18 +70,18 @@ Debian11.1 版本默认没有安装 MySQL Client,因此需要手动下载安 使用以下命令将从 Docker Hub 中拉取 MatrixOne 镜像,你可以选择稳定版本镜像,或开发版本镜像,当 Tag 为 `latest` 时获取最新稳定版本。 -=== "稳定版本的镜像(1.2.3)" +=== "稳定版本的镜像(1.2.4)" ```bash - docker pull matrixorigin/matrixone:1.2.3 - docker run -d -p 6001:6001 --name matrixone matrixorigin/matrixone:1.2.3 + docker pull matrixorigin/matrixone:1.2.4 + docker run -d -p 6001:6001 --name matrixone matrixorigin/matrixone:1.2.4 ``` 如果你使用的是中国大陆的网络,你可以拉取阿里云上的 MatrixOne 稳定版本镜像: ```bash - docker pull registry.cn-shanghai.aliyuncs.com/matrixorigin/matrixone:1.2.3 - docker run -d -p 6001:6001 --name matrixone registry.cn-shanghai.aliyuncs.com/matrixorigin/matrixone:1.2.3 + docker pull registry.cn-shanghai.aliyuncs.com/matrixorigin/matrixone:1.2.4 + docker run -d -p 6001:6001 --name matrixone registry.cn-shanghai.aliyuncs.com/matrixorigin/matrixone:1.2.4 ``` === "开发版本的镜像" @@ -105,7 +105,7 @@ Debian11.1 版本默认没有安装 MySQL Client,因此需要手动下载安 若 Docker 版本低于 20.10.18 或者 Docker client 和 Docker server 的版本不一致,推荐同时升级到 Docker 最新稳定版本后再尝试。若坚持使用,需要在 ```docker run``` 命令中加上参数 ```--privileged=true```,如: ```bash -docker run -d -p 6001:6001 --name matrixone --privileged=true matrixorigin/matrixone:1.2.3 +docker run -d -p 6001:6001 --name matrixone --privileged=true matrixorigin/matrixone:1.2.4 ``` 如需挂载数据目录或配置自定义文件,参见[挂载目录到 Docker 容器](../../Maintain/mount-data-by-docker.md)。 @@ -128,7 +128,7 @@ wget https://raw.githubusercontent.com/matrixorigin/mo_ctl_standalone/main/insta ``` mo_ctl set_conf MO_CONTAINER_DATA_HOST_PATH="/yourpath/mo/" # 宿主机mo的数据目录 -mo_ctl set_conf MO_CONTAINER_IMAGE="matrixorigin/matrixone:1.2.3" # 设置镜像,国内的可以用registry.cn-shanghai.aliyuncs.com/matrixorigin/matrixone:1.2.3 +mo_ctl set_conf MO_CONTAINER_IMAGE="matrixorigin/matrixone:1.2.4" # 设置镜像,国内的可以用registry.cn-shanghai.aliyuncs.com/matrixorigin/matrixone:1.2.4 mo_ctl set_conf MO_DEPLOY_MODE=docker #设置MatrixOne部署方式,此为docker部署方式 ``` @@ -162,7 +162,7 @@ MO_CONTAINER_EXTRA_MOUNT_OPTION="" #额外的挂载参数,比如 -v xx:xx:xx === "通过 MatrixOne (稳定版本) 代码安装" ``` - mo_ctl deploy v1.2.3 + mo_ctl deploy v1.2.4 ``` - 启动 Matrixone @@ -194,7 +194,7 @@ mysql -h 127.0.0.1 -P 6001 -uroot -p Enter password: Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 5982 -Server version: 8.0.30-MatrixOne-v1.2.3 MatrixOne +Server version: 8.0.30-MatrixOne-v1.2.4 MatrixOne Copyright (c) 2000, 2018, Oracle and/or its affiliates. All rights reserved. @@ -221,7 +221,7 @@ mo_ctl connect 2024-03-08 11:13:34.420 UTC+0800 [INFO] Ok, connecting for user ... Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 5849 -Server version: 8.0.30-MatrixOne-v1.2.3 MatrixOne +Server version: 8.0.30-MatrixOne-v1.2.4 MatrixOne Copyright (c) 2000, 2018, Oracle and/or its affiliates. All rights reserved. diff --git a/docs/MatrixOne/Get-Started/install-on-macos/install-on-macos-method1.md b/docs/MatrixOne/Get-Started/install-on-macos/install-on-macos-method1.md index cf4b36fb96..8d54a0f0a1 100644 --- a/docs/MatrixOne/Get-Started/install-on-macos/install-on-macos-method1.md +++ b/docs/MatrixOne/Get-Started/install-on-macos/install-on-macos-method1.md @@ -177,7 +177,7 @@ GCC_VERSION="8.5.0" CLANG_VERSION="13.0" GO_VERSION="1.22.3" MO_GIT_URL="https://github.com/matrixorigin/matrixone.git" -MO_DEFAULT_VERSION="v1.2.3" +MO_DEFAULT_VERSION="v1.2.4" GOPROXY="https://goproxy.cn,direct" STOP_INTERVAL="5" START_INTERVAL="2" @@ -193,7 +193,7 @@ PPROF_PROFILE_DURATION="30" ``` mo_ctl set_conf MO_PATH="yourpath" # 设置自定义的MatrixOne下载路径 mo_ctl set_conf MO_GIT_URL="https://githubfast.com/matrixorigin/matrixone.git" #针对github原地址下载过慢问题,设置镜像下载地址 -mo_ctl set_conf MO_DEFAULT_VERSION="v1.2.3" # 设置所下载的MatrixOne版本 +mo_ctl set_conf MO_DEFAULT_VERSION="v1.2.4" # 设置所下载的MatrixOne版本 mo_ctl set_conf MO_DEPLOY_MODE=git #设置MatrixOne部署方式,此为源码部署方式 ``` @@ -212,7 +212,7 @@ mo_ctl set_conf MO_DEPLOY_MODE=git #设置MatrixOne部署方式,此为源码 === "通过 MatrixOne (稳定版本) 代码安装" ``` - mo_ctl deploy v1.2.3 + mo_ctl deploy v1.2.4 ``` ## 步骤 4:启动 MatrixOne 服务 @@ -249,7 +249,7 @@ mo_ctl set_conf MO_DEPLOY_MODE=git #设置MatrixOne部署方式,此为源码 mysql: [Warning] Using a password on the command line interface can be insecure. Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 15 -Server version: 8.0.30-MatrixOne-v1.2.3 MatrixOne +Server version: 8.0.30-MatrixOne-v1.2.4 MatrixOne Copyright (c) 2000, 2023, Oracle and/or its affiliates. diff --git a/docs/MatrixOne/Get-Started/install-on-macos/install-on-macos-method2.md b/docs/MatrixOne/Get-Started/install-on-macos/install-on-macos-method2.md index 3ca14395b0..d670cfb29f 100644 --- a/docs/MatrixOne/Get-Started/install-on-macos/install-on-macos-method2.md +++ b/docs/MatrixOne/Get-Started/install-on-macos/install-on-macos-method2.md @@ -92,21 +92,21 @@ __Tips__: 建议你下载安装这两个下载工具其中之一,方便后续 x86 架构系统安装包: ```bash - wget https://github.com/matrixorigin/matrixone/releases/download/v1.2.3/mo-v1.2.3-darwin-x86_64.zip - unzip mo-v1.2.3-darwin-x86_64.zip + wget https://github.com/matrixorigin/matrixone/releases/download/v1.2.4/mo-v1.2.4-darwin-x86_64.zip + unzip mo-v1.2.4-darwin-x86_64.zip ``` ARM 架构系统安装包: ```bash - wget https://github.com/matrixorigin/matrixone/releases/download/v1.2.3/mo-v1.2.3-darwin-arm64.zip - unzip mo-v1.2.3-darwin-arm64.zip + wget https://github.com/matrixorigin/matrixone/releases/download/v1.2.4/mo-v1.2.4-darwin-arm64.zip + unzip mo-v1.2.4-darwin-arm64.zip ``` 如 github 原地址下载过慢,您可尝试从以下地址下载镜像包: ``` - wget https://githubfast.com/matrixorigin/matrixone/releases/download/v1.2.3/mo-v1.2.3-darwin-xxx.zip + wget https://githubfast.com/matrixorigin/matrixone/releases/download/v1.2.4/mo-v1.2.4-darwin-xxx.zip ``` === "**下载方式二:`curl` 工具下载二进制包**" @@ -114,26 +114,26 @@ __Tips__: 建议你下载安装这两个下载工具其中之一,方便后续 x86 架构系统安装包: ```bash - curl -OL https://github.com/matrixorigin/matrixone/releases/download/v1.2.3/mo-v1.2.3-darwin-x86_64.zip - unzip mo-v1.2.3-darwin-x86_64.zip + curl -OL https://github.com/matrixorigin/matrixone/releases/download/v1.2.4/mo-v1.2.4-darwin-x86_64.zip + unzip mo-v1.2.4-darwin-x86_64.zip ``` ARM 架构系统安装包: ```bash - curl -OL https://github.com/matrixorigin/matrixone/releases/download/v1.2.3/mo-v1.2.3-darwin-arm64.zip - unzip mo-v1.2.3-darwin-arm64.zip + curl -OL https://github.com/matrixorigin/matrixone/releases/download/v1.2.4/mo-v1.2.4-darwin-arm64.zip + unzip mo-v1.2.4-darwin-arm64.zip ``` 如 github 原地址下载过慢,您可尝试从以下地址下载镜像包: ``` - curl -OL https://githubfast.com/matrixorigin/matrixone/releases/download/v1.2.3/mo-v1.2.3-darwin-xxx.zip + curl -OL https://githubfast.com/matrixorigin/matrixone/releases/download/v1.2.4/mo-v1.2.4-darwin-xxx.zip ``` === "**下载方式三:页面下载**" - 如果你想通过更直观的页面下载的方式下载,直接点击进入[版本 1.2.3](https://github.com/matrixorigin/matrixone/releases/tag/v1.2.3),下拉找到 **Assets** 栏,点击安装包 *mo-v1.2.3-darwin-x86_64.zip* 或 *mo-v1.2.3-darwin-arm64.zip* 下载即可。 + 如果你想通过更直观的页面下载的方式下载,直接点击进入[版本 1.2.4](https://github.com/matrixorigin/matrixone/releases/tag/v1.2.4),下拉找到 **Assets** 栏,点击安装包 *mo-v1.2.4-darwin-x86_64.zip* 或 *mo-v1.2.4-darwin-arm64.zip* 下载即可。 ## 步骤 3:安装 mo_ctl 工具 @@ -152,8 +152,8 @@ wget https://raw.githubusercontent.com/matrixorigin/mo_ctl_standalone/main/insta 通过以下命令调整参数: ``` -mo_ctl set_conf MO_PATH="/yourpath/mo-v1.2.3-xx-xx" #设置MatrixOne路径为二进制解压文件目录 -mo_ctl set_conf MO_CONF_FILE="/yourpath/mo-v1.2.3-xx-xx/etc/launch/launch.toml" #设置MatrixOne配置文件路径 +mo_ctl set_conf MO_PATH="/yourpath/mo-v1.2.4-xx-xx" #设置MatrixOne路径为二进制解压文件目录 +mo_ctl set_conf MO_CONF_FILE="/yourpath/mo-v1.2.4-xx-xx/etc/launch/launch.toml" #设置MatrixOne配置文件路径 mo_ctl set_conf MO_DEPLOY_MODE=binary #设置MatrixOne部署方式,此为二进制部署方式 ``` @@ -161,17 +161,17 @@ mo_ctl set_conf MO_DEPLOY_MODE=binary #设置MatrixOne部署方式,此为二 通过 `mo_ctl start` 命令一键启动 MatrixOne 服务。 -如果运行正常将出现以下日志。MatrixOne 的相关运行日志会在 `/yourpath/mo-v1.2.3-xx-xx/matrixone/logs/` 中。 +如果运行正常将出现以下日志。MatrixOne 的相关运行日志会在 `/yourpath/mo-v1.2.4-xx-xx/matrixone/logs/` 中。 ``` > mo_ctl start 2024-03-07 14:34:04.942 UTC+0800 [INFO] No mo-service is running 2024-03-07 14:34:04.998 UTC+0800 [INFO] Get conf succeeded: MO_DEPLOY_MODE="binary" 2024-03-07 14:34:05.024 UTC+0800 [INFO] GO memory limit(Mi): 14745 -2024-03-07 14:34:05.072 UTC+0800 [INFO] Starting mo-service: cd /Users/admin/mo-v1.2.3-darwin-arm64/ && GOMEMLIMIT=14745MiB /Users/admin/mo-v1.2.3-darwin-arm64/mo-service -daemon -debug-http :9876 -launch /Users/admin/mo-v1.2.3-darwin-arm64/etc/launch/launch.toml >/Users/admin/mo-v1.2.3-darwin-arm64/matrixone/logs/stdout-20240307_143405.log 2>/Users/admin/mo-v1.2.3-darwin-arm64/matrixone/logs/stderr-20240307_143405.log +2024-03-07 14:34:05.072 UTC+0800 [INFO] Starting mo-service: cd /Users/admin/mo-v1.2.4-darwin-arm64/ && GOMEMLIMIT=14745MiB /Users/admin/mo-v1.2.4-darwin-arm64/mo-service -daemon -debug-http :9876 -launch /Users/admin/mo-v1.2.4-darwin-arm64/etc/launch/launch.toml >/Users/admin/mo-v1.2.4-darwin-arm64/matrixone/logs/stdout-20240307_143405.log 2>/Users/admin/mo-v1.2.4-darwin-arm64/matrixone/logs/stderr-20240307_143405.log 2024-03-07 14:34:05.137 UTC+0800 [INFO] Wait for 2 seconds 2024-03-07 14:34:07.261 UTC+0800 [INFO] At least one mo-service is running. Process info: - 501 27145 1 0 2:34下午 ?? 0:00.18 /Users/admin/mo-v1.2.3-darwin-arm64/mo-service -daemon -debug-http :9876 -launch /Users/admin/mo-v1.2.3-darwin-arm64/etc/launch/launch.toml + 501 27145 1 0 2:34下午 ?? 0:00.18 /Users/admin/mo-v1.2.4-darwin-arm64/mo-service -daemon -debug-http :9876 -launch /Users/admin/mo-v1.2.4-darwin-arm64/etc/launch/launch.toml 2024-03-07 14:34:07.284 UTC+0800 [INFO] List of pid(s): 27145 2024-03-07 14:34:07.308 UTC+0800 [INFO] Start succeeded @@ -192,7 +192,7 @@ mo_ctl set_conf MO_DEPLOY_MODE=binary #设置MatrixOne部署方式,此为二 2024-03-07 14:34:59.942 UTC+0800 [INFO] Ok, connecting for user ... Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 426 -Server version: 8.0.30-MatrixOne-v1.2.3 MatrixOne +Server version: 8.0.30-MatrixOne-v1.2.4 MatrixOne Copyright (c) 2000, 2018, Oracle and/or its affiliates. All rights reserved. diff --git a/docs/MatrixOne/Get-Started/install-on-macos/install-on-macos-method3.md b/docs/MatrixOne/Get-Started/install-on-macos/install-on-macos-method3.md index 0254c65af9..6593a31dc6 100644 --- a/docs/MatrixOne/Get-Started/install-on-macos/install-on-macos-method3.md +++ b/docs/MatrixOne/Get-Started/install-on-macos/install-on-macos-method3.md @@ -56,18 +56,18 @@ 使用以下命令将从 Docker Hub 中拉取 MatrixOne 镜像,你可以选择稳定版本镜像,或开发版本镜像,当 Tag 为 `latest` 时获取最新稳定版本。 -=== "稳定版本的镜像(1.2.3)" +=== "稳定版本的镜像(1.2.4)" ```bash - docker pull matrixorigin/matrixone:1.2.3 - docker run -d -p 6001:6001 --name matrixone matrixorigin/matrixone:1.2.3 + docker pull matrixorigin/matrixone:1.2.4 + docker run -d -p 6001:6001 --name matrixone matrixorigin/matrixone:1.2.4 ``` 如果你使用的是中国大陆的网络,你可以拉取阿里云上的 MatrixOne 稳定版本镜像: ```bash - docker pull registry.cn-shanghai.aliyuncs.com/matrixorigin/matrixone:1.2.3 - docker run -d -p 6001:6001 --name matrixone registry.cn-shanghai.aliyuncs.com/matrixorigin/matrixone:1.2.3 + docker pull registry.cn-shanghai.aliyuncs.com/matrixorigin/matrixone:1.2.4 + docker run -d -p 6001:6001 --name matrixone registry.cn-shanghai.aliyuncs.com/matrixorigin/matrixone:1.2.4 ``` === "开发版本的镜像" @@ -91,7 +91,7 @@ 若 Docker 版本低于 20.10.18 或者 Docker client 和 Docker server 的版本不一致,推荐同时升级到 Docker 最新稳定版本后再尝试。若坚持使用,需要在 ```docker run``` 命令中加上参数 ```--privileged=true```,如: ```bash -docker run -d -p 6001:6001 --name matrixone --privileged=true matrixorigin/matrixone:1.2.3 +docker run -d -p 6001:6001 --name matrixone --privileged=true matrixorigin/matrixone:1.2.4 ``` 如需挂载数据目录或配置自定义文件,参见[挂载目录到 Docker 容器](../../Maintain/mount-data-by-docker.md)。 @@ -114,7 +114,7 @@ wget https://raw.githubusercontent.com/matrixorigin/mo_ctl_standalone/main/insta ``` mo_ctl set_conf MO_CONTAINER_DATA_HOST_PATH="/yourpath/mo/" # 宿主机mo的数据目录 -mo_ctl set_conf MO_CONTAINER_IMAGE="matrixorigin/matrixone:1.2.3" # 设置镜像,国内的可以用registry.cn-shanghai.aliyuncs.com/matrixorigin/matrixone:1.2.3 +mo_ctl set_conf MO_CONTAINER_IMAGE="matrixorigin/matrixone:1.2.4" # 设置镜像,国内的可以用registry.cn-shanghai.aliyuncs.com/matrixorigin/matrixone:1.2.4 mo_ctl set_conf MO_DEPLOY_MODE=docker #设置MatrixOne部署方式,此为docker部署方式 ``` @@ -148,7 +148,7 @@ MO_CONTAINER_EXTRA_MOUNT_OPTION="" #额外的挂载参数,比如 -v xx:xx:xx === "通过 MatrixOne (稳定版本) 代码安装" ``` - mo_ctl deploy v1.2.3 + mo_ctl deploy v1.2.4 ``` - 启动 Matrixone @@ -180,7 +180,7 @@ Enter password: # 初始密码默认为 111 Enter password: Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 5982 -Server version: 8.0.30-MatrixOne-v1.2.3 MatrixOne +Server version: 8.0.30-MatrixOne-v1.2.4 MatrixOne Copyright (c) 2000, 2018, Oracle and/or its affiliates. All rights reserved. @@ -207,7 +207,7 @@ mo_ctl connect 2024-03-08 11:13:34.420 UTC+0800 [INFO] Ok, connecting for user ... Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 5849 -Server version: 8.0.30-MatrixOne-v1.2.3 MatrixOne +Server version: 8.0.30-MatrixOne-v1.2.4 MatrixOne Copyright (c) 2000, 2018, Oracle and/or its affiliates. All rights reserved. diff --git a/docs/MatrixOne/Maintain/mount-data-by-docker.md b/docs/MatrixOne/Maintain/mount-data-by-docker.md index 6bac8808ac..ad860e3793 100644 --- a/docs/MatrixOne/Maintain/mount-data-by-docker.md +++ b/docs/MatrixOne/Maintain/mount-data-by-docker.md @@ -17,7 +17,7 @@ 2. 把本地**空目录** *${local_data_path}/mo-data* 挂载到 Docker 容器目录 */mo-data* 下,命令示例如下: ```bash - sudo docker run --name -d -p 6001:6001 -v ${local_data_path}/mo-data:/mo-data:rw matrixorigin/matrixone:1.2.3 + sudo docker run --name -d -p 6001:6001 -v ${local_data_path}/mo-data:/mo-data:rw matrixorigin/matrixone:1.2.4 ``` | 参数 | 描述 | @@ -31,7 +31,7 @@ 1. 首先启动一个 MatrixOne 的容器实例,这个容器实例将提供一套标准的启动配置文件: ```bash - docker run -d -p 6001:6001 --name matrixone matrixorigin/matrixone:1.2.3 + docker run -d -p 6001:6001 --name matrixone matrixorigin/matrixone:1.2.4 ``` 2. 查看 Docker 已经启动的 MatrixOne 的 containerID,并将配置文件目录拷贝到本地目录的 *${local_config_path}* 目录下: @@ -53,7 +53,7 @@ 6. 挂载配置文件到 Docker 容器目录,同时创建并启动 MatrixOne,挂载命令示例如下: ```bash - sudo docker run --name -d -p 6001:6001 -v ${local_config_path}/launch:/etc/launch:rw --entrypoint "/mo-service" matrixorigin/matrixone:1.2.3 -launch /etc/launch/launch.toml + sudo docker run --name -d -p 6001:6001 -v ${local_config_path}/launch:/etc/launch:rw --entrypoint "/mo-service" matrixorigin/matrixone:1.2.4 -launch /etc/launch/launch.toml ``` | 参数 | 描述 | @@ -66,7 +66,7 @@ 若 Docker 版本低于 20.10.18 或者 Docker client 和 Docker server 的版本不一致,推荐同时升级到 Docker 最新稳定版本后再尝试。若坚持使用,需要在 ```docker run``` 命令中加上参数 ```--privileged=true```,如: ```bash - docker run -d -p 6001:6001 --name matrixone --privileged=true matrixorigin/matrixone:1.2.3 + docker run -d -p 6001:6001 --name matrixone --privileged=true matrixorigin/matrixone:1.2.4 ``` 更多关于 *Docker run* 的指令释义,运行命令 `docker run --help` 进行查看。 diff --git a/docs/MatrixOne/Migrate/migrate-from-mysql-to-matrixone.md b/docs/MatrixOne/Migrate/migrate-from-mysql-to-matrixone.md index 883e02253f..d2e367d8a6 100644 --- a/docs/MatrixOne/Migrate/migrate-from-mysql-to-matrixone.md +++ b/docs/MatrixOne/Migrate/migrate-from-mysql-to-matrixone.md @@ -164,6 +164,6 @@ MatrixOne 中,数据类型在保持与 MySQL 命名一致的情况下,在精 ## 限制 -MatrixOne 1.2.3 版本已经支持 MySQL 的建表语句,因此可以顺畅地将 MySQL 表迁移到 MatrixOne 上。不过需要注意,在迁移过程中,不兼容 MySQL 部分关键字,如 `engine=` 等,在 MatrixOne 中会被自动忽略,也不会影响表结构的迁移。 +MatrixOne v24.1.2.4 版本已经支持 MySQL 的建表语句,因此可以顺畅地将 MySQL 表迁移到 MatrixOne 上。不过需要注意,在迁移过程中,不兼容 MySQL 部分关键字,如 `engine=` 等,在 MatrixOne 中会被自动忽略,也不会影响表结构的迁移。 但需要特别注意的是,尽管 MatrixOne 支持 MySQL 建表语句,如果迁移的表中包含不兼容的数据类型、触发器、函数或存储过程,仍需要手动修改。更多详细的兼容性信息,参见 [MySQL 兼容性](../Overview/feature/mysql-compatibility.md)。 diff --git a/docs/MatrixOne/Overview/feature/feature-overview.md b/docs/MatrixOne/Overview/feature/feature-overview.md index a3b113ee44..c00cf2e749 100644 --- a/docs/MatrixOne/Overview/feature/feature-overview.md +++ b/docs/MatrixOne/Overview/feature/feature-overview.md @@ -2,7 +2,7 @@ ## MatrixOne 特性 -在 MatrixOne 版本 1.2.3 中,具有如下特性,让你在使用 MatrixOne 的过程中更加高效: +在 MatrixOne 版本 v24.1.2.4 中,具有如下特性,让你在使用 MatrixOne 的过程中更加高效: ### 分布式架构 diff --git a/docs/MatrixOne/Overview/feature/mysql-compatibility.md b/docs/MatrixOne/Overview/feature/mysql-compatibility.md index c5ec75c481..9e85640c8b 100644 --- a/docs/MatrixOne/Overview/feature/mysql-compatibility.md +++ b/docs/MatrixOne/Overview/feature/mysql-compatibility.md @@ -118,7 +118,7 @@ MatrixOne 与 MySQL 8.0 的协议,以及 MySQL 8.0 常用的功能和语法都 ## 流计算 -* 流计算属于 MatrixOne 独有功能,目前 1.2.3 版本仅支持 Kafka 连接器。 +* 流计算属于 MatrixOne 独有功能,目前 v24.1.2.4 版本仅支持 Kafka 连接器。 * Kafka 连接器需要通过特殊语法创建及使用。 ## 数据类型 diff --git a/docs/MatrixOne/Overview/whats-new.md b/docs/MatrixOne/Overview/whats-new.md index 41d9e400d1..9f1a42219c 100644 --- a/docs/MatrixOne/Overview/whats-new.md +++ b/docs/MatrixOne/Overview/whats-new.md @@ -1,5 +1,5 @@ # **最新发布** -MatrixOne 的最新版本为 v24.1.2.3,发布于 2024 年 09 月 11 日,详情请见: +MatrixOne 的最新版本为 v24.1.2.4,发布于 2024 年 09 月 23 日,详情请见: -* [v241.2.3 发布公告](../Release-Notes/v24.1.2.3.md) +* [v241.2.4 发布公告](../Release-Notes/v24.1.2.4.md) diff --git a/docs/MatrixOne/Reference/Functions-and-Operators/system-ops/version.md b/docs/MatrixOne/Reference/Functions-and-Operators/system-ops/version.md index 082395173b..49dc8b915b 100644 --- a/docs/MatrixOne/Reference/Functions-and-Operators/system-ops/version.md +++ b/docs/MatrixOne/Reference/Functions-and-Operators/system-ops/version.md @@ -2,7 +2,7 @@ ## **函数说明** -`VERSION()` 函数用于获取当前 MatrixOne 的版本信息。这个函数通常返回一个字符串,包含了 MatrixOne 的版本号。如 8.0.30-MatrixOne-v1.2.3,表示 MatrixOn 的版本号是 8.0.30-MatrixOne-v1.2.3, 它的定义是 MySQL 兼容版本号 (8.0.30) + MatrixOne + MatrixOne 内核版本 (v1.2.3)。 +`VERSION()` 函数用于获取当前 MatrixOne 的版本信息。这个函数通常返回一个字符串,包含了 MatrixOne 的版本号。如 8.0.30-MatrixOne-v1.2.4,表示 MatrixOn 的版本号是 8.0.30-MatrixOne-v1.2.4, 它的定义是 MySQL 兼容版本号 (8.0.30) + MatrixOne + MatrixOne 内核版本 (v24.1.2.4)。 ## **函数语法** @@ -17,7 +17,7 @@ mysql> select version(); +-------------------------+ | version() | +-------------------------+ -| 8.0.30-MatrixOne-v1.2.3 | +| 8.0.30-MatrixOne-v1.2.4 | +-------------------------+ 1 row in set (0.00 sec) ``` diff --git a/docs/MatrixOne/Reference/mo-tools/mo_ctl_standalone.md b/docs/MatrixOne/Reference/mo-tools/mo_ctl_standalone.md index d2199bd4b2..8f1bb47c6a 100644 --- a/docs/MatrixOne/Reference/mo-tools/mo_ctl_standalone.md +++ b/docs/MatrixOne/Reference/mo-tools/mo_ctl_standalone.md @@ -150,12 +150,12 @@ mo_ctl deploy help Usage : mo_ctl deploy [mo_version] [force] # deploy mo onto the path configured [mo_version]: optional, specify an mo version to deploy [force] : optional, if specified will delete all content under MO_PATH and deploy from beginning - e.g. : mo_ctl deploy # default, same as mo_ctl deploy 1.2.3 + e.g. : mo_ctl deploy # default, same as mo_ctl deploy 1.2.4 : mo_ctl deploy main # deploy development latest version : mo_ctl deploy d29764a # deploy development version d29764a - : mo_ctl deploy 1.2.3 # deploy stable verson 1.2.3 - : mo_ctl deploy force # delete all under MO_PATH and deploy verson 1.2.3 - : mo_ctl deploy 1.2.3 force # delete all under MO_PATH and deploy stable verson 1.2.3 from beginning + : mo_ctl deploy 1.2.4 # deploy stable verson 1.2.4 + : mo_ctl deploy force # delete all under MO_PATH and deploy verson 1.2.4 + : mo_ctl deploy 1.2.4 force # delete all under MO_PATH and deploy stable verson 1.2.4 from beginning ``` ### start - 启动 MatrixOne 服务 @@ -295,7 +295,7 @@ Usage : mo_ctl getconf [conf_list] # get configurations | GCC_VERSION | precheck 检查的 gcc 版本 | 默认为 8.5.0 | | GO_VERSION | precheck 检查的 go 版本 | 默认为 1.22.3 | | MO_GIT_URL | MatrixOne 的源码拉取地址 | 默认为 | -| MO_DEFAULT_VERSION | 默认拉取的 MatrixOne 的版本 | 默认为 1.2.3 | +| MO_DEFAULT_VERSION | 默认拉取的 MatrixOne 的版本 | 默认为 1.2.4 | | GOPROXY | GOPROXY 的地址,一般为国内加速拉取 golang 依赖包而使用 | 默认为,direct | | STOP_INTERVAL | 停止间隔,停止服务后检测服务状态等待时间 | 默认为 5 秒 | | START_INTERVAL | 启动间隔,启动服务后检测服务状态等待时间 | 默认为 2 秒 | @@ -348,11 +348,11 @@ MatrixOne 0.8 及更高版本可使用 `mo_ctl upgrade version` 或者 `mo_ctl u ``` mo_ctl upgrade help Usage : mo_ctl upgrade [version_commitid] # upgrade or downgrade mo from current version to a target commit id or stable version - [commitid] : a commit id such as '38888f7', or a stable version such as '1.2.3' + [commitid] : a commit id such as '38888f7', or a stable version such as '1.2.4' : use 'latest' to upgrade to latest commit on main branch if you don't know the id e.g. : mo_ctl upgrade 38888f7 # upgrade/downgrade to commit id 38888f7 on main branch : mo_ctl upgrade latest # upgrade/downgrade to latest commit on main branch - : mo_ctl upgrade 1.2.3 # upgrade/downgrade to stable version 1.2.3 + : mo_ctl upgrade 1.2.4 # upgrade/downgrade to stable version 1.2.4 ``` ### watchdog - 保活 MatrixOne diff --git a/docs/MatrixOne/Release-Notes/release-timeline.md b/docs/MatrixOne/Release-Notes/release-timeline.md index 6f8f48bbe1..3173f5f2e4 100644 --- a/docs/MatrixOne/Release-Notes/release-timeline.md +++ b/docs/MatrixOne/Release-Notes/release-timeline.md @@ -4,6 +4,7 @@ | **版本** | **发布日期** | | :-------------------------- | :----------- | +| [v24.1.2.4](v24.1.2.4.md) | 2024/09/23 | | [v24.1.2.3](v24.1.2.3.md) | 2024/09/11 | | [v24.1.2.2](v24.1.2.2.md) | 2024/07/12 | | [v24.1.2.1](v24.1.2.1.md) | 2024/06/27 | diff --git a/docs/MatrixOne/Release-Notes/v24.1.2.3.md b/docs/MatrixOne/Release-Notes/v24.1.2.3.md index 8a4be80562..f656e59797 100644 --- a/docs/MatrixOne/Release-Notes/v24.1.2.3.md +++ b/docs/MatrixOne/Release-Notes/v24.1.2.3.md @@ -1,4 +1,4 @@ -# **MatrixOne v1.2.3 发布报告** +# **MatrixOne v24.1.2.3 发布报告** 发布日期:2024 年 09 月 11 日 @@ -14,7 +14,7 @@ MatrixOne 版本:v24.1.2.3 ## 错误修复 -v24.1.2.3 解决了与内存使用、事务处理、代理连接稳定性等有关的多个问题。这些修复提高了 MatrixOne 的整体稳定性和可靠性。有关其他错误修复,请点击 [MatrixOne-v1.2.3](https://github.com/matrixorigin/matrixone/releases/tag/v1.2.3) 了解更多详细信息。 +v24.1.2.3 解决了与内存使用、事务处理、代理连接稳定性等有关的多个问题。这些修复提高了 MatrixOne 的整体稳定性和可靠性。有关其他错误修复,请点击 [MatrixOne-v24.1.2.3](https://github.com/matrixorigin/matrixone/releases/tag/v1.2.3) 了解更多详细信息。 ## 更详细的更新日志 diff --git a/docs/MatrixOne/Release-Notes/v24.1.2.4.md b/docs/MatrixOne/Release-Notes/v24.1.2.4.md new file mode 100644 index 0000000000..155e056fc5 --- /dev/null +++ b/docs/MatrixOne/Release-Notes/v24.1.2.4.md @@ -0,0 +1,15 @@ +# **MatrixOne v24.1.2.4 发布报告** + +发布日期:2024 年 09 月 23 日 + +MatrixOne 版本:v24.1.2.3 + +与之前的 v24.1.2.3 相比,v24.1.2.4 主要侧重于错误修复和性能优化,而没有引入新功能。 + +## 错误修复 + +请点击 [MatrixOne-v24.1.2.4](https://github.com/matrixorigin/matrixone/releases/tag/v1.2.4) 了解更多详细信息。 + +## 更详细的更新日志 + +[v24.1.2.3-v24.1.2.4](https://github.com/matrixorigin/matrixone/compare/v1.2.3...v1.2.4) \ No newline at end of file diff --git a/docs/MatrixOne/Security/TLS-introduction.md b/docs/MatrixOne/Security/TLS-introduction.md index 607a2db813..8f0fe3145c 100644 --- a/docs/MatrixOne/Security/TLS-introduction.md +++ b/docs/MatrixOne/Security/TLS-introduction.md @@ -109,7 +109,7 @@ MatrixOne 默认采用非加密传输,也支持启用基于 TLS 协议的加 Current pager: stdout Using outfile: '' Using delimiter: ; - Server version: 8.0.30-MatrixOne-v1.2.3 MatrixOne + Server version: 8.0.30-MatrixOne-v1.2.4 MatrixOne Protocol version: 10 Connection: 127.0.0.1 via TCP/IP Server characterset: utf8mb4 @@ -134,7 +134,7 @@ MatrixOne 默认采用非加密传输,也支持启用基于 TLS 协议的加 Current pager: stdout Using outfile: '' Using delimiter: ; - Server version: 8.0.30-MatrixOne-v1.2.3 MatrixOne + Server version: 8.0.30-MatrixOne-v1.2.4 MatrixOne Protocol version: 10 Connection: 127.0.0.1 via TCP/IP Server characterset: utf8mb4 diff --git a/docs/MatrixOne/Tutorial/rag-demo.md b/docs/MatrixOne/Tutorial/rag-demo.md index fcbbf70b48..8233ce6007 100644 --- a/docs/MatrixOne/Tutorial/rag-demo.md +++ b/docs/MatrixOne/Tutorial/rag-demo.md @@ -125,7 +125,7 @@ documents = [ "MatrixOne touts significant features, including real-time HTAP, multi-tenancy, stream computation, extreme scalability, cost-effectiveness, enterprise-grade availability, and extensive MySQL compatibility. MatrixOne unifies tasks traditionally performed by multiple databases into one system by offering a comprehensive ultra-hybrid data solution. This consolidation simplifies development and operations, minimizes data fragmentation, and boosts development agility.", "MatrixOne is optimally suited for scenarios requiring real-time data input, large data scales, frequent load fluctuations, and a mix of procedural and analytical business operations. It caters to use cases such as mobile internet apps, IoT data applications, real-time data warehouses, SaaS platforms, and more.", "Matrix is a collection of complex or real numbers arranged in a rectangular array.", -"The lastest version of MatrixOne is 1.2.3, releases on 11th Sep, 2024.", +"The lastest version of MatrixOne is 1.2.4, releases on 11th Sep, 2024.", "We are excited to announce MatrixOne 0.8.0 release on 2023/6/30." ] @@ -195,7 +195,7 @@ print(output['response']) 控制台输出相关回答: ``` -Based on the provided data, the latest version of MatrixOne is 1.2.3, which was released on Sep 11th, 2024. +Based on the provided data, the latest version of MatrixOne is 1.2.4, which was released on Sep 11th, 2024. ``` 在增强后,模型生成了正确答案。 diff --git a/mkdocs.yml b/mkdocs.yml index 622b1aad11..a953943a25 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -687,6 +687,7 @@ nav: - SQL 常见问题: MatrixOne/FAQs/sql-faqs.md - 版本发布纪要: - 版本发布历史记录: MatrixOne/Release-Notes/release-timeline.md + - v24.1.2.4: MatrixOne/Release-Notes/v24.1.2.4.md - v24.1.2.3: MatrixOne/Release-Notes/v24.1.2.3.md - v24.1.2.2: MatrixOne/Release-Notes/v24.1.2.2.md - v24.1.2.1: MatrixOne/Release-Notes/v24.1.2.1.md