mirror of
https://github.com/cloudpanel-io/cloudpanel-ce.git
synced 2026-04-05 20:31:58 +02:00
cloudpanel with marriadb installation error #170
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 10/31/2024
CloudPanel version(s) affected
current version
Description
Good day,

Eachtime I try to install cloudpanel with marriadb, installation fails with this error: /var/lib/dpkg/info/cloudpanel.postinst: 113: mysqladmin: not found
However, the same installation but with MySQL database instead of marriadb works without a problem
I have attached a screenshot of the installation
How to reproduce
Installation is been done on ubuntu 24.04
I run this script:
curl -sS https://installer.cloudpanel.io/ce/v2/install.sh -o install.sh;
echo "2aefee646f988877a31198e0d84ed30e2ef7a454857b606608a1f0b8eb6ec6b6 install.sh" |
sha256sum -c && sudo DB_ENGINE=MARIADB_10.11 bash install.sh
Possible Solution
No response
Additional Context
No response