• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Search results

  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