Koha/debian/koha-common.templates
Robin Sheat c779f2b380 Bug 6361 - make the packages work with koha 3.4
This commit does the following:
* Merge the changelog from the releases of 3.2
* Adds a command 'koha-upgrade-to-3.4' that does the MARC item splitting
  stuff.
* Adds a debconf note to make sure people know that they need to run
  the above command.
* Fixes the inclusion of jQuery in the packages.
* Makes build-git-snapshot build packages with a 3.5 version.

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
2011-06-03 11:06:31 +12:00

10 lines
455 B
Text

Template: koha-common/3.2-3.4-upgrade-notice
Type: note
Description: koha-common upgrade actions required
If you are upgrading from a Koha 3.2 to 3.4 release, you must run:
sudo /usr/sbin/koha-upgrade-to-3.4
.
For large catalogues, running this may take a while. Your Koha installation
should be largely operational during the process, but some things,
particularly to do with items, may appear strange until the upgrade and
re-index is complete.