| Summary: | koha-create does not default to --create-db | ||
|---|---|---|---|
| Product: | Koha | Reporter: | C.J.S. Hayward <CJSH> |
| Component: | Command-line Utilities | Assignee: | Bugs List <koha-bugs> |
| Status: | NEW --- | QA Contact: | Testopia <testopia> |
| Severity: | normal | ||
| Priority: | P4 | CC: | dcook, robin, schodkowy.omegi-0r |
| Version: | 17.05 | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Crowdfunding goal: | 0 |
| Patch complexity: | --- | Documentation contact: | |
| Documentation submission: | Text to go in the release notes: | ||
| Version(s) released in: | Circulation function: | ||
|
Description
C.J.S. Hayward
2017-07-25 20:26:00 UTC
I had this same issue... I had to specify "koha-create --create-db library" rather than "koha-create library" as I was getting the following error message with the latter command: 'failed to load external entity "/etc/koha/sites/library/koha-conf.xml"' I'm raising the priority a little. It's not a good first impression for Koha if someone installing it is immediately gonna come across this bug if they don't fully copy-paste the install command from wiki. The problem is, running just koha-create to see its help shows: ``` DB usage mode: --create-db Create a new database on localhost. (default). ``` People assume it doesn't need to be specified then and may easily run into the problem. |