Hey Federico, shot in the dark here, but was South definitely installed when you deployed in the first place? I'm wondering if some of the records of migrations are missing.
I could be totally off and I'm not sure how changing the language code would affect the db. On Tue, Jun 10, 2014 at 12:07 PM, Federico Bruni <[email protected]> wrote: > Any pointer? > I don't want to destroy the project and re-deploy from scratch. > > Il giorno mercoledì 4 giugno 2014 12:05:17 UTC+2, Federico Bruni ha > scritto: > >> Hi all >> >> I have a problem with the database migration during a deployment. >> >> I have changed only the LANGUAGE_CODE variable in settings.py >> When I launch 'fab deploy' I get this error: >> >> ''' >> out: django.db.utils.ProgrammingError: ERROR: the relation >> "conf_setting" already exists >> [xx.xx.xx.xx] out: >> [xx.xx.xx.xx] out: >> >> Fatal error: run() received nonzero return code 1 while executing! >> >> Requested: /home/fede/.virtualenvs/test/bin/python >> /home/fede/.virtualenvs/test/project/manage.py migrate --noinput >> Executed: /bin/bash -l -c "cd /home/fede/.virtualenvs/test/project && >> source /home/fede/.virtualenvs/test/bin/activate && >> /home/fede/.virtualenvs/test/bin/python >> /home/fede/.virtualenvs/test/project/manage.py >> migrate --noinput" >> >> Aborting. >> ''' >> >> What should I check? >> Thanks in advance >> Federico >> >> >> -- > You received this message because you are subscribed to the Google Groups > "Mezzanine Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
