Skip to content

Commit

Permalink
docs: updated the docs as per the comments
Browse files Browse the repository at this point in the history
Signed-off-by: Bala Harish <[email protected]>
  • Loading branch information
balaharish7 committed Apr 3, 2024
1 parent a350fb9 commit 9aad2e1
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
:::

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
:::

Expand Down
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion docs/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 9aad2e1

Please sign in to comment.