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

Move away from OS migrations using "zypper migration" in favour of "transactional-update migration" #108

Open
ipetrov117 opened this issue Nov 21, 2024 · 0 comments

Comments

@ipetrov117
Copy link
Contributor

Currently to achieve an OS migration we use zypper migration from a transactional-update run block (ref here).

We were forced to do this, because the transactional-update migration command did not offer the needed flags for automation and because the correct package version of suseconnect-ng was not present on the machine.

As of a couple of months ago these problems have been fixed:

  • Missing flag problems fixed in:
    • transactional-update 4.1.9 version for SLE Micro 5.5
    • transactional-update 4.8.1 version for SLE Micro 6.0
  • suseconnect-ng package 1.12.0 version is now present on both SLE Micro 5.5, 6.0 and 6.1, which also fixes the problems we had with this package when doing OS migration.

We should switch to using transactional-update migration now that all the problems around it have been ironed out. This would most likely allow us to better track the upgrade process and fail the upgrade pod if it fails.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant