Merge remote-tracking branch 'origin/new/bug_8623'
[koha.git] / debian / docs / koha-remove.xml
1 <article xmlns='http://docbook.org/ns/docbook'>
2 <title>koha-remove</title>
3 <info>
4 <productname>Koha</productname> is the first free software library automation package.
5 <author>
6   <orgname>The Koha Communnity</orgname>
7   <uri>http://koha-community.org/</uri>
8 </author>
9 </info>
10
11 <refentry xml:id="koha-remove">
12
13   <refmeta>
14     <refentrytitle>koha-remove</refentrytitle>
15     <manvolnum>8</manvolnum>
16   </refmeta>
17
18   <refnamediv>
19     <refname>koha-remove</refname>
20     <refpurpose>Remove a Koha instance.</refpurpose>
21     <refclass>UNIX/Linux</refclass>
22   </refnamediv>
23
24   <refsynopsisdiv>
25     <cmdsynopsis>
26       <command>koha-remove</command>
27       <arg><option>--keep-mysql</option></arg>
28       <arg choice="req" rep="repeat"><replaceable>instancename</replaceable></arg>
29     </cmdsynopsis>
30   </refsynopsisdiv>
31
32   <refsect1><title>Options</title>
33   <variablelist>
34     <varlistentry>
35       <term><option>--keep-mysql</option></term>
36       <listitem>
37         <para>Leave the MySQL database and user when removing the Koha instance.</para>
38       </listitem>
39     </varlistentry>
40   </variablelist>
41   </refsect1>
42
43   <refsect1><title>Description</title>
44   <para>Remove a Koha instance.</para>
45   </refsect1>
46
47   <refsect1><title>See also</title>
48   <simplelist type="inline">
49     <member><command>koha-disable(8)</command></member>
50     <member><command>koha-dump(8)</command></member>
51     <member><command>koha-enable(8)</command></member>
52     <member><command>koha-restore(8)</command></member>
53   </simplelist>
54   </refsect1>
55
56 </refentry>
57
58 </article>