Bugzilla – Attachment 65922 Details for
Bug 9409
koha-create --request-db should be able to accept a dbhost option
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 9409: (QA followup) Add --dbhost help to koha-create man page
Bug-9409-QA-followup-Add---dbhost-help-to-koha-cre.patch (text/plain), 2.17 KB, created by
Tomás Cohen Arazi (tcohen)
on 2017-08-11 18:09:40 UTC
(
hide
)
Description:
Bug 9409: (QA followup) Add --dbhost help to koha-create man page
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2017-08-11 18:09:40 UTC
Size:
2.17 KB
patch
obsolete
>From ce9ce3155771bec0330d23be4644f0c2d0a600db Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Fri, 11 Aug 2017 15:09:00 -0300 >Subject: [PATCH] Bug 9409: (QA followup) Add --dbhost help to koha-create man > page > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > debian/docs/koha-create.xml | 10 +++++++++- > 1 file changed, 9 insertions(+), 1 deletion(-) > >diff --git a/debian/docs/koha-create.xml b/debian/docs/koha-create.xml >index aad649a..47b4a00 100644 >--- a/debian/docs/koha-create.xml >+++ b/debian/docs/koha-create.xml >@@ -35,6 +35,7 @@ > <arg><option>--defaultsql</option> /path/to/some.sql</arg> > <arg><option>--configfile</option> /path/to/config</arg> > <arg><option>--passwdfile</option> /path/to/passwd</arg> >+ <arg><option>--dbhost</option> host</arg> > <arg><option>--database</option> database</arg> > <arg><option>--adminuser</option> n</arg> > <arg><option>--enable-sru</option></arg> >@@ -93,6 +94,13 @@ > </varlistentry> > > <varlistentry> >+ <term><option>--dbhost</option></term> >+ <listitem> >+ <para>Database server hostname/IP to use.</para> >+ </listitem> >+ </varlistentry> >+ >+ <varlistentry> > <term><option>--defaultsql</option></term> > <listitem> > <para>Path to an SQL-file other than the one pointed to in the default or alternative config file. Corresponds to the DEFAULTSQL config file variable.</para> >@@ -330,7 +338,7 @@ > <varlistentry> > <term><option><filename>/etc/koha/passwd</filename></option></term> > <listitem> >- <para>Pre-selected database credentials are read from this file, if it exists. The format for this file is instancename:username:passwd:database. Database is optional, but the other three are required if you want to use pre-determined database user credentials.</para> >+ <para>Pre-selected database credentials are read from this file, if it exists. The format for this file is instancename:username:passwd:database:dbhost. Database is optional, but the other three are required if you want to use pre-determined database user credentials.</para> > </listitem> > </varlistentry> > </variablelist> >-- >2.7.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 9409
:
64560
|
64760
|
65166
| 65922