• 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
  • Please beaware of a breaking change in the REST API on the next Plesk release (18.0.62).
    Starting from Plesk Obsidian 18.0.62, requests to REST API containing the Content-Type header with a media-type directive other than “application/json” will result in the HTTP “415 Unsupported Media Type” client error response code. Read more here

Recent content by Jan Bludau

  1. Jan Bludau

    Resolved npm not available

    you could do a symlink way like nano ~/.bashrc alias npm='/opt/plesk/node/22/bin/npm'
  2. Jan Bludau

    Issue Unable to make database dump

    under ls /usr/bin/maria* are also many tools listed that are suitable :)
  3. Jan Bludau

    Resolved Plesk backup can not Dump databases MariaDB 10.6.7

    put this in the file called /etc/mysql/mariadb.conf.d/50-server.cnf # Instead of skip-networking the default is now to listen only on # localhost which is more compatible and is not less secure. bind-address = 127.0.0.1 #skip-name-resolve
  4. Jan Bludau

    Issue Plesk Migrator - "Can not connect to the Plesk database"

    There was no connection possible via ssh, i.e. port 22, so VPN helped me! The startup routine should check better whether ssh is actually accessible tail -f /var/log/auth.log
  5. Jan Bludau

    Issue Plesk Migrator - "Can not connect to the Plesk database"

    i'm not at home...i'm at a new workset environment.. the "PermitRootLogin" setting is "yes" - sudo nano /etc/ssh/sshd_config i can say VPN = ON => Plesk Migrator is working / VPN OFF = Plesk Migrator is not working. i can't get the associations. i think the Port 22 for SSH is blocked and the...
  6. Jan Bludau

    Issue Plesk Migrator - "Can not connect to the Plesk database"

    I am using the root credentials. I had to use a VPN service to open the ports I needed, but I thought everything goes from server A to server B without my own laptop. To connect to the database, a source/target server connection seems to have to be established locally to my PC. bizarre.
  7. Jan Bludau

    Issue Plesk Migrator - "Can not connect to the Plesk database"

    Hello Plesk Community, I'm faced with a new problem with the Plesk extension "Plesk Migrator" that I'm not familiar with. Within tail -f /var/log/auth.log I can see how the target computer logs into the source computer. So far so good, but the migrator fails to connect correctly to the...
  8. 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...
  9. Jan Bludau

    Resolved Php 8.3 ?

    Nice Job. It works one of my project sites is now on PHP 8.3.0
  10. 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
  11. 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
  12. 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
  13. 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
  14. 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...
  15. Jan Bludau

    Resolved Php 8.3 ?

    nice to know 10 to 14 days that's fast enough :-)
Back
Top