Hello Michael Vogel Am 2014-12-17 um 08:01 schrieb Michael Vogel: > > I want to move my SOGo installation to another server (with a different > MySql-, IMAP- and SMTP-server) > > Of course I want to keep the calendar and addressbook entries, as well > as the mail filter rules. > > How can I do that?
1) make a backup on the old server with
BACKUPDIR="./backup"
sogo-tool backup ${BACKUPDIR} ALL
2) shutdown old server
3) move the backup to your new server
4) startup new server
5) restore all data
BACKUPDIR="./backup"
for USER in `ls ${BACKUPDIR}/*`
do
sogo-tool restore -p ${BACKUPDIR} `basename ${USER}`
sogo-tool restore -f ALL ${BACKUPDIR} `basename ${USER}`
done
Kind regards,
Christian Mack
--
Christian Mack
Universität Konstanz
Kommunikations-, Informations-, Medienzentrum (KIM)
Abteilung Basisdienste
78457 Konstanz
+49 7531 88-4416
smime.p7s
Description: S/MIME Cryptographic Signature
