comparison docs/upgrade.rst @ 2074:6c6718c06ea2

merge beta into stable
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 29 Feb 2012 23:11:13 +0200
parents bf263968da47 8330d5778ba3
children 934906f028b5
comparison
equal deleted inserted replaced
2070:c238df8ceb24 2074:6c6718c06ea2
27 current configuration. It will try to perform an automerge. It's always better 27 current configuration. It will try to perform an automerge. It's always better
28 to make a backup of your configuration file before hand and recheck the 28 to make a backup of your configuration file before hand and recheck the
29 content after the automerge. 29 content after the automerge.
30 30
31 .. note:: 31 .. note::
32 The next steps only apply to upgrading from non bugfix releases eg. from 32 Please always make sure your .ini files are upto date. Often errors are
33 any minor or major releases. Bugfix releases (eg. 1.1.2->1.1.3) will 33 caused by missing params added in new versions.
34 not have any database schema changes or whoosh library updates. 34
35 35
36 It is also recommended that you rebuild the whoosh index after upgrading since 36 It is also recommended that you rebuild the whoosh index after upgrading since
37 the new whoosh version could introduce some incompatible index changes. 37 the new whoosh version could introduce some incompatible index changes. Please
38 Read the changelog to see if there were any changes to whoosh.
38 39
39 40
40 The final step is to upgrade the database. To do this simply run:: 41 The final step is to upgrade the database. To do this simply run::
41 42
42 paster upgrade-db production.ini 43 paster upgrade-db production.ini