Hi,
I'm on a Linux / PostgreSQL system trying to upgrade from 1.91 to 2.00+
I keep getting errors like:
CDbCommand failed to execute the SQL statement: SQLSTATE[42P07]: Duplicate table: 7 ERROR: relation "participants" already exists
So, I restored the table and started the install from scratch after dropping the offending table. Lather, rinse, repeat, several times.
After tiring of that endless loop, I manually dropped ALL of the empty tables, and am now getting error messages about tables NOT existing.
Can you list which tables I should get rid of so that it will get through the creation of tables it doesn't check for?