First time here? Check out the FAQ!

rnschmidt's profile - activity

2015-04-24 03:02:03 -0500 received badge Taxonomist
2015-02-10 05:35:27 -0500 received badge Notable Question (source)
2013-05-13 21:20:52 -0500 received badge Popular Question (source)
2012-08-26 01:48:22 -0500 received badge Favorite Question (source)
2012-08-23 11:56:53 -0500 received badge Nice Question (source)
2012-08-23 01:00:40 -0500 received badge Famous Question (source)
2011-12-09 20:27:57 -0500 received badge Student (source)
2011-12-09 20:25:39 -0500 asked a question 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?