CentOS 7无痛迁移 TencentOS Server 

1、背景

Centos7计划2024年06月30日停止维护,本服务器用了腾讯云,查一下了,腾讯云推出了迁移服务,体验了一下 简直无痛迁移,几条命了搞定
参考资料:https://cloud.tencent.com/document/product/213/70900

迁移前还是得做好数据备份,系统镜像快照的操作,以防不测
迁移说明官方文档也说明了,系统资源注意下

2、系统资源要求

  • 空闲内存大于500MB。
  • 系统盘剩余空间大于10GB。
  • 若/boot挂载分区,该分区空间需要大于500MB。

3、迁移操作

3.1、下载迁移工具

wget https://mirrors.cloud.tencent.com/tencentos/2.4/tlinux/x86_64/RPMS/migrate2tencentos-1.07-6.tl2.x86_64.rpm

3.2、安装迁移工具

rpm -ivh migrate2tencentos-1.07-6.tl2.x86_64.rpm

3.3、开始迁移

迁移方式分为两种,全量迁移和minimal 软件组迁移,二选一即可
全量:
/usr/local/bin/EasyMigration -d remote -k
或者
minimal 软件组迁移:
/usr/local/bin/EasyMigration -d remote -k -g minimal

3.4完成迁移

完成之后会有如下提示

2024-06-22 15:07:56 INFO: Migration Switch complete. TencentOS recommends rebooting this system.
2024-06-22 15:07:57 INFO: *** the generalize of the migration:
2024-06-22 15:07:57 INFO: *** the number of packages migrated: 707
2024-06-22 15:07:57 INFO: *** the number of packages retained: 61
2024-06-22 15:07:57 INFO: *** the number of packages missed in yum of tencentos: 4
2024-06-22 15:07:57 INFO: *** End ***

然后重启系统就完成了

cat /etc/os-release

NAME="TencentOS Server"
VERSION="2.4"
ID="tencentos"
ID_LIKE="rhel fedora centos tlinux"
VERSION_ID="2.4"
PRETTY_NAME="TencentOS Server 2.4"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:tencentos:tencentos:2"
HOME_URL="https://cloud.tencent.com/product/ts"
Momostudent
Momostudent
因为喜欢所以折腾。。。