I wrote a post earlier regarding OTRS on Windows, but have come to the conclusion that Linux is the way to go

viewtopic.php?f=62&t=26597
The running version was installed by a former employee and we would like to do a "fresh" installation and document the steps we take because no one at the Company has the ability to help with the installation if anything happens or OTRS need to be upgraded/patched.
When logged in as root in the Admin module I can do an export of the settings through SysConfig, but I assume this is the same as saving the *.pm files in /opt/otrs?
The following link shows the procedure in case of an upgrade of the OTRS framework. Is it the same files I just need to backup and import on the new server?
http://otrs.github.io/doc/manual/admin/ ... ading.html
I also found this:
http://www.geoffstratton.com/2013/08/mi ... to-centos/
I know it's regarding a change between to different versions of Linux, but I assume it's the same as a migration to a different server. Part III and IV looks helpful.
I assume I should do the following on the running server:
Create a dump of the MySQL database
Save content of /opt/otrs
On the new server
Import the MySQL dump
Import the content of /opt/otrs
Configure Config.pm with the correct settings for the database
Am I fare out or does it make sense?
I have worked with Linux earlier but never in real production, so I am bit rusty

Frobs