Page 1 of 1

Error: Database upgrade from 1.0.0a3 to 1.0.0rc1

Posted: 09 Aug 2005, 15:50
by groju
Hi.

i'm trying to install new version of Mantis. I use 1.0.0a3 but custom field don't work and i need it.

When i upgrade database, i have a problem.

The SQL request that modify mantis_project_version_table don't succeed to change primary key. I have indeed a field with autoincrement option.

the SQL code is :
ALTER TABLE mantis_project_version_table ...... ADD PRIMARY KEY (project_id,version).

Could you help me to upgrade my "Mantis" ?

Thanks.

--
Groju
"I apologise for my poor english :)"

Posted: 09 Aug 2005, 20:02
by thraxisp
How did you install the database for 1.0.0a3?

How did you upgrade your installation? I'm assuming that you ran admin/upgrade.php.

Posted: 09 Aug 2005, 23:30
by vboctor
groju, if it is a new install, why don't you try Mantis 1.0.0rc1, it has a simplified installation process.

Regards,
Subscribe to Mantis blog
http://www.futureware.biz/

Posted: 10 Aug 2005, 08:50
by Guest
It's ok :)

I installed 1.0.0rc1 with an empty database. I applied upgrade. It's good !

I just import data from 1.0.0a3 and my mantis works fine !

Great thanks.

--
Groju