diff --git a/docs/main/user-guides/migration/legacy-storage-to-new-storage/cstor-to-replicated.md b/docs/main/user-guides/migration/legacy-storage-to-new-storage/cstor-to-replicated.md index ec5cfc39..1f17dbb5 100644 --- a/docs/main/user-guides/migration/legacy-storage-to-new-storage/cstor-to-replicated.md +++ b/docs/main/user-guides/migration/legacy-storage-to-new-storage/cstor-to-replicated.md @@ -11,7 +11,7 @@ description: This section outlines the process of migrating OpenEBS cStor to Ope --- :::info -The following steps are an example about migrating from legacy storage to new storage. +The following steps are an example about migrating from legacy storage to latest storage solution. You can also migrate OpenEBS Jiva to OpenEBS Replicated using the steps below. ::: diff --git a/docs/main/user-guides/migration/legacy-storage-to-new-storage/device-to-lvm.md b/docs/main/user-guides/migration/legacy-storage-to-new-storage/device-to-lvm.md index 662c41c2..f4ccbab5 100644 --- a/docs/main/user-guides/migration/legacy-storage-to-new-storage/device-to-lvm.md +++ b/docs/main/user-guides/migration/legacy-storage-to-new-storage/device-to-lvm.md @@ -11,7 +11,7 @@ description: This section outlines the process of migrating OpenEBS Local PV Dev --- :::info -The following steps are an example about migrating from legacy storage to new storage. +The following steps are an example about migrating from legacy storage to latest storage solution. You can also migrate OpenEBS Local PV Device to OpenEBS Local PV ZFS. ::: diff --git a/docs/main/user-guides/migration/legacy-storage-to-new-storage/migration-overview.md b/docs/main/user-guides/migration/legacy-storage-to-new-storage/migration-overview.md index 37e1b416..511b5996 100644 --- a/docs/main/user-guides/migration/legacy-storage-to-new-storage/migration-overview.md +++ b/docs/main/user-guides/migration/legacy-storage-to-new-storage/migration-overview.md @@ -1,12 +1,16 @@ --- id: migration-overview -title: Migration from Legacy Storage to New Storage +title: Migration from Legacy Storage to Latest Storage Solution keywords: - - Migration Overview -description: This section outlines the process of migrating the legacy storage to new storage. + - Migration + - Data Migration +description: This section outlines the process of migrating the legacy storage to latest storage solution. --- -# Migration Overview +# Data Migration + +Data migration is the process of transferring data from the legacy storage to the latest storage solution. +Also, the data can be migrated from any non-OpenEBS storage to OpenEBS storage. In this migration process, we are using [pv-migrate](https://github.com/utkuozdemir/pv-migrate) that is a CLI tool/kubectl plugin to easily migrate the contents of one Kubernetes `PersistentVolumeClaim` to another. diff --git a/docs/sidebars.js b/docs/sidebars.js index 3d0697c2..628269c0 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -318,7 +318,7 @@ module.exports = { { type: "doc", id: "user-guides/migration/legacy-storage-to-new-storage/migration-overview", - label: "Overview" + label: "Data Migration" }, { type: "doc",