We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Note: I'm using the frappe 14 I tried to run the below command to create a site but im getting a error no such option: --mariadb-user-host-login-scope
no such option: --mariadb-user-host-login-scope
frappe@dc4e0525d0ba:/workspace/development/frappe-bench$ bench new-site --db-root-password 123 --admin-password admin --mariadb-user-host-login-scope=% dev.localhost Usage: bench new-site [OPTIONS] SITE Try 'bench new-site --help' for help. Error: no such option: --mariadb-user-host-login-scope
I used the below command previous Commit
I'ts worked for me.
bench new-site --mariadb-root-password 123 --admin-password admin --no-mariadb-socket development.localhost
If the changes for specifically for version 15 please kindly create a separate branch like version-14 or version-15.
The text was updated successfully, but these errors were encountered:
v15 onwards the --mariadb-user-host-login-scope param is available. Before that use --no-mariadb-socket
--mariadb-user-host-login-scope
--no-mariadb-socket
Sorry, something went wrong.
No branches or pull requests
Note: I'm using the frappe 14 I tried to run the below command to create a site but im getting a error
no such option: --mariadb-user-host-login-scope
I used the below command previous Commit
I'ts worked for me.
If the changes for specifically for version 15 please kindly create a separate branch like version-14 or version-15.
The text was updated successfully, but these errors were encountered: