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

--- Comment #21 from Jonathan Druart <[email protected]> 
---
(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.
_______________________________________________
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/

Reply via email to