[Koha-bugs] [Bug 26947] kohastructure.sql should be updated for each release

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Nov 19 11:59:08 CET 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26947

--- Comment #21 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
(In reply to Jonathan Druart from comment #4)
> (In reply to Jonathan Druart from comment #2)
> > Should not we have a bash function in ktd instead? Or a dev script in
> > misc/devel?
> 
> function update_kohastructure {
>     mysqldump --databases -d --host=db --user=koha_kohadev
> --password=password koha_kohadev > installer/data/mysql/kohastructure.sql
> }

This one is better, but still not perfect:
mysqldump --no-create-db --no-data --host=db --user=koha_kohadev
--password=password koha_kohadev > installer/data/mysql/kohastructure.sql

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list