comparison docs/upgrade.rst @ 2096:934906f028b5 rhodecode-0.0.1.3.3

merge with beta
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 03 Mar 2012 03:20:55 +0200
parents 6c6718c06ea2 17c9393e9645
children dc2584ba5fbc
comparison
equal deleted inserted replaced
2092:ecd59c28f432 2096:934906f028b5
1 .. _upgrade: 1 .. _upgrade:
2 2
3 =======
3 Upgrade 4 Upgrade
4 ======= 5 =======
5 6
6 Upgrading from Cheese Shop 7 Upgrading from Cheese Shop
7 -------------------------- 8 --------------------------
23 24
24 paster make-config RhodeCode production.ini 25 paster make-config RhodeCode production.ini
25 26
26 This will display any changes made by the new version of RhodeCode to your 27 This will display any changes made by the new version of RhodeCode to your
27 current configuration. It will try to perform an automerge. It's always better 28 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 29 to make a backup of your configuration file before hand and re check the
29 content after the automerge. 30 content after the automerge.
30 31
31 .. note:: 32 .. note::
32 Please always make sure your .ini files are upto date. Often errors are 33 Please always make sure your .ini files are up to date. Often errors are
33 caused by missing params added in new versions. 34 caused by missing params added in new versions.
34 35
35 36
36 It is also recommended that you rebuild the whoosh index after upgrading since 37 It is also recommended that you rebuild the whoosh index after upgrading since
37 the new whoosh version could introduce some incompatible index changes. Please 38 the new whoosh version could introduce some incompatible index changes. Please