Error: Database upgrade from 1.0.0a3 to 1.0.0rc1

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
groju
Posts: 2
Joined: 09 Aug 2005, 15:09

Error: Database upgrade from 1.0.0a3 to 1.0.0rc1

Post 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 :)"
thraxisp
Developer
Posts: 509
Joined: 14 Feb 2005, 03:38
Location: Ottawa, Canada
Contact:

Post 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.
--
Glenn Henshaw Logical Outcome Ltd.
Mantis developer and user w: http://www.logicaloutcome.ca
vboctor
Site Admin
Posts: 1293
Joined: 13 Feb 2005, 22:11
Location: Redmond, Washington
Contact:

Post 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/
Guest

Post 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
Post Reply