• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Search results

  1. A

    Plesk Mirror Setup Tool v3.1.4 and Plesk 18.0.72.3 on Debian 11 – Failed to download the file [...] php71-deb11.0-x86_64.inf3

    As temporary solution I can suggest you to remove the line with "PHP_7.1.33_16" mention from /BUILD/php71.inf3 file. And try the installation again <?xml version="1.0" encoding="utf-8"?> <addon id="php71" name="PHP v 7.1"> <release id="PHP_7_1" name="PHP v 7.1" version="7.1.33">...
  2. A

    Plesk Mirror Setup Tool v3.1.4 and Plesk 18.0.72.3 on Debian 11 – Failed to download the file [...] php71-deb11.0-x86_64.inf3

    Hello, As I see "/pool/PHP_7.1.33_16/php71-deb11.0-x86_64.inf3" exists on autoinstall.plesk.com, and likely our-mirror.domain.tld has out-of-date repo configured. Maybe it is worth to synchronize the mirror: ./mirrorctl update --path=...
  3. A

    Question Change scheduled task owner

    > If I run that `cp` command you suggested, will it copy all the scheduled tasks to the new website Yes, it will copy cronjobs to user of new subscription. They should be available in both Plesk > Domains > new_subscription_name.tld > Scheduled tasks and Plesk > Domains >...
  4. A

    Question Change scheduled task owner

    Hello @macadia I do not recommend any manual interference in psa database. Yes, there is no way to migrate scheduled tasks between subscriptions using Plesk UI, so it is better to recreate them one by one for new subscription. For me it is prefferable way. However, since scheduled tasks in...
  5. A

    Question Database connection issues

    Hello @hzl Most probably the issue lays in Windows local password policy. Try the following: 1. Connect to the server via RDP 2. [Winkey]+[R] and open secpol.msc 3. Account Policies > Password Policy and check/set requirements for password: Submit a request to Plesk support for deeper...
  6. A

    Resolved Migration: Failed to fetch basic information about resellers, clients and domains data from source servers

    Hello @finbarr69 Looks like the issue with SSH connectivity. Try the following: 1. open /etc/ssh/sshd_config on source server and uncomment "TCPKeepAlive=yes" then reload sshd service 2. Finish existing migration Create new migration selecting password authentication If after actions above...
  7. A

    Resolved Problem to create a new domain

    Hello @KlausZ Looks like you face the known Plesk issue PPPM-13825. Please apply steps from this article...
  8. A

    Resolved Error during last Plesk upgrade

    Hello @Pascal_Netenvie looks like APT's local package cache was corrupted or outdated, preventing the retrieval of the latest metadata and package versions for plesk-php83 and related modules. Try the following: 1. Clear the package cache: rm -rf /var/cache/apt/* 2. Update package index...
  9. A

    Issue Updating MariaDB from 10.5 to 10.11.4 breaks everything.

    Thank you for providing log snippets. The issue is in InnoDB files corruption (most probably). Try the following soluiton MySQL/MariaDB fails to start: Upgrade after a crash is not supported Rename the corrupted ib_logfile files: mv /var/lib/mysql/ib_logfile0 /var/lib/mysql/ib_logfile0.bak mv...
  10. A

    Issue Updating MariaDB from 10.5 to 10.11.4 breaks everything.

    Hello @MHC_1 I suggest you the following solution Database connections initiated using PHP fail when SELinux is enabled on a Plesk for Linux server In short Restore SELinux context for MariaDB file: restorecon /usr/sbin/mariadbd Restart MariaDB service: systemctl restart mariadb If it will...
  11. A

    Issue Unable to change the domain name

    ok, please connect to the server via SSH as root and check the output of cat /etc/pam.d/system-auth | grep requisite If it is something like password requisite pam_pwquality.so local_users_only or password requisite pam_pwquality.so try_first_pass local_users_only retry=3...
  12. A

    Resolved backup manager interface says I have none backups

    Hello @sergiomb Backup of websites, created via Domains > example.com > Backup & Restore (on the right pane) are not visible in Tools & Settings > Backup manager this is expected. Please clarify where located backup interface you mentioned.
  13. A

    Issue Unable to change the domain name

    Hello @Thomas Oryon The process of renaming subscription implies some manipulations with system user (owner of subscription) these manipulations are performed by plesk and not seeing by user. However in case something goes wrong during internal actions you see the error. The error you provided...
  14. A

    Resolved Traffic and disk usage update

    Hello, @spip The issue you described is Plesk bug PPPM-15074, that fixed in Plesk version 18.0.73 https://docs.plesk.com/release-notes/obsidian/change-log/ Fixed the issue where the amount of traffic consumed by domains was not being updated on the “Domains” page. (PPPM-15074) To resolve the...
  15. A

    Resolved Reusing license

    Hello @ikbeneena According to End-User License Agreement, one Plesk license can be used only on one Plesk installation. So you need shut down one server and use the same licese on another. No unlink required. How to transfer Plesk key from one server to another?
  16. A

    Question Isolating Applications in Plesk – Separation of Owner Privileges and Subdomain Management Across Subscriptions?

    Hello @Azurel, I suppose the only way is to create "subdomain1.domainA.com" as a separate subscription. Since Plesk allows to create "main domain" with any name. Even like sub.ofsub.ofsub.domain.tld. And then transfer data from existing subdomain1.domainA.com. The same is mentioned in the...
  17. A

    Issue "Allow local MariaDB/MySQL server to accept external connections" is missing

    Hello @Dmytro Please try to perform the following: Add the following line in [mysqld] section of /etc/my.cnf file bind-address = 127.0.0.1 and restart mariadb/mysql server
  18. A

    Question Abonnements in Monotoring empty

    Hello @shopuser Please check if the data/time on the server is correct. There no files in /usr/local/psa/var/health/data/localhost/cpu/ with timestamps in future. Also check monitoring by accessing Plesk via 8443 (8880) port. If server time is ok and monitoring not show data with any port...
  19. A

    Issue Monitoring shows "An unexpected error occurred"

    Hello @Azurel I suggest to apply the solution from the article Advanced monitoring extension error: {"message":"Invalid username or password"} Restart Grafana in Tools & Settings > Services Management Reload Grafana in Extensions > My Extensions > Grafana > Reload Status If these steps don't...
  20. A

    Resolved Deleting Watchdog extension won't work, cannot uninstall it

    Hello @sysmin1 Looks like the extension was corrupted before the attempt of uninstallation. I can suggest you reinstall it via command line: # plesk bin extension --install watchdog # plesk bin extension --uninstall watchdog In case it would not help -- please submit a request to Plesk support...
Back
Top