helm icon indicating copy to clipboard operation
helm copied to clipboard

fix(jobs): replaced deprecated command argument `--no-mariadb-socket` by the recommanded `--mariadb-user-host-login-scope='%'` (wildcard)

Open fjudith opened this issue 2 weeks ago • 0 comments

Please provide enough information so that others can review your pull request:

Explain the details for making this change. What existing problem does the pull request solve?

The create-site uses the deprecated --no-mariadb-socket command line argument. Using the recommended --mariadb-user-host-login-scope='%' has been tested successfully

error message: --no-mariadb-socket is DEPRECATED; use --mariadb-user-host-login-scope='%' (wildcard) or --mariadb-user-host-login-scope=, instead. The name of this option was misleading: it had nothing to do with sockets.

fjudith avatar Dec 16 '25 05:12 fjudith