Author |
|
perky Newbie
Joined: 22 September 2020
Online Status: Offline Posts: 1
|
Posted: 22 September 2020 at 6:32am | IP Logged
|
|
|
I'd like to migrate Mailsuite from 6.3 32-bit to 7.7 64-bit.
The source files are locaated at /usr/mailsuite.
The target files are located at /opt/afterlogic.
I've exported the data from mailsute 6.3 with the script located at /usr/mailsuite/scripts/afterlogic.sh
Below is its logic:
mysqldump --add-drop-table -uroot -pmailbundle --socket=${BASEDIR}/tmp/mysql.sock afterlogic > ${BACKDIR}/${BUNDLE}-mysql-backup-`date +%Y-%m-%d`.sql
tar cjvf ${BACKDIR}/${BUNDLE}-backup-`date +%Y-%m-%d`.tar.bz2 "data" "etc" "html/data"
Restoring does not work, as it looks for different folders. Mailsuite 7 stores its files at /opt/afterlogic.
On the new installation, I've manually extracted the tar.gz archive, then copied the data folder to /opt/afterlogic/data.
Then I imported the domains database with this command:
/opt/afterlogic/bin/mysql -uroot -pmailbundle --socket=/opt/afterlogic/tmp/mysql.sock afterlogic < /opt/afterlogic/mailsuite-backups/afterlogic-mailsuite-mysql-backup-exim-2020-09-21.sql
In the admin web interface, domains are shown, but any attempt to configure them fails.
Creating a new domain fails with "database error" message.
Mailsuite 6.3 is hosted on Centos 5 32bit, while mailsuite 7.7 runs on Centos 7 64bit.
Mailsuite 7.7 now uses dovecot for imap/pop, while the old version used courier for imap/pop.
Is there a migration guide from mailsuite 6.3 to 7.7?
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 22 September 2020 at 6:48am | IP Logged
|
|
|
I have responded to this in your Helpdesk ticket. Thank you.
--
Regards,
Igor, Afterlogic Support
|
Back to Top |
|
|