Upgrade and Migration

General discussion of Mantis.

Moderators: Developer, Contributor

Post Reply
arestas
Posts: 2
Joined: 16 Mar 2016, 16:30

Upgrade and Migration

Post by arestas »

Hello all,

I have a 6.2 CentOs Box running mantisBT on version 1.2.10.
I have inherit this server and now i want to upgrade and migrate it.
Being so i would like to ear some opinions although my actual idea is:
Install new server with CentOS 6.x or 7.
Install new server with Mysql
export /import db to new server.
Copy /var/www/html/mantis folder into the new server.
Is there any other thing to do apart from this?

After this i would start with the upgrade of mantis to newer version.

Regards,

Arestas
atrol
Site Admin
Posts: 8375
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Upgrade and Migration

Post by atrol »

Your plan sounds good.
You have to consider attachments if they are not stored in database but file system.
Please use Search before posting and read the Manual
arestas
Posts: 2
Joined: 16 Mar 2016, 16:30

Re: Upgrade and Migration

Post by arestas »

I didn't mention testlink is also installed in the server...
Does any one know if the same procedure for migration is ok?

About MAntisBT it just the attachments i was missing?
where can i see where are attachments being saved?

Regards,

Arestas
atrol
Site Admin
Posts: 8375
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Upgrade and Migration

Post by atrol »

arestas wrote: where can i see where are attachments being saved?
Check if there is an entry $g_file_upload_method in file config_inc.php.
The attachments are stored in database if there is no setting or a line like+

Code: Select all

$g_file_upload_method = DATABASE;
The attachments are stored on file systeme if there this a line

Code: Select all

$g_file_upload_method = DISK;
arestas wrote:I didn't mention testlink is also installed in the server...
Does any one know if the same procedure for migration is ok?
I think so, but never tried myself.
I recommend to ask in TestLink forum.
Please use Search before posting and read the Manual
Post Reply