Upgrade from 1.1.6 to 1.2.11
Moderators: Developer, Contributor
Upgrade from 1.1.6 to 1.2.11
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
http://www.mantisbt.org/docs/master-1.2 ... LL.UPGRADE
and/or read file doc/INSTALL of your MantisBT 1.2.11 download
and/or read file doc/INSTALL of your MantisBT 1.2.11 download
Re: Upgrade from 1.1.8 to 1.2.11
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
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
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
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
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
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
Now I understand, you didn't mention thissuxana wrote: I am talking about migrating the data by doing an import.
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
Thanks for all your help Atrol, what you said is also perfect.