https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26947 --- Comment #1 from Nick Clemens <nick@bywatersolutions.com> --- Created attachment 113603 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=113603&action=edit Bug 26947: Add scheam-only option to koha-dump This patch adds a new --schema-only optoin to the koha-dump script. This can be used to generate a new kohastructure.sql file during the release, and later to compare the DB structure of a koha instance to the kohastructure.sql file shipped with a version to identify any missing constraints or other db structure issues To test: 1 - debian/scripts/koha-dump kohadev 2 - Confirm db and configs are dumped correctly 3 - Apply patch 4 - debian/scripts/koha-dump --help 5 - Confirm new option is listed and makes sense 6 - debian/scripts/koha-dump --schema-only kohadev 7 - Confirm only schema is dumped and is not zipped 8 - debian/scripts/koha-dump kohadev 9 - Confirm entire db is dumped as before -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.