How to upgrade centos

Release: 2020-03-25 14:49:29
Original
2351 people have browsed it

How to upgrade centos

1. Check the system version

$ cat /etc/redhat-release
CentOS Linux release 7.1.1503 (Core)
Copy after login

2. Back up important data (such as /etc, /var,/opt).

If centos is installed on a virtual machine, you can use snapshots for backup. For example, VMware virtual machines can be backed up by snapshots. Of course, the more luxurious thing is to back up the entire virtual machine. It can also back up important program data, such as MySQL, Appache, Nginx, DNS, etc.

Recommended tutorial: centos usage tutorial

3. Run the yum command to upgrade

$ sudo yum clean all
$ sudo yum update
Copy after login

4. Restart the system

$ sudo reboot
Copy after login

5. Check the current system version

$ cat /etc/redhat-release
CentOS Linux release 7.3.1611 (Core)
Copy after login

Recommended related video tutorials: linux video tutorial

The above is the detailed content of How to upgrade centos. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template