• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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 protected] --password1 @1234567 --host2 xxx.xxx.xxx.xxx --user2 [email protected] --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