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

"Domains" lost after Business model update

8am

New Pleskian
Hi,
I'm running a fresh install of Plesk 12 on Ubuntu. I've used the migration manager to import domains and accounts from another (older) installation. Everything worked well.
After the process, Plesk suggested the "Complete Switching to the new Plesk business model". After switching, half of the Domains didn't show up anymore (not in Subscribtions, nor in a Customer Account) and the Domains page was completely blank. But if I check the page "Traffic Usage By Domains", the Domains still show up and they are still in the vhosts folder and they are still accessible.
So I guess the Domains are still in the database, they just lost the connection to a subscription or customer.

How can I restore this connection?

Best,
Nick
 
Somehow, some of the domains lost their connection to a client account.

If you have similar problems, try this:
Code:
select id, name, cl_id from domains where cl_id=0;
If you have any results, associate those domains with your admin account (here: ID 1)
Code:
update domains set cl_id=1 where cl_id=0;

Best,
Nick
 
Back
Top