mirror of
https://github.com/cloudpanel-io/cloudpanel-ce.git
synced 2026-04-05 20:31:58 +02:00
Cloudpanel mariadb 11.4 installation error #146
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 @ajmakoni on 12/31/2024
CloudPanel version(s) affected
2.5.0
Description
Good day,
I have made about 10 attempts over a period of 3 weeks to install cloudpanel with mariadb 11.4 as per instructions but each installation failed with the following error: /var/lib/dpkg/info/cloudpanel.postinst: 113: mysqladmin: not found
Please note that this setup error only affects mariadb 11.4 installation. Mysql setup works as expected eachtime.
I have attached a screenshot of the installation

How to reproduce
Install ubuntu Ubuntu 24.04.1 LTS and update packages. then run: ```
curl -sS https://installer.cloudpanel.io/ce/v2/install.sh -o install.sh;
echo "a3ba69a8102345127b4ae0e28cfe89daca675cbc63cd39225133cdd2fa02ad36 install.sh" |
sha256sum -c && sudo DB_ENGINE=MARIADB_11.4 bash install.sh