DracoBlue 12.3.3 12th May 2025 Fixed Redis status persisted on website migration. Ioncube status persisted on website migration. Package setting for automatic installation of WooCommerce now working. WP plugin list tolerates boolean “update” parameter in json plugin listing from wp-cli. File manager text editor now functional in RTL locales. Enhanced Primary domain now appear at the top of the domain selector when creating a new email address. In file manager, files with non-utf8 encoded filenames no longer cause a fatal error, instead any invalid characters are displayed as �. appcd-cli list-websites now returns JSON output. Hebrew language improvements. A more informative error is given when a reseller or master organisation has no phpMyAdmin domain configured. Custom CORS feature now permits multiple origins. Openlitespeed is now explicitly restarted after installation to pick up Enhance systemd override drop-in. Openlitespeed is now explicitly uninstalled when changing to another web server type. WordPress auto discovery tolerates longer database names from imported websites. Added port 587 to email client config guidance.
Adam 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: rm /var/lib/apt/lists/*mariadb* apt update apt upgrade
cPFence 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
btraill Adam Thank you for this -- I had three servers with mariadb repo issues. This solved it for me.
bocagua 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*
SystemFreaks @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