• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Recent content by fab4_33

  1. F

    Issue Can't restart Maria since upgrade to 18.0.41

    hi @IgorG thanks for info MYSQL_PWD=`cat /etc/psa/.psa.shadow` mysql -Ns -uadmin psa -Ne"show databases" | grep -v information_schema | grep -v performance_schema > /root/db_list.txt mkdir /root/db_backup/ cat /root/db_list.txt | while read i; do MYSQL_PWD=`cat /etc/psa/.psa.shadow` mysqldump...
  2. F

    Issue Can't restart Maria since upgrade to 18.0.41

    from grep mysql /var/log/messages output : https://mariadb.com/kb/en/library/innodb-recovery-modes/ for information about forcing recovery. Feb 2 10:37:36 mywebsite mysqld: 2022-02-02 10:37:36 140505097390272 [ERROR] [FATAL] InnoDB: Trying to read page number 4294967295 in space 0, space name...
  3. F

    Issue Can't restart Maria since upgrade to 18.0.41

    from grep maria /var/log/messages output : ttps://mariadb.com/kb/en/library/innodb-recovery-modes/ for information about forcing recovery. Feb 2 10:29:38 mywebsite mysqld: To report this bug, see https://mariadb.com/kb/en/reporting-bugs Feb 2 10:29:38 mywebsite mysqld: The manual page at...
  4. F

    Issue Can't restart Maria since upgrade to 18.0.41

    i try of df -H /dev/root 21G 15G 4,7G 77% / devtmpfs 17G 0 17G 0% /dev tmpfs 17G 0 17G 0% /dev/shm tmpfs 17G 984M 16G 6% /run tmpfs 17G 0 17G 0% /sys/fs/cgroup /dev/sda1 535M...
  5. F

    Issue Can't restart Maria since upgrade to 18.0.41

    Hello all ! I upgrade to 18.0.41, all seems goods until yesterday, in plesk admin i clean some old database, but after a while il can't connect anymore : from admin panel DB query failed: SQLSTATE[HY000] [2002] No such file or directory if i do : plesk repair installation i got Warning...
Back
Top