python/psf-salt

Migration/requirements weirdness

frankwiles opened this issue · 1 comments

Couple of things:

  1. Just pushed a few things live, one of which had a migration. The migration was not run on staging or prod, had to do it manually.

  2. Migration worked flawlessly on staging, but on Prod it complained about the peps app not having migrations. Had to comment out peps from INSTALLED_APPS to get the site working again. I'm guessing this is left over .pyc or perhaps pep related ghost migrations in the prod db?

  3. Requirements for master (staging) and release (prod) both have Django==1.5.12 however requirements.txt on both boxes has 1.5.11 still. Cron delay issue maybe?

Bah apparently I need more coffee, this should have gone in psf-chef. Ignore!