Search found 4 matches

by mario.madera
07 Aug 2019, 11:48
Forum: General Discussion
Topic: Upgrade from 1.1.8 to 2.21
Replies: 4
Views: 4355

Re: Upgrade from 1.1.8 to 2.21

Hi all,

We had found a solution or workaround.
We decided to discard the database, and restore it again from our production version 1.1.8. Later we just display the sql sentences to be executed instead of actually running the upgrade process. Those senteces were analized by dba team and executed ...
by mario.madera
05 Aug 2019, 10:54
Forum: General Discussion
Topic: Upgrade from 1.1.8 to 2.21
Replies: 4
Views: 4355

Re: Upgrade from 1.1.8 to 2.21

Thanks!! That's usefull. No we had encounter another concern! Reviewing the code we has seen that by default the schema is created using InnoDB and UTF-8 in modern versions.

Our 1.1.8 database uses MyISAM and Latin-1. Should we convert from one to another following manual procedures? Existing ...
by mario.madera
02 Aug 2019, 15:36
Forum: General Discussion
Topic: Upgrade from 1.1.8 to 2.21
Replies: 4
Views: 4355

Re: Upgrade from 1.1.8 to 2.21

Adding information,

Looking around the code with a fellow dba, it seems that the correct path for upgrade is moving

1.1.8 -> 1.2.0 -> 1.3.0 -> 2.21.1

Can anyone confirm?
by mario.madera
01 Aug 2019, 16:31
Forum: General Discussion
Topic: Upgrade from 1.1.8 to 2.21
Replies: 4
Views: 4355

Upgrade from 1.1.8 to 2.21

Hi all,

New to Mantis BT. I had inherited an Mantis installed with and old version (1.1.18).
I had to upgrade moving to a new application host, new database on a different host, etc.. Software requirements are met. Anayway I had concerns regarding this topics:
- old database use MyISAM engine on ...