Re: CommandError: Error applying evolution: (1050, Table 'reviews_review_file_attachment_comments' already exists)

2015-07-06 Thread John Schmitt
My script drops the entire database then does a clean install. Then I import my old mysql database and run `rb-site upgrade`. I'd really like to be able to finish this upgrade. My struggle with it has been a couple of weeks now - I keep hoping that I'm doing something wrong and that posting my

Re: CommandError: Error applying evolution: (1050, Table 'reviews_review_file_attachment_comments' already exists)

2015-07-06 Thread Christian Hammond
This looks like another symptom of a very confused database. Are you starting from scratch every time you do an import + upgrade? It's not enough to drop individual tables. The entire database must be recreated. Christian On Monday, July 6, 2015, John Schmitt marmalo...@gmail.com wrote: Is

Re: CommandError: Error applying evolution: (1050, Table 'reviews_review_file_attachment_comments' already exists)

2015-07-06 Thread John Schmitt
On Monday, July 6, 2015 at 2:41:34 PM UTC-7, Christian Hammond wrote: Hi John, Yeah, I know this must be frustrating. I don't know why it's being so difficult, as we routinely have people upgrade from 1.0.x and 1.5.x to 2.0.x without problems. If you're able to get me that list of SQL

Re: CommandError: Error applying evolution: (1050, Table 'reviews_review_file_attachment_comments' already exists)

2015-07-06 Thread Christian Hammond
Hi John, Yeah, I know this must be frustrating. I don't know why it's being so difficult, as we routinely have people upgrade from 1.0.x and 1.5.x to 2.0.x without problems. If you're able to get me that list of SQL statements (from the `rb-site manage /path/to/site evolve -- --sql`) on a clean