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

修复几处描述错误。 #854

Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion src/content/docs/next/en/manual/admin/upgrading.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ import { Tabs, TabItem } from '@astrojs/starlight/components';
若文件中表结构存在变化,请先进行数据库变更,例如:

```SQL
-- 从 2.0.X 升级时需要执行下列所有SQL, 从2.1.X之后版本升级仅需执行最后两行
-- 从 2.0.X 升级时需要执行下列所有SQL, 从2.1.X之后版本升级仅需执行最后三行
ALTER TABLE `config_info` ADD COLUMN `encrypted_data_key` varchar(1024) NOT NULL DEFAULT '' COMMENT '密钥';
ALTER TABLE `config_info_gray` ADD COLUMN `encrypted_data_key` varchar(1024) NOT NULL DEFAULT '' COMMENT '密钥';
ALTER TABLE `config_info_beta` ADD COLUMN `encrypted_data_key` varchar(1024) NOT NULL DEFAULT '' COMMENT '密钥';
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/next/zh-cn/manual/admin/upgrading.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ import { Tabs, TabItem } from '@astrojs/starlight/components';
若文件中表结构存在变化,请先进行数据库变更,例如:

```SQL
-- 从 2.0.X 升级时需要执行下列所有SQL, 从2.1.X之后版本升级仅需执行最后两行
-- 从 2.0.X 升级时需要执行下列所有SQL, 从2.1.X之后版本升级仅需执行最后三行
ALTER TABLE `config_info` ADD COLUMN `encrypted_data_key` varchar(1024) NOT NULL DEFAULT '' COMMENT '密钥';
ALTER TABLE `config_info_gray` ADD COLUMN `encrypted_data_key` varchar(1024) NOT NULL DEFAULT '' COMMENT '密钥';
ALTER TABLE `config_info_beta` ADD COLUMN `encrypted_data_key` varchar(1024) NOT NULL DEFAULT '' COMMENT '密钥';
Expand Down
2 changes: 1 addition & 1 deletion src/content/download/en/nacos-server.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ Support for Nacos 1.x has stopped, please upgrade to version 2.x as soon as poss
Snapshot versions are still in development. We encourage you to try them out and provide feedback, but it is not recommended for production use.
| Version | Binary Package Download | Docker Image | MD5 | Release Notes | Reference Documentation |
| ---- | ---- | ---- | ---- | ---- | ---- |
| 3.5.0-BETA | [2.5.0-BETA.zip](https://github.com/alibaba/nacos/releases/download/2.5.0-BETA/nacos-server-2.5.0-BETA.zip) | Snapshots do not provide images. For images, it is recommended to use the stable version: [nacos/nacos-server:latest](https://hub.docker.com/r/nacos/nacos-server/tags?page=1&name=latest) | 094df21315e4eb35295385f1ab3ba9b5 | [Release Notes](https://github.com/alibaba/nacos/releases/tag/2.5.0-BETA) | [Quick Start](/docs/next/quickstart/quick-start/) |
| 2.5.0-BETA | [2.5.0-BETA.zip](https://github.com/alibaba/nacos/releases/download/2.5.0-BETA/nacos-server-2.5.0-BETA.zip) | Snapshots do not provide images. For images, it is recommended to use the stable version: [nacos/nacos-server:latest](https://hub.docker.com/r/nacos/nacos-server/tags?page=1&name=latest) | 094df21315e4eb35295385f1ab3ba9b5 | [Release Notes](https://github.com/alibaba/nacos/releases/tag/2.5.0-BETA) | [Quick Start](/docs/next/quickstart/quick-start/) |
| 3.0.0-ALPHA | [3.0.0-ALPHA.zip](https://github.com/alibaba/nacos/releases/download/3.0.0-alpha/nacos-server-3.0.0-ALPHA.zip) | Snapshots do not provide images. For images, it is recommended to use the stable version: [nacos/nacos-server:latest](https://hub.docker.com/r/nacos/nacos-server/tags?page=1&name=latest) | 87a6ba53fec3b6d53a7c600a90a60f2e | [Release Notes](https://github.com/alibaba/nacos/releases/tag/3.0.0-alpha) | [Quick Start](/docs/v3.0/quickstart/quick-start/) |
2 changes: 1 addition & 1 deletion src/content/download/zh-cn/nacos-server.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@ Nacos 1.x 已经停止功能维护,请尽快升级到 2.x 版本。

| 版本 | 二进制包下载 | Docker 镜像 | MD5 | 发布说明 | 参考文档 |
| ---- | ---- | ---- | ---- | ---- | ---- |
| 3.5.0-BETA | [2.5.0-BETA.zip](https://github.com/alibaba/nacos/releases/download/2.5.0-BETA/nacos-server-2.5.0-BETA.zip) | 快照版本不提供镜像,需要使用镜像推荐使用稳定版:[nacos/nacos-server:latest](https://hub.docker.com/r/nacos/nacos-server/tags?page=1&name=latest) | 094df21315e4eb35295385f1ab3ba9b5 | [发布说明](https://github.com/alibaba/nacos/releases/tag/2.5.0-BETA) | [快速开始](/docs/next/quickstart/quick-start/) |
| 2.5.0-BETA | [2.5.0-BETA.zip](https://github.com/alibaba/nacos/releases/download/2.5.0-BETA/nacos-server-2.5.0-BETA.zip) | 快照版本不提供镜像,需要使用镜像推荐使用稳定版:[nacos/nacos-server:latest](https://hub.docker.com/r/nacos/nacos-server/tags?page=1&name=latest) | 094df21315e4eb35295385f1ab3ba9b5 | [发布说明](https://github.com/alibaba/nacos/releases/tag/2.5.0-BETA) | [快速开始](/docs/next/quickstart/quick-start/) |
| 3.0.0-ALPHA | [3.0.0-ALPHA.zip](https://github.com/alibaba/nacos/releases/download/3.0.0-alpha/nacos-server-3.0.0-ALPHA.zip) | 快照版本不提供镜像,需要使用镜像推荐使用稳定版:[nacos/nacos-server:latest](https://hub.docker.com/r/nacos/nacos-server/tags?page=1&name=latest) | 87a6ba53fec3b6d53a7c600a90a60f2e | [发布说明](https://github.com/alibaba/nacos/releases/tag/3.0.0-alpha) | [快速开始](/docs/v3.0/quickstart/quick-start/) |
Loading