Same for me. I'm using postgres too. Anyone solve this problem ?
Léo LEFEBVRE ( 2013-04-28 17:23:04 -0500 )editWhen I run my initial syncdb and then my migrations, both migrations give the following error:
relation "askbot_badgedata" does not exist
LINE 1: ..."."slug", "askbot_badgedata"."awarded_count" FROM "askbot_ba...
This is with askbot 0.7.29.
Is this expected? Why does this happen?
Turns out there are known issues with MySQL on InnoDB and the South migration system.
http://south.aeracode.org/ticket/666
This is something that may be fixed within the South project, but we are definitely not touching it.
Please switch to using either PostgresQL or configure MySQL to use InnoDB storage engine.
We are now discussing a possibility to explicitly raising an exception when people use InnoDB and tell them to switch - at least until the bug is fixed.
Same for me. I'm using postgres too. Anyone solve this problem ?
Léo LEFEBVRE ( 2013-04-28 17:23:04 -0500 )editCreate 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-11-15 17:01:28 -0500
Seen: 132 times
Last updated: Nov 15 '11
South migration error during installation
How to import SE dump into Askbot?
Problem applying Migrations 24 and 25
Database error when running migrations
How migrate from postgres to mysql?
DatabaseError: column askbot_thread.text_search_vector does not exist
Errors during installation process (migration) with Postgresql 8.4 and 9.1
Copyright Askbot, 2010-2011. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.
Are you on mysql? could you pls give more details about your database? Thanks!
Evgeny ( 2011-11-15 17:04:03 -0500 )edit