• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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