https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26947
--- Comment #25 from Nick Clemens <[email protected]> --- (In reply to Jonathan Druart from comment #24) > Nick, Martin, what is your opinion about koha-dump vs the bash alias? > > Or even a simple bash script in misc/devel that would generate it? > > I think the following line is more simple and maintainable than tweaking > koha-dump > > mysqldump --no-create-db --no-data --host=db --user=koha_kohadev > --password=password koha_kohadev The reason I like koha-dump is that it allows for easy dumping of the existing database for comparison - it provides a tool that is the same used during releasing An alias/script can do the same, but isn't quite as easy I think. What is the argument against koha-dump? -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
