Page 1 of 1
Move mantisBT to another Server
Posted: 13 Feb 2024, 16:07
by dihaji
hello everyone,
I would like to migrate my server MantisBT (run on CentOS 7) to another server (Rokcy 8.9),
how can we do it ?
Thank you,
have a nice day
Re: Move mantisBT to another Server
Posted: 13 Feb 2024, 18:29
by atrol
Search the forum for "migration" and read the Admin Guide.
Finally it's more or less just a database export / import and coyping the attachments from old to new server if attachments are not stored in database.
Re: Move mantisBT to another Server
Posted: 15 Feb 2024, 16:29
by dihaji
hello atrol ,
I thank you for your feedback,
I use a remote DB, so I think that i need juste to move files to a new server (php files, configuration files ...etc) and I must install the same php version (old server use php 7.2)
thank you for confirming this step for me,
Have a nice day
Re: Move mantisBT to another Server
Posted: 15 Feb 2024, 21:09
by atrol
dihaji wrote: 15 Feb 2024, 16:29so I think that i need juste to move files to a new server (php files, configuration files ...etc) and I must install the same php version (old server use php 7.2)
Right, that should work.
Re: Move mantisBT to another Server
Posted: 27 Feb 2024, 19:49
by dihaji
Thank you