• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Resolved Migration process dont copy contacts from Roundcube webmail

Pedro1

Basic Pleskian
Hi.
I am migrating some domains from the version: Plesk 12.5.30 Update #55
To the version Plesk Onyx Version 17.0.17 Update #11
I have detected that the migration process does not copy the users' contacts calendar in Roundcube.
Anyone know if it's normal or it's a mistake?

Regards
Pedro
 
Hi.
I am migrating some domains from the version: Plesk 12.5.30 Update #55
To the version:plesk Onyx Version 17.0.17 Update #11
I have detected that the migration process does not copy the users' contacts calendar in Roundcube.
Anyone know if it's normal or it's a mistake?

Regards
Pedro
 
Roundcube and Horde databases often change their structure, so we never include them in the backup and never migrate them. There are can be serious problems when you restore Roundcube/Horde database from the old version to the new/updated Roundcube/Horde version on Plesk server.
 
you can use imap synch

imapsync --nosyncacls --syncinternaldates --host1 mail.host.com --user1 email@domain.com.br --password1 @1234567 --host2 xxx.xxx.xxx.xxx --user2 email@domain.com.br --password2 @1234567 --noauthmd5

Code:
INTRODUCTION
============

 imapsync works fine under any operating system with Perl and Perl modules (listed below).
 imapsync.exe works fine standalone under Windows XP, Vista, Seven, 20XX, either 32 or 64bit.



===================================
== Installing imapsync on CentOS ==
===================================

Easy.
Read the file INSTALL.d/INSTALL.Centos.txt
Also available at
http://imapsync.lamiral.info/INSTALL.d/INSTALL.Centos.txt




=========================================
== Installing imapsync on other Unixes ==
=========================================


Purchase imapsync at
http://imapsync.lamiral.info/
or get it anywhere.

You have access to a compressed tarball called imapsync-1.xxx.tgz
where 1.xxx is the version number. Untar the tarball where
you want:

  cd
  tar xzvf  imapsync-1.xxx.tgz

Go into the directory imapsync-1.xxx

  cd imapsync-1.xxx

You can easily detect any missing Perl modules via the
script prerequisites_imapsync located in the INSTALL.d directory:

  sh INSTALL.d/prerequisites_imapsync

or

  cd INSTALL.d/
  sh prerequisites_imapsync

You don't need to be root to run the previous command. You have
to be root if you want the Perl modules to be available for the
whole system, for all users.
 
Back
Top