• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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