comparison docs/upgrade.rst @ 1071:bdc438fb4fe4

Fixes for release 1.1.4 Docs updates
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 19 Feb 2011 14:00:01 +0100
parents a040597b070b
children e67786cb2afa
comparison
equal deleted inserted replaced
1059:74015c16debd 1071:bdc438fb4fe4
23 23
24 This will display any changes made from new version of RhodeCode To your 24 This will display any changes made from new version of RhodeCode To your
25 current config. And tries to do an automerge. It's always better to do a backup 25 current config. And tries to do an automerge. It's always better to do a backup
26 of config file and recheck the content after merge. 26 of config file and recheck the content after merge.
27 27
28 .. note::
29 The next steps only apply to upgrading from non bugfix releases eg. from
30 any minor or major releases. Bugfix releases (eg. 1.1.2->1.1.3) will
31 not have any database schema changes or whoosh library updates
32
28 It's also good to rebuild the whoosh index since after upgrading the whoosh 33 It's also good to rebuild the whoosh index since after upgrading the whoosh
29 version there could be introduced incompatible index changes. 34 version there could be introduced incompatible index changes.
30 35
31 36
32 The last step is to upgrade the database. To do this simply run 37 The last step is to upgrade the database. To do this simply run
33 38
34 :: 39 ::
35 40
36 paster upgrade-db production.ini 41 paster upgrade-db production.ini
37 42
38 This will upgrade schema, as well as update some default on the database, 43 This will upgrade schema, as well as update some default on the database,
39 always recheck the settings of the application, if there are no new options 44 always recheck the settings of the application, if there are no new options
40 that need to be set. 45 that need to be set.
41 46