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?
Hello, that means you cannot use postgresql on heroku with askbot, try MySQL, but make sure to use MyISAM tables.
You can also use sqlite3 for the database.
It did work for me, but I had to comment the logging that goes into askbot.log
Create your Q&A site at askbot.com. Managed Askbot hosting at just $15/mo. Dedicated hosting, support contracts, consulting services.
create your Q&A siteAsked: 2011-12-09 20:25:39 -0500
Seen: 197 times
Last updated: Aug 24 '12
Copyright Askbot, 2010-2011. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.