• 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.

Resolved Migration from Onyx to Obsidian (Calendar Missing)

Der-Eine

New Pleskian
Hi Guys,
i migrated all from Server 1 with Onyx (CentOS) to Server 2 with Obsidian (Ubuntu).
It seems all fine.

But when i switch to my (Horde) Account and look to the Calendar, then i miss all Data. There is only a Calendar which named as the account.

I found that KB
Click me

But at the last step (Restore data from the source server:)

ERROR 1049 (42000): Unknown database 'horde'
 
Last edited:
Looks like horde database does not exist on the target server. You can check it with

# plesk db -e 'show databases' | grep horde

In this case, just create it:

# plesk db -e 'create database horde'

and import dump of horde database from the source server (step 4 in KB article)
 
Back
Top