comparison docs/upgrade.rst @ 2115:8dfb265fc954 beta

added info to ugprade docs to restart celery
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 08 Mar 2012 21:58:45 +0200
parents 17c9393e9645
children dc2584ba5fbc 008d9c6f7c92
comparison
equal deleted inserted replaced
2114:0dc18e9a3150 2115:8dfb265fc954
45 45
46 This will upgrade the schema and update some of the defaults in the database, 46 This will upgrade the schema and update some of the defaults in the database,
47 and will always recheck the settings of the application, if there are no new 47 and will always recheck the settings of the application, if there are no new
48 options that need to be set. 48 options that need to be set.
49 49
50 .. note::
51 If you're using Celery, make sure you restart all instances of it after
52 upgrade.
50 53
51 .. _virtualenv: http://pypi.python.org/pypi/virtualenv 54 .. _virtualenv: http://pypi.python.org/pypi/virtualenv
52 .. _python: http://www.python.org/ 55 .. _python: http://www.python.org/
53 .. _mercurial: http://mercurial.selenic.com/ 56 .. _mercurial: http://mercurial.selenic.com/
54 .. _celery: http://celeryproject.org/ 57 .. _celery: http://celeryproject.org/