• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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