• 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!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.

Search results

  1. Jan Bludau

    Issue System Error 11 in mysqldump

    innodb_buffer_pool_size=100M 100MB only is looking strange should be 75%-80% of the RAM
  2. Jan Bludau

    Issue System Error 11 in mysqldump

    How big is the database approximately? did you tried this Unable to copy/back up a database in Plesk: mysqldump: Error 2013: Lost connection to MySQL server during query when dumping table - Support Cases from Plesk Knowledge Base? [mysqld] innodb_buffer_pool_size=100M max_allowed_packet=1024M...
  3. Jan Bludau

    Issue System Error 11 in mysqldump

    try to use mysqldump with --skip-lock-tables mysqldump --skip-lock-tables --skip-extended-insert --max_allowed_packet=512M -u [username] -p[password] [database] > backup.sql
  4. Jan Bludau

    Issue System Error 11 in mysqldump

    did you really stored this in the right section? [mysqld] max_allowed_packet = 2G what is your commandline for mysqldump ? there are the option --skip-lock-tables did you restart you mysql / mariadb Server? and also --skip-extended-insert
  5. Jan Bludau

    Issue Server is permanently down and unavailable

    it should work via the subscription settings. Service Plans -> Hosting Plans -> Service Plan Name -> PHP Settings .... PHP-FPM Settings and click on “Update & Sync”.
  6. Jan Bludau

    Issue Backup Manager Error

    go to your domain directory /var/www/vhosts/<domain>/ use ls -al to display the directory. There you will see the usernames check whether the directory has the username first "Name" in the display. ls -al /pathtoyourdomain/ Next, compare the name with the directories where you have “permission...
  7. Jan Bludau

    Issue System Error 11 in mysqldump

    Increase max_allowed_packet Size: If your query has blob data, this issue can be fixed by increasing the max_allowed_packet size in your my.ini file. By default, this will be 1M (the allowed maximum value is 1024M). If the supplied value is not a multiple of 1024K, it will automatically be...
  8. Jan Bludau

    Issue Apache2/ mod security error

    Did you click both on the left and the second one in the Plesk error message? The configuration files should be regenerated. login via SSH and run apt-get update next apt-get upgrade are there any errors? maybe you need to run: apt --fix-broken install never delete plesk packages by doing this.
  9. Jan Bludau

    Issue Server is permanently down and unavailable

    for really small websites use "ondemand" for small - middle sized traffic dynamic with pm.start_servers = 2-4 pm.min_spare_server = 1-2 pm.max_spare_servers = 4-6 it depends really how many websites on your hosting machine and how many traffic they have. But @Maarten. you should monitor...
  10. Jan Bludau

    Issue Backup Manager Error

    seems to be a permissions problem run under SSH the following command: plesk repair fs abc.de -y have a look at this nice guide Plesk Repair Utility
  11. Jan Bludau

    Question Error 500 and no logs available

    Sure that you had enabled in the PHP configuration of plesk log_errors = on ? this is showing your more detailed information about the error
  12. Jan Bludau

    Issue Server is permanently down and unavailable

    use this for high traffic website: pm = dynamic pm.start_servers = 8 pm.min_spare_servers = 4 pm.max_spare_servers = 16
  13. Jan Bludau

    Issue Server is permanently down and unavailable

    1.5x is enough it should work for you 1 GB is really not enough = 48 GB be careful with PHP-FPM dynamic. Never start more servers than you have CPU cores, the maximum you can set is the number of threads, which for you is 8 x 2 = 16. and setup /etc/ningx/nginx.conf worker_processes 8; or...
  14. Jan Bludau

    Issue Server is permanently down and unavailable

    Be careful with MariaDB 80% memory usage of your RAM. Especially in the midday hours, more traffic can occur on your server and more PHP "workers" can be started, which use up additional RAM. If the RAM is less than 1 GB, the swap size should be at least the size of the RAM and at most twice the...
  15. Jan Bludau

    Issue Server is permanently down and unavailable

    this one is more stable because of the usage of swapon -s this exists everywhere @debian. #!/bin/bash # Display RAM usage in percent echo "RAM Usage:" free | awk '/Mem/{printf("Used: %.2f% \n"), $3/$2*100.0}' # Display Swap usage in percent echo "Swap Usage:" SWAP_TOTAL=$(swapon -s | awk...
  16. Jan Bludau

    Issue Server is permanently down and unavailable

    Maybe you need a shell-script #!/bin/bash # Check if the MariaDB service is running if systemctl is-active --quiet mariadb then echo "MariaDB is running." else echo "MariaDB is not running. Restarting MariaDB..." # Restart MariaDB systemctl start mariadb if systemctl...
  17. Jan Bludau

    Input For security reasons: Turn off outputting PHP Version and also Webserver Version

    Domain PHP Configuration: Add the following lines for security reasons: exposephp = off servertokens off Why didn’t Plesk decide to make these lines available as options in Plesk? In my opinion, it’s irrelevant which version I use when it comes to port scanning or Showdan.io. Especially with...
  18. Jan Bludau

    Issue Updating Debian 10 to 11

    The Plesk apt-get dist-upgrade still worked without errors
  19. Jan Bludau

    Resolved Change from MariaDB version 10.3.39 to MariaDB version 10.11.6

    I'm sorry for OFF-TOPIC! My question thread - Question - Can i use MariaDB 11.x with Plesk 18.0.57?
  20. Jan Bludau

    Question Can i use MariaDB 11.x with Plesk 18.0.57?

    I understand the long term support mindset. Okay, the advantage is of course that Plesk updates it alone. - MariaDB 11.2.2 Release Notes - MariaDB 11.0 – new optimizer, new major version series - MariaDB.org - MariaDB Would Plesk also update from MariaDB 10.11.x now LTS (Long Term Support) to...
Back
Top