How to upgrade CentOS7 to CentOS8 (detailed steps)

How to upgrade CentOS7 to CentOS8 (detailed steps)

This article uses a specific example to introduce how to upgrade from CentOS 7 to CentOS 8.

Preparation

Minimize the installation of CentOS 7. The specific version is as follows: 7.6.1810

[root@liumiao ~]# uname -a
Linux devops 3.10.0-957.el7.x86_64 #1 SMP Thu Nov 8 23:39:32 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
[root@liumiao ~]# cat /etc/redhat-release 
CentOS Linux release 7.6.1810 (Core) 
[root@liumiao ~]# 

Step 1: Install epel-relase, yum-utils and rpmconf

Execute the command: yum install yum-utils epel-release -y

The execution log is as follows:

...omitted= ...
 Package Arch Version Repository Size
========================================================================================================================================
Installing:
 epel-release noarch 7-11 extras 15k
 yum-utils noarch 1.1.31-52.el7 base 121 k
Installing for dependencies:
 libxml2-python x86_64 2.9.1-6.el7_2.3 base 247 k
 python-chardet noarch 2.2.1-3.el7 base 227 k
 python-kitchen noarch 1.1.1-5.el7 base 267 k

Transaction Summary
========================================================================================================================================
Install 2 Packages (+3 Dependent packages)
...omitted

Installation command: yum install rpmconf -y

The installation log is as follows:

[root@liumiao ~]# yum install rpmconf -y
...omitted= ...
 Package Arch Version Repository Size
========================================================================================================================================
Installing:
 rpmconf noarch 0.3.4-1.el7 epel 21 k

Transaction Summary
========================================================================================================================================
Install 1 Package
...omitComplete!
[root@liumiao ~]#

Step 2: Pre-installation check

Check the configuration: rpmconf -a

The execution log is as follows. If you choose, just use the default settings.

[root@liumiao ~]# rpmconf -a
[root@liumiao ~]# 

Check leaf nodes: List packages that have no dependencies on other RPMs

[root@liumiao ~]# package-cleanup --leaves
Loaded plugins: fastestmirror
libsysfs-2.1.0-16.el7.x86_64
[root@liumiao ~]#

Check for packages that are no longer available: List information about packages that are not available for upgrade in the current repository

[root@liumiao ~]# package-cleanup --orphans
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: mirror.bit.edu.cn
 * epel: hkg.mirror.rackspace.com
 * extras: mirror.bit.edu.cn
 * updates: ap.stykers.moe
GeoIP-1.5.0-13.el7.x86_64
...omit yum-plugin-fastestmirror-1.1.31-50.el7.noarch
[root@liumiao ~]#

Step 3: Install dnf and execute dnf update

CentOS 8 uses dnf as the default package management tool. It uses yum to install its own alternative tool dnf and delete itself.

Installation command: yum install dnf -y

The execution log is as follows:

[root@liumiao ~]# yum install dnf -y
...omitted= ...
 Package Arch Version Repository Size
========================================================================================================================================
Installing:
 dnf noarch 4.0.9.2-1.el7_6 extras 357 k
Installing for dependencies:
 deltarpm x86_64 3.6-3.el7 base 82k
 dnf-data noarch 4.0.9.2-1.el7_6 extras 51 k
 libcomps x86_64 0.1.8-12.el7 extras 75k
 libdnf x86_64 0.22.5-1.el7_6 extras 533 k
 libmodulemd x86_64 1.6.3-1.el7 extras 141 k
 librepo x86_64 1.8.1-7.el7 base 81 k
 libreport-filesystem x86_64 2.1.11-43.el7.centos base 40 k
 libsolv x86_64 0.6.34-4.el7 base 329 k
 libyaml x86_64 0.1.4-11.el7_0 base 55 k
 python-enum34 noarch 1.0.4-1.el7 base 52k
 python2-dnf noarch 4.0.9.2-1.el7_6 extras 414k
 python2-hawkey x86_64 0.22.5-1.el7_6 extras 68k
 python2-libcomps x86_64 0.1.8-12.el7 extras 47k
 python2-libdnf x86_64 0.22.5-1.el7_6 extras 608 k

Transaction Summary
========================================================================================================================================
Install 1 Package (+14 Dependent packages)
...omit [root@liumiao ~]#

Clear yum: dnf -y remove yum yum-metadata-parser && rm -rf /etc/yum

The execution log is as follows:

[root@liumiao ~]# dnf -y remove yum yum-metadata-parser
Dependencies resolved.
========================================================================================================================================
 Package Arch Version Repository Size
========================================================================================================================================
Removing:
 yum noarch 3.4.3-161.el7.centos @System 5.6 M
 yum-metadata-parser x86_64 1.1.4-10.el7 @System 57 k
Removing dependent packages:
 yum-plugin-fastestmirror noarch 1.1.31-50.el7 @System 53 k
 yum-utils noarch 1.1.31-52.el7 @System 337 k

Transaction Summary
========================================================================================================================================
Remove 4 Packages

Free space: 6.0 M
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
 Preparing: 1/1 
 Erasing: yum-utils-1.1.31-52.el7.noarch 1/4 
 Erasing: yum-plugin-fastestmirror-1.1.31-50.el7.noarch 2/4 
 Erasing : yum-3.4.3-161.el7.centos.noarch 3/4 
 Erasing: yum-metadata-parser-1.1.4-10.el7.x86_64 4/4 
 Verifying : yum-3.4.3-161.el7.centos.noarch 1/4 
 Verifying : yum-metadata-parser-1.1.4-10.el7.x86_64 2/4 
 Verifying : yum-plugin-fastestmirror-1.1.31-50.el7.noarch 3/4 
 Verifying : yum-utils-1.1.31-52.el7.noarch 4/4

Removed:
 yum-3.4.3-161.el7.centos.noarch yum-metadata-parser-1.1.4-10.el7.x86_64 yum-plugin-fastestmirror-1.1.31-50.el7.noarch   
 yum-utils-1.1.31-52.el7.noarch   

Complete!
[root@liumiao ~]# ls /etc/yum
pluginconf.d protected.d vars
[root@liumiao ~]# rm -rf /etc/yum
[root@liumiao ~]#

Use dnf update to update just like you would yum update.

[root@liumiao ~]# dnf upgrade
Extra Packages for Enterprise Linux 7 - x86_64 5.6 MB/s | 16 MB 00:02  
CentOS-7 - Base 3.5 MB/s | 10 MB 00:02  
CentOS-7 - Updates 2.9 MB/s | 5.4 MB 00:01  
CentOS-7 - Extras 40 kB/s | 251 kB 00:06  
 ...omitted= ...
 Package Arch Version Repository Size
========================================================================================================================================
Upgrading:
 epel-release noarch 7-12 epel 15k
 ... tzdata noarch omitted 2019c-1.el7 updates 493 k
Installing dependencies:
 bind-export-libs x86_64 32:9.11.4-9.P2.el7 base 1.1 M
 geoipupdate x86_64 2.5.0-1.el7 base 35k
 kernel x86_64 3.10.0-1062.4.3.el7 updates 50M

Transaction Summary
========================================================================================================================================
Install 3 Packages
Upgrade 164 Packages

Total download size: 259 M
Is this ok [y/N]: y
Downloading Packages:
 ...omitInstalled:
 bind-export-libs-32:9.11.4-9.P2.el7.x86_64 geoipupdate-2.5.0-1.el7.x86_64 kernel-3.10.0-1062.4.3.el7.x86_64    

Complete!
[root@liumiao ~]#

Update CentOS 8 packages using dnf

The execution log is as follows:

[root@liumiao ~]# dnf -y upgrade http://mirror.bytemark.co.uk/centos/8/BaseOS/x86_64/os/Packages/centos-release-8.0-0.1905.0.9.el8.x86_64.rpm

Extra Packages for Enterprise Linux 7 - x86_64 4.3 MB/s | 16 MB 00:03  
Last metadata expiration check: 0:00:01 ago on Wed 20 Nov 2019 07:58:07 AM EST.
centos-release-8.0-0.1905.0.9.el8.x86_64.rpm 13 kB/s | 26 kB 00:01  
Dependencies resolved.
========================================================================================================================================
 Package Arch Version Repository Size
========================================================================================================================================
Upgrading:
 centos-release x86_64 8.0-0.1905.0.9.el8 @commandline 26 k

Transaction Summary
========================================================================================================================================
Upgrade 1 Package

Total size: 26 k
Downloading Packages:
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
 Preparing: 1/1 
 Upgrading: centos-release-8.0-0.1905.0.9.el8.x86_64 1/2 
 Cleanup : centos-release-7-7.1908.0.el7.centos.x86_64 2/2 
 Verifying : centos-release-8.0-0.1905.0.9.el8.x86_64 1/2 
 Verifying : centos-release-7-7.1908.0.el7.centos.x86_64 2/2

Upgraded:
 centos-release-8.0-0.1905.0.9.el8.x86_64                                               

Complete!
[root@liumiao ~]#

Update the epel repository

The execution log is as follows:

[root@liumiao ~]# dnf -y upgrade https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
Extra Packages for Enterprise Linux 7 - x86_64 578 kB/s | 16 MB 00:28  
CentOS-8 - Base 635 kB/s | 7.9 MB 00:12  
CentOS-8 - Extras 1.7 kB/s | 2.1 kB 00:01  
CentOS-8 - AppStream 1.3 MB/s | 6.3 MB 00:04  
epel-release-latest-8.noarch.rpm 7.7 kB/s | 21 kB 00:02  
Dependencies resolved.
========================================================================================================================================
 Package Arch Version Repository Size
========================================================================================================================================
Upgrading:
 epel-release noarch 8-7.el8 @commandline 21 k

Transaction Summary
========================================================================================================================================
Upgrade 1 Package

Total size: 21 k
Downloading Packages:
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
 Preparing: 1/1 
 Upgrading: epel-release-8-7.el8.noarch 1/2 
 Cleanup: epel-release-7-12.noarch 2/2 
 Verifying : epel-release-8-7.el8.noarch 1/2 
 Verifying : epel-release-7-12.noarch 2/2

Upgraded:
 epel-release-8-7.el8.noarch                                                     

Complete!
[root@liumiao ~]#

At this time, confirm the version information, which has changed

[root@liumiao ~]# cat /etc/redhat-release 
CentOS Linux release 8.0.1905 (Core) 
[root@liumiao ~]# 

Step 4: Remove useless files and the CentOS 7 kernel and install the CentOS 8 kernel

Delete useless temporary files: dnf clean all

The execution log is as follows:

[root@liumiao ~]# dnf clean all
62 files removed
[root@liumiao ~]#

Remove the old kernel of CentOS 7: rpm -e `rpm -q kernel`

The execution log is as follows:

[root@liumiao ~]# rpm -e `rpm -q kernel`
[root@liumiao ~]#

Confirm to delete the conflicting packages

[root@liumiao ~]# rpm -e --nodeps sysvinit-tools
[root@liumiao ~]#

Update CentOS 8 System

[root@liumiao ~]# dnf -y --releasever=8 --allowerasing --setopt=deltarpm=false distro-sync
Extra Packages for Enterprise Linux 8 - x86_64 2.0 MB/s | 3.5 MB 00:01  
CentOS-8 - Base 160 kB/s | 7.9 MB 00:50  
CentOS-8 - AppStream 1.6 MB/s | 6.3 MB 00:03  
CentOS-8 - Extras 950 B/s | 2.1 kB 00:02  
Last metadata expiration check: 0:00:02 ago on Wed 20 Nov 2019 08:09:51 AM EST.
Dependencies resolved.
========================================================================================================================================
 Package Arch Version Repository Size
========================================================================================================================================
Upgrading:
 rpmconf noarch 1.0.20-1.el8 epel 26k
...OmittedRemoved:
 deltarpm-3.6-3.el7.x86_64 libselinux-python-2.5-14.1.el7.x86_64 libxml2-python-2.9.1-6.el7_2.3.x86_64   
 newt-python-0.52.15-4.el7.x86_64 python-2.7.5-86.el7.x86_64 python-chardet-2.2.1-3.el7.noarch     
 python-firewall-0.6.3-2.el7_7.2.noarch python-kitchen-1.1.1-5.el7.noarch python-libs-2.7.5-86.el7.x86_64      
 python-linux-procfs-0.4.11-4.el7.noarch python-schedutils-0.4-6.el7.x86_64 python-slip-0.4.0-4.el7.noarch       
 python-slip-dbus-0.4.0-4.el7.noarch python-urlgrabber-3.10-9.el7.noarch python2-dnf-4.0.9.2-1.el7_6.noarch     
 python2-hawkey-0.22.5-1.el7_6.x86_64 python2-libcomps-0.1.8-12.el7.x86_64 python2-libdnf-0.22.5-1.el7_6.x86_64    
 pyxattr-0.5.1-5.el7.x86_64 rpm-python-4.11.3-40.el7.x86_64 systemd-sysv-219-67.el7_7.2.x86_64    

Complete!
[root@liumiao ~]#

At this time, confirm the kernel status through uname -a, it is still 3.10.

[root@liumiao ~]# uname -a
Linux devops 3.10.0-957.el7.x86_64 #1 SMP Thu Nov 8 23:39:32 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
[root@liumiao ~]# cat /etc/redhat-release 
CentOS Linux release 8.0.1905 (Core) 
[root@liumiao ~]#

Since the previous article has been updated, if you execute dnf -y install kernel-core at this time, it will prompt "already updated". Next, update the related packages of the minimal installation of CentOS 8 by executing the following command:

[root@liumiao ~]# dnf -y groupupdate "Core" "Minimal Install"
Last metadata expiration check: 0:13:34 ago on Wed 20 Nov 2019 08:09:51 AM EST.
Dependencies resolved.
========================================================================================================================================
 Package Arch Version Repository Size
========================================================================================================================================
Installing group/module packages:
 dnf-plugin-spacewalk noarch 2.8.5-11.module_el8.0.0+180+337688dc AppStream 24k
 dnf-plugins-core noarch 4.0.2.2-3.el8 BaseOS 59 k
...omit [root@liumiao ~]#

Step 5: Reboot the system

After restarting, you can confirm that the kernel and version file information have been upgraded to the latest

[root@liumiao ~]# uname -a
Linux devops 4.18.0-80.11.2.el8_0.x86_64 #1 SMP Tue Sep 24 11:32:19 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
[root@liumiao ~]# cat /etc/redhat-release 
CentOS Linux release 8.0.1905 (Core) 
[root@liumiao ~]#

The above is the full content of this article. I hope it will be helpful for everyone’s study. I also hope that everyone will support 123WORDPRESS.COM.

You may also be interested in:
  • Tutorial on upgrading from Centos7 to Centos8 (with pictures and text)
  • CentOS7 upgrade kernel kernel5.0 version
  • How to upgrade CentOS/RHEL minimal installation through yum
  • Linux system Centos7.4 manual online upgrade to Centos7.7

<<:  React passes parameters in several ways

>>:  Vue implements top left and right sliding navigation

Recommend

Analysis of the process of deploying pure HTML files in Tomcat and WebLogic

1. First, the pure HTML file must have an entry i...

Summary of methods for querying MySQL user permissions

Introduce two methods to view MySQL user permissi...

Common problems and solutions during MySQL MGR construction

Table of contents 01 Common Faults 1 02 Common Fa...

express project file directory description and detailed function description

app.js: startup file, or entry file package.json:...

js implements the classic minesweeper game

This article example shares the specific code of ...

React sample code to implement automatic browser refresh

Table of contents What is front-end routing? How ...

How to start a Java program in docker

Create a simple Spring boot web project Use the i...

Vue ElementUI Form form validation

Form validation is one of the most commonly used ...

Detailed steps to install docker in 5 minutes

Installing Docker on CentOS requires the operatin...

How to view the database installation path in MySQL

We can view the installation path of mysql throug...

Detailed installation steps for MySQL 8.0.11

This article shares the installation steps of MyS...

Learn how to use the supervisor watchdog in 3 minutes

Software and hardware environment centos7.6.1810 ...