• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Recent content by Jan Bludau

  1. Jan Bludau

    Resolved Patch: Postfix - 37C3 - SMTP Smuggling – Spoofing E-Mails Worldwide

    Username: TITLE Patch: Postfix - 37C3 - SMTP Smuggling – Spoofing E-Mails Worldwide PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE Debian 12, Postfix PROBLEM DESCRIPTION SMTP smuggling is a new attack technique SMTP smuggling is a new attack technique that allows attackers to...
  2. Jan Bludau

    Resolved Php 8.3 ?

    Nice Job. It works one of my project sites is now on PHP 8.3.0
  3. Jan Bludau

    Issue Backup Manager Error

    Plesk 18.0.57 WordPress toolkit works as expected for me no error like this: .wp-toolkit/backups: Cannot stat: Permission denied
  4. Jan Bludau

    Issue Server is permanently down and unavailable

    did you change the right mariadb.conf ? nano /etc/mysql/mariadb.conf.d/50-server.cnf
  5. Jan Bludau

    Issue System Error 11 in mysqldump

    Sind sie bei MariaDB oder mySQL ? Bei MariaDB liegt die config Datei hier nano /etc/mysql/mariadb.conf.d/50-server.cnf
  6. Jan Bludau

    Issue Server is permanently down and unavailable

    Nice PHP-FPM Calculator How much RAM is your database engine using? For MariaDB systemctl status mariadb For PHP-FPM systemctl status plesk-php82-fpm
  7. Jan Bludau

    Issue Server is permanently down and unavailable

    the default for pm.max_children is 100. I like to use this shell script ps -ylC php-fpm --sort:rss | awk '{sum+=$8; ++n} END {print "Total="sum/1024"MB("n")"; print "Average="sum"/"n"="sum/n/1024"MB"}'; really 3200 MB so much, sure that this isn't a memory leak in your script?? Ah you meant...
  8. Jan Bludau

    Resolved Php 8.3 ?

    nice to know 10 to 14 days that's fast enough :-)
  9. Jan Bludau

    Issue Server is permanently down and unavailable

    I'm not aware of any. you can only change the plesk bin php-handler otherwise there is no option. are there that many domains?
  10. Jan Bludau

    Issue System Error 11 in mysqldump

    MariaDB Tuning Script. wget https://raw.githubusercontent.com/major/MySQLTuner-perl/master/mysqltuner.pl chmod +x mysqltuner.pl ./mysqltuner.pl Funktioniert die Plesk Support Anleitung?
  11. 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
  12. 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...
  13. 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
  14. 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
  15. 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”.
Back
Top