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