django migration error: django.db.utils.ProgrammingError: must be owner of relation account_userprofile

2017-08-28 Thread Samuel Muiruri
getting this error when I'm running migrate, to note this is likely related to the db connection I believe (revampenv) sammy@samuel-pc:~/revamp$ python manage.py migrate Operations to perform: Apply all migrations: account, sessions, admin, auth, thumbnail, contenttypes, gallery Running migrat

Re: django migration error: django.db.utils.ProgrammingError: must be owner of relation account_userprofile

2017-08-28 Thread James Schneider
On Aug 28, 2017 6:44 PM, "Samuel Muiruri" wrote: getting this error when I'm running migrate, to note this is likely related to the db connection I believe /revamp/revampenv/local/lib/python2.7/site-packages/django/db/utils.py", line 95, in __exit__ six.reraise(dj_exc_type, dj_exc_value,