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

    Resolved Purchase of extension Forbidden

    I was pulling out my hairs yesterday, trying to figure out why I could not purchase an extension.. plesk bin extension --install wp-toolkit-deluxe Invalid download url for the extension.
  2. M

    Question php82-fpm stops responding, how to tune, debug, check variables

    You can increase the value for PHP Max Children: Websites on PHP-FPM are unavailable or loading slowly: "server reached max_children setting" OR "pool seems busy"
  3. M

    Resolved Spoofed mail gets DKIM signed

    Perhaps it would be best to share an example e-mail using the Newsletters spam test by mail-tester.com method?
  4. M

    Issue Performance Booster performance

    I believe this warning might be related
  5. M

    Issue Performance Booster performance

    Goodmorning, I'm liking the serverwide performance booster but having issues with the serverwide performance booster. For installations with many domains (1k+) and databases the serverwide performance booster web pages takes forever to load, if it even loads at all. Most of the times my session...
  6. M

    Input Your experience with "Mail delivery troubleshooting" in Plesk

    Like @AYamshanov said, you also need to update Log Browser extension.
  7. M

    Resolved ext.catalog.plesk.space: Connection refused

    Good afternoon, Is the Plesk web store having issues? We just updated to 18.0.62. @:~$ telnet ext.catalog.plesk.space 443 Trying 167.172.164.217... telnet: Unable to connect to remote host: Connection refused Regards, Mark
  8. M

    Question Migration from plesk to plesk db error

    For point 3 one might use the script below. The directory looks like /usr/local/psa/var/modules/panel-migrator/sessions/..../target-server/db-dumps #!/bin/bash # Specify the directory directory="/path/to/directory" # Iterate over each .sql file in the directory for file in "$directory"/*.sql...
  9. M

    Question Migration from plesk to plesk db error

    Our current workaround to work around "ERROR at line 1: Unknown command '\-' ": Run the Plesk Migrator like normal Run on source: cd /root && /usr/sbin/plesk db -e "show databases" | grep -v -E "^Database|information_schema|performance_schema|phpmyadmin" > dblist.txt and move dblist.txt to...
  10. M

    Question Migration from plesk to plesk db error

    Duplicate with Issue - MariaDB failed imports - ERROR at line 1: Unknown command '\-'. From reading MDEV-34183 it seems Plesk should apply the following workaround after creating the dump or before importing the dump: you can use mariadb-dump|tail +2 to remove the problematic line when making...
  11. M

    Issue MariaDB failed imports - ERROR at line 1: Unknown command '\-'.

    Duplicate with Question - Migration from plesk to plesk db error
  12. M

    Question Migration from plesk to plesk db error

    @Kaspar@Plesk We are unfortunately running into the same issue. Migrating from CentOS 7.9 with MariaDB 10.5.25 to Ubuntu 20 with MariaDB 10.3.39 fails. Migrating from CentOS 7.9 with MariaDB 10.5.25 to Ubuntu 22 with MariaDB 10.6.16 fails. Any idea or workarounds? We have some migrations...
  13. M

    Physical hosting incorrectly active

    @Kaspar after some more digging it seems the cause of the issue is "Switch on mailing lists". When "Switch on mailing lists" is selected during provisioning an upgrade to a Service Plan without "Switch on mailing lists" enabled results in the error in regards to "Physical hosting".
  14. M

    Physical hosting incorrectly active

    @Kaspar you are onto something indeed. It is happening only to one specific "Service Plan". This Service Plan does not have "Physical hosting" selected (determined with "plesk bin service_plan --info | grep "Physical hosting"). This specific Service Plan is copied to dozens of servers and has...
  15. M

    Issue Installing Rocket Chat in Plesk with Docker using tutorial, need an answer.

    seems that way, yes. Looks like you need to install something else server wide in order for your tutorial to work.
  16. M

    Question WP Toolkit Codeable

    +1 for this. This should not be enabled by default.
  17. M

    How can I disable wordfence database

    Great stuff @custer !
  18. M

    Issue Installing Rocket Chat in Plesk with Docker using tutorial, need an answer.

    You have still not added docker-compose to the chroot template, you only added the program "ssh". You now made the program "ssh" available for the website in question. After adding the right programs to the chroot template you log in to Plesk, open the subscription and open a SSH terminal from...
Back
Top