Author Topic: Alma Linux 8 installation DB error (Solution)  (Read 311 times)

0 Members and 4 Guests are viewing this topic.

Offline
*
Alma Linux 8 installation DB error (Solution)
« on: February 11, 2025, 10:38:29 AM »
1. Make a clean Alma8 installation,
2. hostnamectl set-hostname srv.example.com
3. yum install epel-release -y
4. yum -y install wget
5. yum -y update
6. reboot
7. cd /usr/local/src
8. wget http://centos-webpanel.com/cwp-el8-latest
Now we make the following change, otherwise you will continue to have problems :)
9. nano cwp-el8-latest
Change line 148 and onwards as follows.
[mariadb]
name = MariaDB
baseurl = https://yum.mariadb.org/10.11/rhel8-amd64
gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDB
gpgcheck=1
enabled=1
sslverify=False
module_hotfixes=1
10. Ctrl+x and y
11. sh cwp-el8-latest
That's all...

Offline
***
Re: Alma Linux 8 installation DB error (Solution)
« Reply #1 on: February 12, 2025, 10:53:30 AM »
It isn't 100% correct.

In case Almalinux 8 the line:
baseurl = https://yum.mariadb.org/10.11/rhel8-amd64

must be:
baseurl = https://yum.mariadb.org/10.11/almalinux8-amd64

for RockyLinux 8:
baseurl = https://yum.mariadb.org/10.11/rockylinux8-amd64


Offline
*
Re: Alma Linux 8 installation DB error (Solution)
« Reply #2 on: February 13, 2025, 08:53:25 AM »

Offline
**
Re: Alma Linux 8 installation DB error (Solution)
« Reply #3 on: February 13, 2025, 08:21:05 PM »
Great threat this.

But with all my respect, I prefered like indicate cyberspace, every distro with her repo, betwen are the same...

Regards

Offline
*
Re: Alma Linux 8 installation DB error (Solution)
« Reply #4 on: February 13, 2025, 09:45:52 PM »
Newbie alert:

I am currently having issues on my new vps server with contabo. I selected Almalinux 9 and now I am having issues in CWP. First issue is that CWP users are not able to login...always says "Failed" even with correct credentials.

As per your explanation, contabo does not offer Alma linux 8 out of the box, can you please let me know how to install this I think via "Custom Images" which they offer?

Any help would be greatly appreciated. Thanks

Offline
*****
Re: Alma Linux 8 installation DB error (Solution)
« Reply #5 on: February 14, 2025, 03:19:33 AM »
This has been covered -- did you search the forum?

Offline
**
Re: Alma Linux 8 installation DB error (Solution)
« Reply #6 on: February 14, 2025, 07:12:23 AM »
Newbie alert:

I am currently having issues on my new vps server with contabo. I selected Almalinux 9 and now I am having issues in CWP. First issue is that CWP users are not able to login...always says "Failed" even with correct credentials.

As per your explanation, contabo does not offer Alma linux 8 out of the box, can you please let me know how to install this I think via "Custom Images" which they offer?

Any help would be greatly appreciated. Thanks

As they say, it is discussed in the forum, this is an off topic, the subject has nothing to do with the topic, anyway, I count, select cloud init and you will be able to install almalinux 8

Offline
*
Re: Alma Linux 8 installation DB error (Solution)
« Reply #7 on: February 14, 2025, 09:37:00 AM »
Newbie alert:

I am currently having issues on my new vps server with contabo. I selected Almalinux 9 and now I am having issues in CWP. First issue is that CWP users are not able to login...always says "Failed" even with correct credentials.

As per your explanation, contabo does not offer Alma linux 8 out of the box, can you please let me know how to install this I think via "Custom Images" which they offer?

Any help would be greatly appreciated. Thanks

As they say, it is discussed in the forum, this is an off topic, the subject has nothing to do with the topic, anyway, I count, select cloud init and you will be able to install almalinux 8

Yeah, Sorry about that. I've searched and found the relevant topic and solution. Will make research from now on before posting.

Offline
*
Re: Alma Linux 8 installation DB error (Solution)
« Reply #8 on: February 14, 2025, 10:22:51 PM »
Now we make the following change, otherwise you will continue to have problems :)
9. nano cwp-el8-latest
Change line 148 and onwards as follows.
[mariadb]
name = MariaDB
baseurl = https://yum.mariadb.org/10.11/rhel8-amd64
gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDB
gpgcheck=1
enabled=1
sslverify=False
module_hotfixes=1

Thank you for posting this.  I only wish I had found it before I did a fresh install and moved all my websites to the new server just a few weeks ago.

Moving to MariaDB 10.11 on a working server has proven to be a real headache.

Offline
**
Re: Alma Linux 8 installation DB error (Solution)
« Reply #9 on: February 15, 2025, 09:36:42 PM »

Yeah, Sorry about that. I've searched and found the relevant topic and solution. Will make research from now on before posting.
No problem, this is what the forum is for, to ask questions and help each other.