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 0100075aa7 Update upgrade.md (#861)
0100075aa7 is described below

commit 0100075aa745f8cc53361f4491eb1e79b0667e4d
Author: ggbocoder <[email protected]>
AuthorDate: Wed May 29 14:58:37 2024 +0800

    Update upgrade.md (#861)
---
 i18n/en/docusaurus-plugin-content-docs/current/ops/upgrade.md | 1 +
 1 file changed, 1 insertion(+)

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 13611390a5..1bb75e668f 100644
--- a/i18n/en/docusaurus-plugin-content-docs/current/ops/upgrade.md
+++ b/i18n/en/docusaurus-plugin-content-docs/current/ops/upgrade.md
@@ -40,6 +40,7 @@ description: Seata upgrade.
    <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 [...]
+  2.When users upgrade to Seata 2.1, they need to configure the Seata Raft 
authentication information. First, on the Seata server side, add 
/metadata/v1/** to ignore.url to temporarily disable the authentication 
function. Then, on the Seata client side, configure username, password, and 
tokenValidityInMilliseconds in seata.registry.raft in application.yaml or 
registry.conf (note that the username and password on the client side should 
match those configured on the server side, and the to [...]
 </details>
 
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to