• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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