I moved my Scalix 11.0.4 to another machine which should run Scalix 11.3 (both SLES 10). Here is what I did:
- install the new machine with all required software. Do not install Scalix yet. You can choose a different IP
but the hostname MUST be the same as the hostname of the old machine.
- create user and group "scalix" on the new machine. UID and GID
MUST be same as on the old server.
- Stop Scalix on the old machine.
- perform a backup of the message store and settings:
Code: Select all
tar --preserve --same-owner -czf backup.tar /var/opt/scalix
- perform a backup of the instance.cfg
Code: Select all
tar --preserve --same-owner -cf instance.tar /etc/opt/scalix
- copy both tar-files to the new machine and untar them. You should now have /etc/opt/scalix and /var/opt/scalix/??/s/...
- install the Scalix version that runs on the old machine on the new machine (for me it was 11.0.4).
- update Scalix to 11.3
- change IP and/or hostname. (Take a look at the Scalix Wiki how to do that.)
Don't know if there is a faster way but this works fine for me. Kept everything
