12.3.3 12th May 2025
Fixed
Enhanced
If anyone has problems with apt upgrade due to issues with the mariadb repository, we think this is due to them pulling the latest 11.4.6 release. To fix it, you can try:
apt upgrade
11.4.6
rm /var/lib/apt/lists/*mariadb* apt update apt upgrade
Adam
Didn’t help in our case, we had to hold the MariaDB packages to let the upgrade process go through:
apt-mark hold mariadb-server mariadb-client mariadb-common mariadb-server-core mariadb-client-core mariadb-server-compat mariadb-client-compat galera-4 libmariadb3 mysql-common
Adam Thank you for this -- I had three servers with mariadb repo issues. This solved it for me.
cPFence we had to do the same 👍
Joomla auto installer coming 😊
Congratulations for the update. Nice to see things moving faster.
It went smoothly without any problems.
Enhance is the best control panel I've used over 20 years in hosting industry!
Glad to see more frequent and more useful updates, great work 🙂
My update task in Ansible had failed and I solved it by adding this task previously.
tasks: - name: Remove MariaDB apt list files shell: rm /var/lib/apt/lists/*mariadb*
Redis status persisted on website migration.
Fantastic, this has cought me out so many times!
12.4.0 released. We have upgraded, no issues aside from mariadb noted above.
@Adam Since the maria DB issue seems to be common i suggest you mention it on the release notes, i haven't upgraded yet, but i will not this post for when the time comes
I upgraded all my servers (11) with no issues.