Recent Posts

Pages: 1 2 3 [4] 5 6 ... 10
31
MySQL / Re: Mariadb 10.5.x Support has Expired - How to Upgrade Manually ?
« Last post by Andrew C on September 10, 2025, 09:08:36 AM »
The output from mariadb --version is
mariadb from 11.4.8-MariaDB, client 15.2 for Linux (x86_64) using  EditLine wrapper

Therefore the CWP dashboard, bottom left is reporting the client version 15.2 and not the mariadb version 11.4.8

Is that a bug or is it by design ?

Thanks.
32
MySQL / Re: Mariadb 10.5.x Support has Expired - How to Upgrade Manually ?
« Last post by Starburst on September 10, 2025, 08:16:26 AM »
That is correct, in MariaDB 11.x they changed the line to show the whole DB version.

To check from the CLI:
Code: [Select]
mariadb --version
33
PHP / 0.9.8.1215
« Last post by Starburst on September 10, 2025, 07:55:22 AM »
The update today for 0.9.8.1215 has the PHP updates to current version, as of 2025-09-10

With the exception of 8.4.x, which has to be done manually, and carefully due to retired packages of some add-ons.

PHP 8.3 jumps from 8.3.21 directly to the latest 8.3.25.
34
MySQL / Re: Mariadb 10.5.x Support has Expired - How to Upgrade Manually ?
« Last post by Andrew C on September 10, 2025, 06:43:59 AM »
The web apps I'm running recommended mariadb 11.4 over 10.11 so I decided to go with 11.4.

I followed the instructions step by step and it installed fine - no observable errors so far.

All websites appear to be running normally but noticeably faster on the same hardware which is a bonus.

The only thing I have observed is that on the CWP dashboard the database is now reporting 15.2 and not 11.4. Whereas it was reporting 10.5.x before the upgrade. Do you observe the same thing on your servers ?

However the web apps correctly identify mariadb 11.4 and they appear to be working normally.

Thanks to everyone for your help.
35
MySQL / Re: Mariadb 10.5.x Support has Expired - How to Upgrade Manually ?
« Last post by overseer on September 10, 2025, 12:57:49 AM »
And just to reassure you, Sandeep over at AlphaGNU is a CWP developer, so he is offering you good advice if you choose the 10.11.x upgrade. As he confirms at the beginning of his guide, you are simply removing the MariaDB server & client applications, not your DB info. So you should only be facing 2-5 min of total downtime with your sites as you execute the upgrade process.
36
CentOS-WebPanel Bugs / Re: yum/rpm updates not getting updated
« Last post by Starburst on September 09, 2025, 08:55:38 PM »
On a production server, I usually only keep 2-3 kernels (usually 2 -- I am stingy).

I use to keep 3, but depending on the size of /boot, 3-4 seems to be the sweet spot.

(At least that's what she said)...
37
MySQL / Re: Mariadb 10.5.x Support has Expired - How to Upgrade Manually ?
« Last post by Starburst on September 09, 2025, 01:05:46 PM »
Just FOLLOW that guide Step By Step, and do NOT deviate from it, and you will be fine.

Nothing else needs to be done.

If you start deviating from it, then all hell will break loose, and you will corrupt your server.

That being said, you should always make a snapshot/backup of your server BEFORE any upgrades.
38
MySQL / Re: Mariadb 10.5.x Support has Expired - How to Upgrade Manually ?
« Last post by Andrew C on September 09, 2025, 12:41:16 PM »

Thanks for the mariadb upgrade instructions.

The first step is to remove the old version of the mariadb.

Before doing that surely the running websites on the cwp server need shutting down somehow etc... ? How can that be done easily ?

Or do you just follow the instructions step by step and remove mariadb with the website running ? That does not seem to be a safe way to proceed ?

Thanks.
39
CentOS-WebPanel Bugs / Re: yum/rpm updates not getting updated
« Last post by overseer on September 08, 2025, 09:01:13 PM »
On a production server, I usually only keep 2-3 kernels (usually 2 -- I am stingy).
40
CentOS-WebPanel Bugs / Re: yum/rpm updates not getting updated
« Last post by Starburst on September 08, 2025, 07:01:34 PM »
The /boot is usually filled with too many Kernel versions.

Simple way to clean that partition up is with:
Code: [Select]
dnf remove --oldinstallonly --setopt installonly_limit=5 kernel
The above example will limit it to the current and 4 past kernels.
Pages: 1 2 3 [4] 5 6 ... 10