19 Nov
2020
19 Nov
'20
11:59 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26947 --- Comment #21 from Jonathan Druart <jonathan.druart@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.