• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • 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.

Question Is there a way to update a service plan without syncing?

websavers

Regular Pleskian
I wish to update all of our service plans to default to using PHP 7 for performance and security reasons (though mostly performance).

There's two problems with this:

1. The only option when changing a setting for a service plan is to "Update & Sync", however I don't wish to force existing hosting plans to move to PHP 7 as they may not be ready for it yet. I only wish to default new hosting plans to PHP 7.

2. This very serious bug will very likely cause all of my customers using PHP with nginx to revert back to apache, causing some serious problems with their websites, like 500 errors and/or redirecting everything to the homepage thanks to our customized high-performance nginx configurations.

Does anyone know of a way to adjust the PHP settings for a service plan without forcing a sync to all hosting plans linked to it? (Why isn't this an option?)

-Jordan
 
Hi websavers,

did you notice, that there is a documentation about "Syncing Subscriptions and Plans" at => Reseller's Guide ( Plesk 12.5 online documentation ) <= ?

Reading the facts about it, you might be interested, that there is as well a command to "Lock/Unlock a subscription" over the command line:

plesk bin subscription --lock-subscription example.com
plesk bin subscription --unlock-subscription example.com

"Locked" subscriptions are excluded from syncing. ;)
 
Thanks for the response!

I'm afraid that doesn't really help... I most definitely want to be able to keep certain values synced with the service plan, such as bandwidth and storage limits and such.

However PHP settings are very much something that will nearly always be specific to each subscription. I don't wish to remove all of my subscriptions from syncing with the service plan. I just want this to become the new default while still ensuring that other changes I make to the service plan do indeed apply to subscriptions created from the plan.
 
Hi websavers,

consider to "clone" the existent standard service plan and either set the cloned service plan as new standard ( with your new modifications ), or move the existent subscriptions to the cloned service plan ( without PHP - modifications ). Cloning a service plan is done withing seconds and moving subscriptions take a bit longer... this is not a suggestion, but more "my two cents" to your issue. ;)
 
Back
Top