Displaying 2 results from an estimated 2 matches for "aqaaahm4".
2017 Mar 20
2
doveadm-sync stateful
...do stateful sync to make my migration in two times :
1 - I run a :
doveadm -D -o mail_fsync=never -o imapc_user=user1 at olddomain.fr
sync -s "" -R -1 -u user1 at newdomain.fr imapc: > /tmp/firstsync.log 2>&1
my accounts are synced, and I get a "state" string (AQAAAHm4+Jk=) as the
output of doveadm sync command.
2 - Changes are made on the old server, and I expect next dsync will
sync only the changes / new mails. So I run a :
doveadm -D -o mail_fsync=never -o imapc_user=user1 at olddomain.fr
sync -s "AQAAAHm4+Jk=" -R -1 -u user1 at newdomain.f...
2017 Mar 20
0
doveadm-sync stateful
...ake my migration in two times :
>
> 1 - I run a :
> doveadm -D -o mail_fsync=never -o imapc_user=user1 at olddomain.fr sync -s "" -R -1 -u user1 at newdomain.fr imapc: > /tmp/firstsync.log 2>&1
>
> my accounts are synced, and I get a "state" string (AQAAAHm4+Jk=) as the output of doveadm sync command.
Stateful synchronization requires at least imapc_features=modseq. That requires that the remote server supports CONDSTORE IMAP extension. And I'm still not entirely sure if that's enough. In general stateful replication isn't really supported...