Skip to content

Commit b149163

Browse files
committed
fix: Made it clear in the document about the different between etcd storage formate and etcd versioning
1 parent 1a176dd commit b149163

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

content/en/docs/v3.4/how-to-migrate.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
---
22
title: How to migrate etcd from v2store to v3store
3-
description: etcd v2 to v3 migration guide
3+
description: etcd v2store to v3store migration guide
44
weight: 1200
55
---
66

77
`migrate` to transform etcd v2store to v3store.
88

9+
Learn more about the difference between the [etcd data storage format](https://etcd.io/docs/v3.6/learning/data_model/) and the [etcd versioning](https://etcd.io/docs/v3.6/op-guide/versioning/).
10+
11+
This document focus on how to migrate existing data from the v2store to the v3store. For a detailed guideline of migrating from API v2 to API v3, please refer to [Migrate applications from using API v2 to API v3](https://etcd.io/docs/v3.4/op-guide/v2-migration/).
12+
913
{{% alert color="warning" %}}
1014
⚠️ **Deprecated functionality:**
1115

0 commit comments

Comments
 (0)