How to Migrate CentOS 7 to AlmaLinux 8

AlmaLinux

Upgrade CentOS 7 to latest version with yum update -y Reboot the server reboot Install elevate repo rpm file yum install -y http://repo.almalinux.org/elevate/elevate-release-latest-el$(rpm –eval %rhel).noarch.rpm Install leapp yum install -y leapp-upgrade leapp-data-almalinux Run pre upgrade check leapp preupgrade After the preupgrade script run, it will generate a log file /var/log/leapp/leapp-report.txt, you need to fix any … Read more

Install PHP 5.6 on AlmaLinux 8

To install PHP 5.6 on AlmaLinux 8, first enable the epel repository. install remi repository with the command Now you can install PHP 5.6 with You can execute PHP with the command If you want PHP 5.6 to work with the command “php”, then edit At end of the file, add Log off and login … Read more

How to Migrate CentOS 8 to AlmaLinux

Convert CentOS 8 to AlmaLinux

CentOS 8 is reaching its End of Life in December 2021. If you are using CentOS 8, you may need to consider migrating to other operating systems. Other alternatives for CentOS 8 are AlmaLinux, Rocky Linux, and Oracle Linux. All of these are free and are based on RHEL 8. AlmaLinux is released a migration … Read more