Hey, when installing Koha I need it to use existing remote MariaDB database instance with defined access data, e.g.: - database host: mydb - database user: myuser - database user-password: passwd In the documentation I found I should use command koha-create --request-db <lib-name> ... for that but I miss some example. For that command there are options --dbhost which really modified generated .txt file. But I don't know, how to set password. Koha still generates password randomly I need to force my password. Setting --adminuser didn't changed username in request .txt file. Password could be possible to change using --passwdfile but it's not described which format of passwdfile is expected. Thanks
Please consider asking your questions on the mailing list - I think people will be able to help you there.
Josef, this section of the wiki should answer your question: https://wiki.koha-community.org/wiki/Install_and_Setup_Koha_to_use_Git_on_a_Development_Server#Appendix_A