mirror of
https://github.com/cloudpanel-io/cloudpanel-ce.git
synced 2026-04-05 20:31:58 +02:00
MariaDB errors after starting the service #281
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mrtzd on 1/27/2024
CloudPanel version(s) affected
v2.4.1
Description
Here are the logs of maraidb service after start (running on Ubuntu Server 22.04):
I'm using the default configuration on a fresh installation of CloudPanel.
How to reproduce
systemctl restart mariadbsystemctl status mariadbPossible Solution
Ok I've found a possible workaround for this issue. I changed the contents of the
/etc/mysql/debian.cnffile like this:Additional Context
No response