ruyman

Registered
Dec 18, 2020
2
1
3
Canary Islands
cPanel Access Level
Root Administrator
Besides what @vacancy said, the time a thread has been created isn't related to development time.

I can say that our developers have created an AlmaLinux 9 installer, but there's still some things that aren't quite ready for prime time. I would think by version 112 we'll have some more updates on that OS.
I'm glad to hear that and so I could install Almalinux9 without installing version 8 first.
 

spaceman

Well-Known Member
Mar 25, 2002
518
12
318
It's urgent that cPanel+WHM support Almalinux 9 *asap*

Migrating hosting accounts between past-EOL versions is time consuming, costly, and occasionally risky.

AlmaLinux 8 only has active support until May '24 (just over a year from now), but (mercifully) security support until March '29.

Whereas AlmaLinux 9 has active support until May '27, and security support until May '32

https://wiki.almalinux.org/release-notes/

I need to do a new installation of cPanel+WHM in the next few weeks. I'd massively prefer to install it on a v9 Linux, not v8.

Add your vote here: https://features.cpanel.net/topic/22589-supporting-almalinux-9
 

julissax

Member
Apr 21, 2014
5
3
53
cPanel Access Level
Root Administrator
* A development version for testing only and not for production servers.



#Check release of you new server

[[email protected] home]# cat /etc/*release | head -n1
AlmaLinux release 9.1 (Lime Lynx)

#Change the target cpanel version to edge:

[[email protected] home]# cat <<-EOF> /etc/cpupdate.conf
CPANEL=edge
RPMUP=daily
SARULESUP=daily
STAGING_DIR=/usr/local/cpanel
UPDATES=daily
EOF


#Download cpanel installer
[[email protected] home]# cd /home && curl -o latest -L https://securedownloads.cpanel.net/latest

#Install cPanel
[[email protected] home]# sh latest --experimental-os=almalinux-9.1

#Register the license and check:

[[email protected] home]# /usr/local/cpanel/cpkeyclt
Updating cPanel license...Done. Update succeeded.

#Access to whm (The finish web button to start installation only work if you have the license)
[[email protected] home]# whmlogin
https://myserver.com:2087/cpsessxxxxxxxxxx/login/?session=root%xxxxxxxxxxxxxxxxxxxxacreate_user_session%xxxxxxxxxxxxx



alma9.png