Cara Migrasi dari Centos 8 ke Almalinux untuk Pemula


yubyanime

Beginner 1.0
Seperti yang sudah saya bahas di artikel sebelum nya mengenai End of Lifetime (EOL) from Centos , Masa hidup Centos 8 akan berakhir 31 desember 2021 . 3 bulan Lagi akan berakhir .


Jadi jika sistem anda sudah terlanjur menggunakan Centos 8 . Maka anda harus segera mengupgrade nya atau migrasi ke Almalinux.


Cara Migrasi dari Centos 8 ke Almalinux

  • Update Centos 8
dnf update
dnf upgrade

  • Download deploy script almalinux
curl -O https://raw.githubusercontent.com/AlmaLinux/almalinux-deploy/master/almalinux-deploy.sh

  • Ubah permission file
chmod a+x almalinux-deploy.sh

  • Running Script
./almalinux-deploy.sh

atau



sudo bash almalinux-deploy.sh

  • Tunggu proses nya
Check root privileges OK
Check Secure Boot disabled OK
Check centos-8.x86_64 is supported OK
Download RPM-GPG-KEY-AlmaLinux OK
Import RPM-GPG-KEY-AlmaLinux to RPM DB OK
Download almalinux-release package OK
Verify almalinux-release package OK
Remove centos-linux-release package OK
Remove centos-gpg-keys package OK
Remove centos-linux-repos package OK
Verifying... ################################# [100%]
Preparing... ################################# [100%]
Updating / installing...
1:almalinux-release-8.3-4.el8 ################################# [100%]
Install almalinux-release package OK
Remove centos-logos package OK
.
.
.
Run dnf distro-sync -y OK
Generating grub configuration file ...
done

Migration to AlmaLinux is completed

  • Jika sudah selesai silahkan syncronkan package
dnf distro-sync -y

  • Reboot server
reboot
 
Last edited by a moderator:

XXIKU.COM

Hosting Guru
CentOS 7 masih menunggu kereta
 

lordi

Apprentice 1.0
Sudah make beberapa bulan nih almalinux, nice lah so far
tapi karena sebelum e make Centos 6.10 yang dah uzur, terpaksa install ulang :26:
kalo dari Almalinux 8.x ke yang versi 9 apakah suatu saat ada script upgradenya ya?
sampe sekarang diterawang belum nemu-nemu
 

Top