|
Lines 25-42
Link Here
|
| 25 |
<cmdsynopsis> |
25 |
<cmdsynopsis> |
| 26 |
<command>koha-remove</command> |
26 |
<command>koha-remove</command> |
| 27 |
<arg><option>--keep-mysql</option></arg> |
27 |
<arg><option>--keep-mysql</option></arg> |
|
|
28 |
<arg><option>--purge-all</option></arg> |
| 28 |
<arg choice="req" rep="repeat"><replaceable>instancename</replaceable></arg> |
29 |
<arg choice="req" rep="repeat"><replaceable>instancename</replaceable></arg> |
| 29 |
</cmdsynopsis> |
30 |
</cmdsynopsis> |
| 30 |
</refsynopsisdiv> |
31 |
</refsynopsisdiv> |
| 31 |
|
32 |
|
| 32 |
<refsect1><title>Options</title> |
33 |
<refsect1><title>Options</title> |
| 33 |
<variablelist> |
34 |
<variablelist> |
|
|
35 |
|
| 34 |
<varlistentry> |
36 |
<varlistentry> |
| 35 |
<term><option>--keep-mysql</option></term> |
37 |
<term><option>--keep-mysql</option></term> |
| 36 |
<listitem> |
38 |
<listitem> |
| 37 |
<para>Leave the MySQL database and user when removing the Koha instance.</para> |
39 |
<para>Leave the MySQL database and user when removing the Koha instance.</para> |
| 38 |
</listitem> |
40 |
</listitem> |
| 39 |
</varlistentry> |
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 |
|
| 40 |
</variablelist> |
50 |
</variablelist> |
| 41 |
</refsect1> |
51 |
</refsect1> |
| 42 |
|
52 |
|
| 43 |
- |
|
|