Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Error with MariaDB 11.0 during install or use #3318

Closed
jaapmarcus opened this issue Mar 1, 2023 · 1 comment · Fixed by #3465
Closed

[Bug] Error with MariaDB 11.0 during install or use #3318

jaapmarcus opened this issue Mar 1, 2023 · 1 comment · Fixed by #3465
Labels
bug Something isn't working database Issues related to database components installer Issues related to product installation

Comments

@jaapmarcus
Copy link
Member

Describe the bug

mysql: Deprecated program name. It will be removed in a future release, use '/usr/bin/mariadb' instead

Tell us how to replicate the bug

Install Hestia with MariaDB 11.0 currently in RC

Which components are affected by this bug?

Control Panel Installation or Upgrade, Database (MariaDB, MySQL, PostgreSQL)

Hestia Control Panel Version

1.7.0

Operating system

N/A

Log capture

mysql: Deprecated program name. It will be removed in a future release, use '/usr/bin/mariadb' instead
@jaapmarcus jaapmarcus added the bug Something isn't working label Mar 1, 2023
@jakobbouchard jakobbouchard added database Issues related to database components installer Issues related to product installation labels Mar 7, 2023
@jaapmarcus jaapmarcus linked a pull request Apr 13, 2023 that will close this issue
jaapmarcus added a commit that referenced this issue Apr 13, 2023
mysql: Deprecated program name. It will be removed in a future release, use '/usr/bin/mariadb' instead

Fix some more locations

Clean up version check v-list-sys-services

From 10.4 and up it works fine...

10.4 and lower didn't work

Fix check
jaapmarcus added a commit that referenced this issue Apr 15, 2023
mysql: Deprecated program name. It will be removed in a future release, use '/usr/bin/mariadb' instead

Fix some more locations

Clean up version check v-list-sys-services

From 10.4 and up it works fine...

10.4 and lower didn't work

Fix check
@helio-cg
Copy link

Several failed attempts to install the panel on the Deian 11 server. MariaDB would not start.

I suggest adding command below if for some reason MariaDB doesn't start. The error blocks the continuation of the installation.

solution: chown -R mysql: /var/lib/mysql

jaapmarcus added a commit that referenced this issue Apr 28, 2023
* #3318 Remove: decrepitation warning MariaDB

mysql: Deprecated program name. It will be removed in a future release, use '/usr/bin/mariadb' instead

Fix some more locations

Clean up version check v-list-sys-services

From 10.4 and up it works fine...

10.4 and lower didn't work

Fix check

* Add php8.1 test
AlecRust added a commit that referenced this issue Apr 28, 2023
* main:
  Refactor JS (#3508)
  #3318 Remove: decrepitation warning MariaDB (#3465)
  Kill OpenSSL server if its already running before validating SSL certificate (#3505)

# Conflicts:
#	web/js/dist/main.min.js
#	web/js/dist/main.min.js.map
#	web/templates/pages/edit_web.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working database Issues related to database components installer Issues related to product installation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants