hestiacp / hestiacp

Hestia Control Panel | A lightweight and powerful control panel for the modern web.
https://hestiacp.com
GNU General Public License v3.0
3.4k stars 680 forks source link

[Bug] The installation command generator confuses options for MySQL8 and MariaDB #3567

Open andr11b opened 1 year ago

andr11b commented 1 year ago

Describe the bug

An error is related to the web site.. On the Install page if you choose MariaDB, the suggested parameters will be such that Mysql8 will be installed: --mysql yes --mysql-classic no. And vice versa.

Tell us how to replicate the bug

Open Install page, select Install MariaDB or Install Mysql8 and press submit

Which components are affected by this bug?

Control Panel Installation or Upgrade

Hestia Control Panel Version

1.7.6

Operating system

Ubuntu 22.04

Log capture

No response

jaapmarcus commented 1 year ago

--mysql = MariaDB

--mysql-classic = Mysql8

We should change it to --mysql8 instead

ghost commented 1 year ago

Likely related: https://github.com/hestiacp/hestiacp/issues/3772