Page 1 of 1

Upgrading to 1.1.0a3 from 1.0.*

Posted: 09 May 2007, 15:07
by honigferd
Hola,

I'm currently stuck at upgrading from 1.0.6, how would one do that?

I'm using the upgrade tool in the admin directory, but all it tells me when trying to upgrade is:

Code: Select all

BAD
CREATE TABLE mantis_bug_history_table ( id INTEGER UNSIGNED NOT NULL AUTO_INCREMENT, user_id INTEGER UNSIGNED NOT NULL DEFAULT 0, bug_id INTEGER UNSIGNED NOT NULL DEFAULT 0, date_modified DATETIME NOT NULL DEFAULT '1970-01-01 00:00:01', field_name VARCHAR(32) NOT NULL DEFAULT '', old_value VARCHAR(128) NOT NULL DEFAULT '', new_value VARCHAR(128) NOT NULL DEFAULT '', type SMALLINT NOT NULL DEFAULT 0, PRIMARY KEY (id) )TYPE=MyISAM
Table 'mantis_bug_history_table' already exists


Does it not recognize the database and if so how could I manually find out what version the database is/how i could upgrade?


Cheers,
Stefan.