[Koha-bugs] [Bug 14533] koha-create --use-db option shouldn't create any db or db user

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Aug 7 16:41:45 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14533

--- Comment #2 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
(In reply to Yarik Dot from comment #1)
> Created attachment 41424 [details] [review]
> Patch - remove CREATE USER when koha-create --use-db
> 
> Please, check the attachment.

I think the behaviour should be:

- If the user passes DB parameters (user, pass, hostname, dbname), use them to
configure the instance. This needs more parameters to be added to koha-create.
hostname should default to 'localhost' if ommited.
- If some of the new parameters is missing, fallback to what is configured in
/etc/koha/passwd.
- If some of the relevant parameters is missing, fail loudly.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list