This is an automated email from the ASF dual-hosted git repository.

jianbin pushed a commit to branch docusaurus
in repository https://gitbox.apache.org/repos/asf/incubator-seata-website.git


The following commit(s) were added to refs/heads/docusaurus by this push:
     new 05e8754e80 add upgrade 2.1 instructions (#836)
05e8754e80 is described below

commit 05e8754e80481dbca19e265abaa00cd3c742821a
Author: funkye <jian...@apache.org>
AuthorDate: Mon Feb 19 11:09:55 2024 +0800

    add upgrade 2.1 instructions (#836)
---
 .../en/docusaurus-plugin-content-docs/current/ops/upgrade.md | 12 ++++++++++++
 .../docusaurus-plugin-content-docs/current/ops/upgrade.md    | 12 ++++++++++++
 2 files changed, 24 insertions(+)

diff --git a/i18n/en/docusaurus-plugin-content-docs/current/ops/upgrade.md 
b/i18n/en/docusaurus-plugin-content-docs/current/ops/upgrade.md
index ccea1259eb..13611390a5 100644
--- a/i18n/en/docusaurus-plugin-content-docs/current/ops/upgrade.md
+++ b/i18n/en/docusaurus-plugin-content-docs/current/ops/upgrade.md
@@ -6,6 +6,9 @@ description: Seata upgrade.
 
 # Version Upgrade Guide
 
+<a href="#9" target="_self">9. What compatibility matters need to be paid 
attention to when upgrading to seata 2.1? </a>
+<br/>
+
 <a href="#8" target="_self">8. What compatibility matters need to be paid 
attention to when upgrading to seata 2.0? </a>
 <br/>
 
@@ -30,6 +33,15 @@ description: Seata upgrade.
 <a href="#1" target="_self">1. How to upgrade versions 0.8 and 0.9 to version 
1.0? </a>
 <br/>
 
+------
+
+<h3 id='9'>9. What compatibility matters need to be paid attention to when 
upgrading to seata 2.1?</h3>
+<details>
+   <summary><mark>Notes</mark></summary>
+  
+  1. After using the Seata 2.0 Raft storage mode, upgrading to 2.1 requires 
logging in to obtain a token, carrying a token to request 
/metadata/v1/cluster?group= in the value of seata.server.raft.group in 
application.yml, and querying the cluster metadata Later. Upgrade the follower 
node first, and then upgrade the leader node. Note: After this upgrade is 
completed, the Raft storage mode is not allowed to be downgraded to 2.0. Please 
fully verify it in the offline environment before upgr [...]
+</details>
+
 
 ------
 
diff --git a/i18n/zh-cn/docusaurus-plugin-content-docs/current/ops/upgrade.md 
b/i18n/zh-cn/docusaurus-plugin-content-docs/current/ops/upgrade.md
index ec68307d8c..46b4abe942 100644
--- a/i18n/zh-cn/docusaurus-plugin-content-docs/current/ops/upgrade.md
+++ b/i18n/zh-cn/docusaurus-plugin-content-docs/current/ops/upgrade.md
@@ -6,6 +6,9 @@ description: Seata upgrade.
 
 # 版本升级指南
 
+<a href="#9" target="_self">9. 升级到 seata 2.1 有哪些兼容性事项是需要注意的?</a>
+<br/>
+
 <a href="#8" target="_self">8. 升级到 seata 2.0 有哪些兼容性事项是需要注意的?</a>
 <br/>
 
@@ -32,6 +35,15 @@ description: Seata upgrade.
 
 ------
 
+<h3 id='9'>9. 升级到 seata 2.1 有哪些兼容性事项是需要注意的?</h3>
+<details>
+  <summary><mark>注意事项</mark></summary>
+  
+  1. 使用seata2.0 raft 
存储模式后,升级2.1需要登录后获取token,携带token请求/metadata/v1/cluster?group=在application.yml中的seata.server.raft.group的值,查询到集群元数据后。将follower节点先行升级,再升级leader节点。注:该升级完成后,raft存储模式下是不允许降级至2.0,请在线下环境得到充分验证后再进行生产环境升级。
+</details>
+
+------
+
 <h3 id='8'>8. 升级到 seata 2.0 有哪些兼容性事项是需要注意的?</h3>
 <details>
   <summary><mark>注意事项</mark></summary>


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org
For additional commands, e-mail: notifications-h...@seata.apache.org

Reply via email to