Koha/debian/docs
Magnus Enger 25c932967f Bug 10782 - Add a koha-mysqlcheck script
This patch adds the koha-mysqlcheck script, as a "frontend" for
the mysqlcheck command. It can be used to check the integrity of
database tables, as well as to repair them. See "man mysqlcheck"
for more information.

The script takes a Koha instance name as its only required
parameter. Any other parameters provided before the instance
name are passed directly to mysqlcheck, which means that all
the functionality of mysqlcheck is available through this script.

To test the script:
- Apply the patch, build your own packages and install them, or
- copy koha-mysqlcheck to a server already running off packages

- Run some variations of the command, with and without arguments,
  and check that the output makes sense. E.g.:
    sudo koha-mysqlcheck myinstance
    sudo koha-mysqlcheck -e myinstance # Extended checks
    sudo koha-mysqlcheck -e -v myinstance # Extended checks and verbose
- See "man mysqlcheck" for other relevant options

To test the man page:
- Run these commands and look at the formatted man page:
    $ xsltproc /usr/share/xml/docbook/stylesheet/docbook-xsl/manpages/docbook.xsl \
      debian/docs/koha-mysqlcheck.xml
    $ man -l koha-mysqlcheck.8
- Make sure this test passes:
    $ prove -v xt/verify-debian-docbook.t

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
2014-04-23 12:30:06 +00:00
..
koha-common.xml
koha-create-dirs.xml
koha-create.xml Bug 11509: improve usage information printed by koha-create 2014-01-13 20:52:10 +00:00
koha-disable.xml
koha-dump-defaults.xml
koha-dump.xml
koha-email-disable.xml
koha-email-enable.xml
koha-enable-sip.xml
koha-enable.xml
koha-foreach.xml
koha-list.xml
koha-mysql.xml
koha-mysqlcheck.xml Bug 10782 - Add a koha-mysqlcheck script 2014-04-23 12:30:06 +00:00
koha-rebuild-zebra.xml
koha-remove.xml
koha-reset-passwd.xml
koha-restart-zebra.xml
koha-restore.xml
koha-run-backups.xml
koha-shell.xml
koha-start-sip.xml
koha-start-zebra.xml
koha-stop-sip.xml
koha-stop-zebra.xml
koha-translate.xml Bug 10896: Add a --verbose option to koha-translate 2014-01-13 20:57:04 +00:00
koha-upgrade-schema.xml
koha-upgrade-to-3.4.xml
LEEME.Debian