CentOS 7 reaches the end of life on June 30th, 2024 marking the end of the CentOS Project after CentOS 8 was prematurely discontinued back on December 31st in favor of CentOS Stream.
Thankfully, you can migrate from CentOS 7 to AlmaLinux 8 or any major Enterprise 8.x RHEL distributions such as Oracle Linux 8, Rocky Linux 8, or CentOS Stream 8 using the Elevate Project.
Table of Contents
What is Elevate?
Elevate is a utility developed by AlmaLinux designed to facilitate the migration from CentOS 7 or any major versions of RHEL-based distros from 7.x to 8.x and from 8.x to 9.x. It provides the Leapp tool which initiates the actual upgrade process from one version to another.
The upgrade from CentOS 7 to any major RHEL-based distribution takes the following directions as illustrated in the diagram below.
If you are looking to switch from CentOS 7 to AlmaLinux 8, then you have come to the right place. In this guide, we will guide you on how to migrate from CentOS 7 to AlmaLinux 8 using the Elevate Project.
Preliminary Step
As is always recommended before migrating to any major release, it’s prudent to have a backup of your files in case something goes wrong during the upgrade. Therefore, take some time and take a backup copy of all the important files.
Step 1: Update CentOS 7 System
To get off the ground, log into your instance of CentOS 7 and upgrade the system to the latest version by running the following yum command.
$ sudo yum update
Once the update is complete, verify that CentOS 7 has been updated to the latest release as follows.
$ cat /etc/redhat-release OR $ cat /etc/os-release
You should get the following as the output confirming that CentOS 7 has been updated to the latest release.
CentOS Linux release 7.9.2009 (Core)
Step 2: Install Elevate Repository in CentOS 7
The next step is to enable the Elevate repository on your CentOS 7 system by running the following command:
$ sudo yum install -y http://repo.almalinux.org/elevate/elevate-release-latest-el7.noarch.rpm
To confirm that Elevate has successfully been installed, run the following rpm command.
$ rpm -qi elevate-release
You should get the following output providing intricate details about the elevate-release package including the version, release, architecture, install date and so much more.
Step 3: Install Leapp Utility in CentOS 7
The Elevate repository provides the Leapp utility which facilitates the actual migration of Red Hat Enterprise Linux 7.x distributions to any Enterprise Linux 8.x releases.
For example to migrate from CentOS 7 to AlmaLinux 8, install the following software packages.
$ sudo yum install -y leapp-upgrade leapp-data-almalinux
Step 4: Migrate CentOS 7 to AlmaLinux 8
Once the migration packages have successfully been installed, run the pre-flight upgrade checklist using the following command:
$ sudo leapp upgrade
The utility performs a series of checks to confirm if the system is ready for the switch to AlmaLinux 8. The CentOS 7 has some inherent issues that prevent the migration from taking as seen in the error report as shown below.
The pre-upgrade report is generated and saved in the /var/log/leapp/leapp-report.txt file. From here, you can view all the issues that prevent the migration to AlmaLinux.
In our case, we ran into a couple of issues. Firstly, our system had two kernels; something which hampers the migration to AlmaLinux 8. Your system must have only one kernel.
To check the number of installed kernels, run the command:
$ rpm -q kernel
If your system has multiple kernels, as is our case, delete all and remain with only one using the following command.
$ sudo package-cleanup --oldkernels --count=1
Once again, verify the number of kernels present in your system as follows.
$ rpm -q kernel
To fix the remaining issues, run the following commands, which allow remote root login using the SSH protocol.
$ sudo echo PermitRootLogin yes | sudo tee -a /etc/ssh/sshd_config
Next, run the following command to remove the pam_pkcs11 module in the PAM configuration
$ sudo leapp answer --section remove_pam_pkcs11_module_check.confirm=True
Finally, disable the pata_acpi module.
$ sudo rmmod pata_acpi
This time around, we only have one kernel remaining, which is great!
After fixing all the issues, proceed and perform the migration from CentOS 7 to AlmaLinux 8 by running the following command:
$ sudo leapp upgrade
This is a lengthy process and takes quite some time. Upon successful execution of the command, a report will be generated, and this time around, all indication is that everything went according to plan.
Next, reboot your system.
$ reboot
On the GRUB menu, you will find the ‘Elevate-Upgrade‘ entry. Press ENTER.
The upgrade to AlmaLinux 8 will continue and the system will reboot a couple of times.
Finally, the login screen will come into view. Provide your password and click ‘Sign In’ or hit ENTER to log in.
On the terminal, verify the version of AlmaLinux using the command below.
$ cat /etc/redhat-release
Alternatively, run the command.
$ cat /etc/os-release
The output confirms that we have successfully switched or migrated from CentOS 7 to Almalinux 8.7.
Conclusion
In this guide, we have demonstrated how to migrate from CentOS 7 to AlmaLinux 8 using the Elevate project which is an application that helps simplify the switch from Enterprise 7.x systems to Enterprise 8.x.
The above is the detailed content of How to Migrate From CentOS 7 to AlmaLinux 8. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undress AI Tool
Undress images for free

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

Are you looking for good software to write mathematical equations? If so, this article provides the top 5 equation editors that you can easily install on your favorite Linux distribution.In addition to being compatible with different types of mathema

Linux administrators should be familiar with the command-line environment. Since GUI (Graphical User Interface) mode in Linux servers is not commonly installed.SSH may be the most popular protocol to enable Linux administrators to manage the servers

Gogo is a remarkable tool to bookmark directories inside your Linux shell. It helps you create shortcuts for long and complex paths in Linux. This way, you no longer need to type or memorize lengthy paths on Linux.For example, if there's a directory

PPA is an important tool for Ubuntu users to expand their software sources. 1. When searching for PPA, you should visit Launchpad.net, confirm the official PPA in the project official website or document, and read the description and user comments to ensure its security and maintenance status; 2. Add PPA to use the terminal command sudoadd-apt-repositoryppa:/, and then run sudoaptupdate to update the package list; 3. Manage PPAs to view the added list through the grep command, use the --remove parameter to remove or manually delete the .list file to avoid problems caused by incompatibility or stopping updates; 4. Use PPA to weigh the necessity and prioritize the situations that the official does not provide or require a new version of the software.

LXD is described as the next-generation container and virtual machine manager that offers an immersive for Linux systems running inside containers or as virtual machines. It provides images for an inordinate number of Linux distributions with support

How to quickly generate test files of a specified size? It can be achieved using command line tools or graphical software. On Windows, you can use fsutilfilecreatenew file name size to generate a file with a specified byte; macOS/Linux can use ddif=/dev/zeroof=filebs=1Mcount=100 to generate real data files, or use truncate-s100M files to quickly create sparse files. If you are not familiar with the command line, you can choose FSUtilGUI, DummyFileGenerator and other tool software. Notes include: pay attention to file system limitations (such as FAT32 file size upper limit), avoid overwriting existing files, and some programs may

The key to installing dual systems in Linux and Windows is partitioning and boot settings. 1. Preparation includes backing up data and compressing existing partitions to make space; 2. Use Ventoy or Rufus to make Linux boot USB disk, recommend Ubuntu; 3. Select "Coexist with other systems" or manually partition during installation (/at least 20GB, /home remaining space, swap optional); 4. Check the installation of third-party drivers to avoid hardware problems; 5. If you do not enter the Grub boot menu after installation, you can use boot-repair to repair the boot or adjust the BIOS startup sequence. As long as the steps are clear and the operation is done properly, the whole process is not complicated.

Node Version Manager (NVM) is a simple bash script that helps manage multiple Node.js versions on your Linux system. It enables you to install various Node.js versions, view available versions for installation, and check already installed versions.NV
