-
Notifications
You must be signed in to change notification settings - Fork 88
Description
When reading the README, I mistakenly assumed that this script might support cross-version migrations (e.g., CentOS 7 → Oracle Linux 8). However, after checking the available options, I noticed that such functionality was not provided. By further reviewing the script, I understood that it is specifically designed for migrations within the same major version (e.g., CentOS 7 → Oracle Linux 7) and does not support cross-version migrations.
To prevent similar misunderstandings, I propose adding the following clarifications to the README:
-
Clearly State That Cross-Version Migrations Are Not Supported
This script is intended for migrations within the same major version (e.g., CentOS 7 → Oracle Linux 7) and does not support cross-version migrations (e.g., CentOS 7 → Oracle Linux 8). -
Provide Guidance for Cross-Version Migration Steps
For users who wish to perform a cross-version migration, it is recommended to first migrate within the same version using this script (e.g., CentOS 7 → Oracle Linux 7) and subsequently use tools like Leapp to upgrade to a newer version (e.g., Oracle Linux 8).
(Is this correct? What I actually want to do is convert from CentOS 7 to Oracle Linux 8.)
Adding this clarification will help users better understand the script's purpose and provide proper guidance for cross-version migrations.
Thank you for considering this suggestion.