PVC Migration
This document describes the process to migrate data from one Persistent Volume Claim (PVC) to another within the OpenShift cluster.
Prerequisites
-
Ensure the source and target PVCs exist in the desired namespace.
-
Have access to the
ods-core
repository.
Migration Process
To migrate data between PVCs, follow these steps:
-
Navigate to the
ods-core
repository. -
Run the following command:
make migrate-pvc-data SOURCE_PVC=<source-pvc-name> TARGET_PVC=<target-pvc-name>
Replace <source-pvc-name>
, and <target-pvc-name>
with the appropriate values for your environment.