Skip to content

Commit fae2648

Browse files
authored
migration tool update
Changing references of `up alpha migration` to `up controlplane migration` Signed-off-by: Jay Miracola <30883275+jaymiracola@users.noreply.github.com>
1 parent 2fd646f commit fae2648

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/manuals/spaces/howtos/ctp-connector.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ Before proceeding, ensure that you have set the correct kubecontext for your app
308308
cluster.
309309

310310
```bash
311-
up alpha migration export --pause-before-export --output=my-export.tar.gz --yes
311+
up controlplane migration export --pause-before-export --output=my-export.tar.gz --yes
312312
```
313313

314314
This command performs the following:
@@ -354,7 +354,7 @@ control plane matches the core Crossplane version.
354354

355355
Use the following command to import the resources:
356356
```bash
357-
up alpha migration import -i my-export.tar.gz \
357+
up controlplane migration import -i my-export.tar.gz \
358358
--unpause-after-import \
359359
--mcp-connector-cluster-id=my-appcluster \
360360
--mcp-connector-claim-namespace=my-appcluster

0 commit comments

Comments
 (0)