Centos7.1升级7.9

配置CentOS-Base.repo

vi /etc/yum.repos.d/CentOS-Base.repo

把CentOS-Base.repo内容替换如下

# CentOS-Base.repo
#
# The mirror system uses the connecting IP address of the client and the
# update status of each mirror to pick mirrors that are updated to and
# geographically close to the client.  You should use this for CentOS updates
# unless you are manually picking other mirrors.
#
# If the mirrorlist= does not work for you, as a fall back you can try the
# remarked out baseurl= line instead.
#
#
[base]
name=CentOS-$releasever - Base
#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os&infra=$infra
baseurl=http://mirrors.163.com/centos/7.9.2009/os/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
#released updates
[updates]
name=CentOS-$releasever - Updates
#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=updates&infra=$infra
baseurl=http://mirrors.163.com/centos/7.9.2009/updates/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
#additional packages that may be useful
[extras]
name=CentOS-$releasever - Extras
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=extras&infra=$infra
#baseurl=http://mirror.centos.org/centos/$releasever/extras/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
#additional packages that extend functionality of existing packages
[centosplus]
name=CentOS-$releasever - Plus
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=centosplus&infra=$infra
#baseurl=http://mirror.centos.org/centos/$releasever/centosplus/$basearch/
gpgcheck=1
enabled=0
gpgkey=
file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-

配置好之后保存退出

:wq

随后执行

yum clean all
yum update --disablerepo=epel 

等待升级完成,之后会自动重启。查看系统版本

 cat /etc/redhat-release

输出为7.9 表示升级成功

CentOS Linux release 7.9.2009 (Core)

栏目概括

//首先,你能看到这个界面,说明我们站还能正常访问。
我们来聊一聊栏目吧//
Linux-写一些常用到的一些有关Linux相关话题
工具资源-暂时概括为软件OR文章//具体进去栏目看
精选活动-发一些各种各样的活动资讯
简约日记-//这个就很随便了,想写的时候随手更新//
黑暗料理-黑料!!!!!//主要写遇到的坑!!!//