Skip to content

Commit 572c8ce

Browse files
committed
added etcd v2 to v3 migration guide to the related section
Signed-off-by: shivamgcodes <shivamguptaxia2@gmail.com>
1 parent 45b43fe commit 572c8ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/v3.6/upgrades/upgrade_3_6.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ While upgrading, an etcd cluster supports mixed versions of etcd members, and op
369369

370370
If this cluster has been in use since etcd v2, there are some additional requirements.
371371

372-
First, if you are upgrading stepwise from etcd v2 to etcd v3.6, you need to take care that the database is initialized with v3 data. See the [v2 data upgrade issue](https://github.com/etcd-io/etcd/issues/9480) for more details.
372+
First, if you are upgrading stepwise from etcd v2 to etcd v3.6, you need to take care that the database is initialized with v3 data. See the [v2 data upgrade issue](https://github.com/etcd-io/etcd/issues/9480) and [etcd v2 to v3 migration guide](https://etcd.io/docs/v3.6/tutorials/how-to-migrate/) for more details.
373373

374374
If the cluster is serving a v2 data set larger than 50MB, each newly upgraded member may take up to two minutes to catch up with the existing cluster. Check the size of a recent snapshot to estimate the total data size. In other words, it is safest to wait for 2 minutes between upgrading each member.
375375

@@ -512,7 +512,7 @@ Restart the etcd server with same configuration but with the new etcd binary.
512512
```diff
513513
-etcd-old --name ${name} \
514514
+etcd-new --name ${name} \
515-
--data-dir /tmp/etcd/s1 \
515+
--data-dir /path/to/${name}.etcd \
516516
--listen-client-urls http://localhost:2379 \
517517
--advertise-client-urls http://localhost:2379 \
518518
--listen-peer-urls http://localhost:2380 \

0 commit comments

Comments
 (0)