• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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