# HG changeset patch # User Marcin Kuzminski # Date 2012-03-08 20:58:45 # Node ID 8dfb265fc9542d0465ca5004e7a1e8a595ce1d16 # Parent 0dc18e9a31504cbcc8de43f14fc1dab5f3889fd7 added info to ugprade docs to restart celery diff --git a/docs/upgrade.rst b/docs/upgrade.rst --- a/docs/upgrade.rst +++ b/docs/upgrade.rst @@ -47,6 +47,9 @@ This will upgrade the schema and update and will always recheck the settings of the application, if there are no new options that need to be set. +.. note:: + If you're using Celery, make sure you restart all instances of it after + upgrade. .. _virtualenv: http://pypi.python.org/pypi/virtualenv .. _python: http://www.python.org/