cloudpanel-io/cloudpanel-ce

cloudpanel with marriadb installation error

Closed this issue · 2 comments

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

Hey!

Can you try next:

1. sudo apt install mysql-client -y
2. sudo dpkg --configure -a

If it fails again paste output of next command:

cat /var/log/cloudpanel/install.log | less

Cannot be reproduced. Worked well in all of our tests.