[Bug 12374] New: Feature request: add koha-mqsqldump script, analagous to koha-mysql
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12374 Bug ID: 12374 Summary: Feature request: add koha-mqsqldump script, analagous to koha-mysql Change sponsored?: --- Product: Koha Version: 3.14 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Command-line Utilities Assignee: gmcharlt@gmail.com Reporter: barton@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org The command debian/scripts/koha-mysql is used to execute mysql on a given site without entering sql credentials, but if a database dump is required, there is not analogous tool available. It would be trivial to copy koha-mysql to koha-mysqldump and call mysqldump instead. See notes in bug 12372 about passing arguments into such a script. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12374 Magnus Enger <magnus@enger.priv.no> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |magnus@enger.priv.no --- Comment #1 from Magnus Enger <magnus@enger.priv.no> --- We already have the koha-dump script, which creates two files, one mysqldump and one .tar.gz file containing some config and log files, in the /var/spool/koha/<instancename> dir. Perhaps it could be an option to extend this script with a couple more options, to make it possible to: - not dump the configs and logs - place the mysqldump in a given dir -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12374 Barton Chittenden <barton@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|3.14 |master -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org