• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Resolved plesk obsidian service plan remove and sync error

torefloo

New Pleskian
hello we are using plesk obsidian, but I have a problem, there is no domain attached, there are more than one service plan.When I change the unlimited service plan and say save and sync, I save the settings, but I get Unable to perform the sync error.

When we want to remove this service plan, it says Some of the selected service plans were not removed. The plan is used, but it is not connected to any domain, how can I find a solution on this issue.
 
I installed a few domains and removed them to try the newly installed plesk.
No plesk temporary domains, what is temporary domains
No reseller acounts.

thanks.
 
yes I looked at this solution, it comes as mariadb> because it is obsidian. When I run plesk db command, when I run the first command MariaDB [psa]> SELECT @Plan_ID: = id FROM Templates WHERE name = "<unlimited>";
Empty set (0.001 sec) returns the result, as in the solution, the ID result does not come.
 
The "<unlimited>" seems wrong. The "less than" and "greater than" characters should be omitted. These only indicate that something has to be entered by the user instead of that placeholder. To see the actually available names, run
> SELECT name FROM Templates;
 
Back
Top