google-code-export / yabi

Automatically exported from code.google.com/p/yabi
0 stars 1 forks source link

Update celery to the latest stable version #172

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Update celery to the latest stable version in yabiadmin.

Original issue reported on code.google.com by szab...@gmail.com on 13 Mar 2012 at 3:16

GoogleCodeExporter commented 9 years ago

Original comment by szab...@gmail.com on 13 Mar 2012 at 3:16

GoogleCodeExporter commented 9 years ago
Latest stable versions are:

celery: 2.5.0
django-celery: 2.5.1
kombu: 2.1.1

WARNING! Celery upgrade on a system were the DB has to be preserved need 
special migration commands. This should be tested on Faramir first before 
running it on live.
It isn't required by Quickstart etc. where your DB is re-built from scratch.

Run this in yabiadmin after the virtual environment has been built:

$ python manage.py migrate djcelery 0001 --fake

then

$ python manage.py migrate djcelery

If you are interested in the details:

http://readthedocs.org/docs/django-celery/en/latest/changelog.html#id34

Original comment by szab...@gmail.com on 13 Mar 2012 at 8:55

GoogleCodeExporter commented 9 years ago
Fixed in dcee9b5ccac7

Original comment by szab...@gmail.com on 13 Mar 2012 at 8:57