[SOLVED] Migration from Zimbra 7.1.4 to Zimbra 8.0.4

Discuss your pilot or production implementation with other Zimbra admins or our engineers.
Post Reply
12540g2d
Posts: 25
Joined: Sat Sep 13, 2014 2:34 am

[SOLVED] Migration from Zimbra 7.1.4 to Zimbra 8.0.4

Post by 12540g2d »

Hi Everyone,
I'm migrating by imapsync betweeen two zimbra server using this
imapsync --buffersize 8192000 --nosyncacls --subscribe --syncinternaldates --host1 IP1 --user1 user1@mydomai.com --password1 "" -authmech1 LOGIN --ssl1 --host2 IP2 --user2 user2@myDomain.com --password2 "" -authmech2 PLAIN --ssl2
after get folder list i've this error
To folders list:

++++ Looping on each folder ++++

From Folder [Chats]

To Folder [Chats]

++++ End looping on each folder ++++

error: lost connection (to) host2 [IP2](len=47) Error sending '110 LIST "" *': NO not connected

++++ Statistics ++++

Time : 30 sec

Messages transferred : 0

Messages skipped : 0

Total bytes transferred: 0

Total bytes skipped : 0

Total bytes error : 0

Detected 1 errors



Do you have an idea?
Thank you very much
phoenix
Ambassador
Ambassador
Posts: 27278
Joined: Fri Sep 12, 2014 9:56 pm
Location: Liverpool, England

[SOLVED] Migration from Zimbra 7.1.4 to Zimbra 8.0.4

Post by phoenix »

Why don't you use the Migration Tools in the Admin UI?
Regards

Bill

Rspamd: A high performance spamassassin replacement

Per ardua ad astra
12540g2d
Posts: 25
Joined: Sat Sep 13, 2014 2:34 am

[SOLVED] Migration from Zimbra 7.1.4 to Zimbra 8.0.4

Post by 12540g2d »

Hi Bill,
because by imapsync is to simple ... :-)

Migration Tools in the Admin UI doesn't start and i've not log.
Thank you
12540g2d
Posts: 25
Joined: Sat Sep 13, 2014 2:34 am

[SOLVED] Migration from Zimbra 7.1.4 to Zimbra 8.0.4

Post by 12540g2d »

Hi,
I solved it by installing the latest version of imapsync.
It 's really easy just install it from source, on Ubuntu you could use:
[QUOTE]

git clone git://github.com/imapsync/imapsync.git

sudo apt-get install makepasswd rcs perl-doc libmail-imapclient-perl

cd imapsync

mkdir dist

make dist

sudo make install[/QUOTE]

thanks you all
Post Reply