Deploying to Heroku
I am trying to deploy askbot to Heroku and I am getting the following error when I run ./manage.py migrate:
Running migrations for askbot: - Migrating forwards to 0051proxifyqarevmodels.
askbot:0022initpostgresqlfulltext_search Traceback (most recent call last): django.db.utils.DatabaseError: must be owner of database qkdxugtyqz
When I contacted Heroku support they said this:
"Hi, it looks like you app is running
CREATE LANGUAGE plpgsql
which is restricted to superusers on the database - you will need to remove this from your migration."
Is there any way around this, or is deploying askbot to heroku not possible?
Comments