cloudpanel with marriadb installation error #170

Closed
opened 2026-04-05 20:25:38 +02:00 by MrUnknownDE · 0 comments
Owner

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
image

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

*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 ![image](https://github.com/user-attachments/assets/5c2390b8-8174-443b-827f-34ce7d212dd2) ### 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_
Sign in to join this conversation.