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

Search results

  1. K

    Question SSH key auth for importing websites

    Okay, then I know I'm not doing anything wrong. Thanks, I'll create a suggestion for this.
  2. K

    Issue Undefined array key "by_time"

    Hi When I want to change a subscription from the default 'Unlimited' plan to a custom one, this error is logged in panel.log: This is in a reseller account which doesn't have the permission 'Log rotation management' enabled.
  3. K

    Question SSH key auth for importing websites

    Hi With the 'Panel & Migration manager' in the admin panel, it is possible to authenticate to the source server with an SSH key. With the 'Importing Websites' option for the customer, I can only get SSH password authentication working instead. Am I missing something? Thanks
  4. K

    Resolved How to change DNS zone serial number?

    That's indeed an option, but quite intensive for +30 domains. No future dates, but a higher serial number (in the two last digits) at the end. Is there an (CLI) option to increase the serial number of the zone files? I should manually edit the zone file, but that won't work.
  5. K

    Resolved How to change DNS zone serial number?

    Hi I should have to upgrade the serial number of a DNS zone manually. How can I do this in Plesk? Situation: a migration from another server where the zone has a higher serial number (luckily it has format yyyymmddnn). Thank you
  6. K

    Resolved Update Plesk via CLI

    Thanks for the clarification, Peter!
  7. K

    Resolved Update Plesk via CLI

    Hi I want to control and update Plesk via the CLI. Some questions: What is the difference between plesk installer update and plesk installer upgrade ? How can I run an upgrade from eg 18.0.57 Update 1 to 18.0.57 Update 2? How can I upgrade the extensions via CLI? Thanks
  8. K

    Issue 'Apply DNS Template Changes' after each DNS record update

    I understand what that is meaning, but there is nothing else to apply than the client's own record change. These are the steps: Client changes / adds a new DNS record in his zone. Client clicks 'apply' on the question 'The changes you made to DNS records are not saved yet. The changes are...
  9. K

    Issue 'Apply DNS Template Changes' after each DNS record update

    Hi When a client changes a DNS record, he mostly (mostly, not every time) he get the following message after saving his change and 'apply the zone update'. The global DNS template wasn't changed.
  10. K

    Resolved Can not change DNS server-wide settings

    Thanks @Yaroslav_T, that fix does work.
  11. K

    Resolved Can not change DNS server-wide settings

    Hi In DNS Settings > Server-wide settings, I want to add the notify yes; also-notify { ... } records. But when I save these changes, I get this error: The log from panel.log: It's a fresh Plesk installation on Debian 12. Thanks
  12. K

    Issue Limitations in Reseller plans overruled in Reseller's Service Plans

    I get the 'cosmetic' side of the issue. But for resellers (even technical-minded ones), it is very confusing why their clients can not use some stuff that they have allowed them to do. So indeed it is a not a technical bug, but a bug that is very confusing because resellers don't know what is...
  13. K

    Issue Limitations in Reseller plans overruled in Reseller's Service Plans

    Thanks, Peter. That's quite ambiguous for the reseller. They assume that they can use these options and use it in their own Service Plans; they don't know they can't. Shouldn't it be more logic that resellers don't see the options that are not active in their Reseller Service Plan?
  14. K

    Issue Limitations in Reseller plans overruled in Reseller's Service Plans

    Hi Situation I've created a reseller plan with some limitations, like: unchecked 'backup [...] remote storage unchecked 'WP Toolkit Smart PHP Update' unchecked 'Database server selection set '0' value for 'WordPress websites with Smart Update' Problem A reseller with this plan can still...
  15. K

    Question Is Debian 12 fully supported?

    Thanks for the info.
  16. K

    Question Is Debian 12 fully supported?

    Thanks for the confirmation, @yborzykina Any idea if and when these components will get support?
  17. K

    Question Is Debian 12 fully supported?

    Hi Does Plesk support Debian 12 and all components? For Debian 11, some components like WatchDog, Mailman, Webalizer and ModSecruity are still not available (regarding to this article). Do all components work, or are there any known incompatibilities? Thanks
  18. K

    Question Remove PHP 7.4 and upgrade sites to PHP 8.1

    Or even simpler, just select the PHP version we will remove: plesk db -Ne "SELECT d.name, h.php_handler_id FROM domains d, hosting h WHERE d.id=h.dom_id AND d.htype = 'vrt_hst' AND h.php='true' AND h.php_handler_id LIKE '%php74%'" > /root/domains_hosting_php_enabled.txt
  19. K

    Question Remove PHP 7.4 and upgrade sites to PHP 8.1

    Okay, I found the column 'php_handler_id' in the 'hosting' table. So I'll use something like: plesk db -Ne "SELECT d.name FROM domains d, hosting h WHERE d.id=h.dom_id AND d.htype = 'vrt_hst' AND h.php='true' AND h.php_handler_id NOT LIKE '%php82%' AND h.php_handler_id NOT LIKE '%php81%'" >...
Back
Top