Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A guide for migration to CaaSP 4.5 #979

Merged
merged 10 commits into from
Sep 2, 2020
11 changes: 6 additions & 5 deletions adoc/admin-migrate-caasp4.5.adoc
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
== Migration to {productname} 4.5

1) The OS must be connected to SCC. Otherwise the migration will not work.
In order to reconnect your OS to SCC, you run:
1) The OS must be connected to servers like SCC or RMT. Otherwise the migration will not work.

----
SUSEConnect -r <your SCC key> SUSEConnect -p sle-module-containers/15.1/x86_64 -r <your SCC key>
----
[NOTE]
====
In order to reconnect your OS to SCC, you run:
`SUSEConnect -r <your SCC key> SUSEConnect -p sle-module-containers/15.1/x86_64 -r <your SCC key>`
====

2) You also need the new `zypper migration` plugin. This plugin is used to perform the needed tasks in order to migrate the node itself to the latest version of {platform}, such as updating the repositories to the new ones, and calling `zypper dup`. This plugin is provided by the `zypper-migration-plugin` package. Therefore, install the `zypper-migration-plugin` package:

Expand Down