• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Forwarded to devs Migrator does not sync address book contacts from Roundcube webmail

Hangover2

Regular Pleskian
Username: Hangover2

TITLE

Migrator does not sync address book contacts from Roundcube webmail

PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE

Plesk Obsidian 18.0.38 Update #2 (source and target server), Debian 9.13 x86-64 (source server), Debian 10.10 x86-64 (target server)

PROBLEM DESCRIPTION

Address book contacts from Roundcube webmail are not synced to a new Plesk server with the Plesk "Migration & Transfer Manager" tool.

STEPS TO REPRODUCE

- add a contact via Roundcube webmail to your address book
- migrate the subscription to a new Plesk server with the Plesk "Migration & Transfer Manager" tool

ACTUAL RESULT

- the address book of the Roundcube webmail email user is not migrated and so missing on the new Plesk server

EXPECTED RESULT

- the Roundcube address books of all email users of the migrated subscription should be transferred to the new Plesk server

ANY ADDITIONAL INFORMATION

- asking the clients to get the passwords for their mailboxes and doing it manually on our side or let them do it with an tutorial is not user friendly for big installations / migrations
- to copy the whole Roundcube database is also not possible if only some subscriptions are migrated
- so the solution will need a kind of extra script to query the roundcubemail database based on the username + handling the three tables: contacts + contactgroups + contactgroupmembers
- as their structure is quite simple it should not be that hard to implement and it would make migrations more stress-free

YOUR EXPECTATIONS FROM PLESK SERVICE TEAM

Confirm bug
 
This is known Plesk Migrator limitation (Point 22): What are the known limitations of Plesk Migrator Extension?

The feature of transferring RoundCube address book is not planned to be implemented in Plesk due to some technical reasons: Allow migrating Address Books from the supported webmail clients using Plesk Migrator

1. Roundcube itself does not provide any tools for the database transfer;
2. The version of RoundCube/Horde databases differs from one version to another, which creates a serious issue for the process automation and the restoration of the database from the old version to the new.

You can use some 3rd party scripts to automate this process, for example: GitHub - JaimeObregon/export-roundcube-sql: Exports Roundcube webmail configuration (users, identities, contacts, groups...) for a given domain, so it can be easily migrated to a target Roundcube host.

You should apply it at your own risk and perform a full server backup before using it.
 
Back
Top