Bug 26685: Move starman out of debian/control.in and into cpanfile
[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 Community</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><option>--purge-all</option></arg>
29       <arg choice="req" rep="repeat"><replaceable>instancename</replaceable></arg>
30     </cmdsynopsis>
31   </refsynopsisdiv>
32
33   <refsect1><title>Options</title>
34   <variablelist>
35
36     <varlistentry>
37       <term><option>--keep-mysql</option></term>
38       <listitem>
39         <para>Leave the MySQL database and user when removing the Koha instance.</para>
40       </listitem>
41     </varlistentry>
42
43     <varlistentry>
44       <term><option>--purge-all</option></term>
45       <listitem>
46         <para>Removes all instance files in /var/lib/koha and /var/spool/koha.</para>
47       </listitem>
48     </varlistentry>
49
50   </variablelist>
51   </refsect1>
52
53   <refsect1><title>Description</title>
54   <para>Remove a Koha instance.</para>
55   </refsect1>
56
57   <refsect1><title>See also</title>
58   <simplelist type="inline">
59     <member><command>koha-disable(8)</command></member>
60     <member><command>koha-dump(8)</command></member>
61     <member><command>koha-enable(8)</command></member>
62     <member><command>koha-restore(8)</command></member>
63   </simplelist>
64   </refsect1>
65
66 </refentry>
67
68 </article>