First time here? Check out the FAQ!

Revision history  [back]

Why can't I export my forum?

I have two versions of askbot on two different computers, and neither of them can run an export. Backstory: We are converting our google groups forum to an askbot forum. I have data dumps of the google groups information, and would like to get a dump of our askbot forum so that I can convert our data to that format and re-import it.

We have 2 askbot servers set up: one locally, and one in the cloud. When I try to run "python manage.py dumpdata > data.json" or "python manage.py dump_forum" I get the following error (on both systems):

django.db.utils.DatabaseError: relation "robots_url" does not exist LINE 1: ...CT "robots_url"."id", "robots_url"."pattern" FROM "robots_ur...

...What am I doing wrong?