• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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