Page 1 of 1

Upgrade from 1.1.6 to 1.2.11

Posted: 30 Jul 2012, 12:38
by suxana
I need to upgrade Mantis version 1.1.6 to 1.2.11 and I do not know where to start, can anyone help me? Thanks

Re: Upgrade from 1.1.6 to 1.2.11

Posted: 30 Jul 2012, 16:19
by atrol
http://www.mantisbt.org/docs/master-1.2 ... LL.UPGRADE
and/or read file doc/INSTALL of your MantisBT 1.2.11 download

Re: Upgrade from 1.1.8 to 1.2.11

Posted: 02 Aug 2012, 11:12
by suxana
Hi again,

I am seeing that there are three tables in Mantis 1.2.11 that don´t appear in Mantis 1.1.18:

Mantis_bug_revision_table
Mantis_category_table
Mantis_pluguin_table

And another table that disappears in Mantis 1.2.11:

Mantis_project_category_table

What am i suppose to do to migrate the DB?

Thaks, Susana

Re: Upgrade from 1.1.6 to 1.2.11

Posted: 02 Aug 2012, 11:59
by atrol
You don't have to migrate anything youself.
This is done by the MantisBT installer/upgrade script.

Please don't report such kind of questions at
http://www.mantisbt.org/bugs/view.php?id=14544
This place is for bugs or feature request for MantisBT

Re: Upgrade from 1.1.6 to 1.2.11

Posted: 02 Aug 2012, 12:26
by suxana
Thank you Atrol, but I don´t understand you. I am talking about migrating the data by doing an import.
Now i have three more tables without data, does this not "affect" Mantis?
Which data has the new tables?

Thanks again,
Susana

Re: Upgrade from 1.1.6 to 1.2.11

Posted: 02 Aug 2012, 20:38
by atrol
suxana wrote: I am talking about migrating the data by doing an import.
Now I understand, you didn't mention this

1. export database on old machine
2. import database on new machine
3. unpack new MantisBT 1.2.11 on new system
4. transfer your customizations (config_inc.php, ...) from old system
5. adjust database settings in config_inc.php if needed
6. run admin/install.php

Re: Upgrade from 1.1.6 to 1.2.11

Posted: 03 Aug 2012, 09:56
by suxana
Thanks for all your help Atrol, what you said is also perfect.