• 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!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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 EmilioO

  1. EmilioO

    Resolved "Column count of mysql.proc is wrong" : Cannot export database from Plesk

    mariadb-upgrade -u admin -p`cat /etc/psa/.psa.shadow` for ubuntu: mysql_upgrade -u admin -p`cat /etc/psa/.psa.shadow` Without space between "-p" and "`cat /etc/psa/.psa.shadow`" Thanks @PeterK900
  2. EmilioO

    Resolved After upgrading from ubuntu 18.04 to Ubuntu 20.04 MySQL 8.0 and plesk stop working at 100%

    I'm using Ubuntu, check the second link, also in first link point to Plesk article for linux.
  3. EmilioO

    Resolved After upgrading from ubuntu 18.04 to Ubuntu 20.04 MySQL 8.0 and plesk stop working at 100%

    https://support.plesk.com/hc/en-us/articles/12377016800279-How-to-switch-from-MySQL-to-MariaDB-on-Plesk-for-Windows https://www.plesk.com/blog/product-technology/mysql-vs-mariadb/ But be careful the guide its not 100% correct. I think you don't hace to import Mysql main database.
  4. EmilioO

    Resolved After upgrading from ubuntu 18.04 to Ubuntu 20.04 MySQL 8.0 and plesk stop working at 100%

    Thanks, finally resolved the problem by switching to MariaDB.
  5. EmilioO

    Resolved After upgrading from ubuntu 18.04 to Ubuntu 20.04 MySQL 8.0 and plesk stop working at 100%

    I used the script to upgrade ubuntu 18.04 to 20.04, upgrade fails and I have to manually recovery packages and database dumps from backup. After many fixes I got plesk running again but certain tasks (backups, plesk repair installation) fails which the error "Plugin caching_sha2_password could...
  6. EmilioO

    Question Fail2ban for MySQL

    This regex works: failregex = ^.*\[Warning\] Access denied for user .*@'<HOST>'.*\(using password: YES\)$ On ubuntu 20.04, Plesk 18 and MariaDB server.
  7. EmilioO

    Issue Plesk Repair Installation command fails

    --> Free space on the drive. I've problems of space (I'm rising max size of /var partition) but at the moment of error I've 18G of free space, I think It's enough to run the command. --> View the "threads_connected running show status LIKE 'threads_connected' (your query gives me an empty...
  8. EmilioO

    Issue Plesk Repair Installation command fails

    there is no entry of mysql on /var/log/messages or /var/log/syslog. I've an /var/log/mysql/error.log enabled. I've empty it rerun Plesk repair installation , this is the output: 2021-08-22T20:01:18.481561Z 219153 [Note] Access denied for user 'root'@'localhost' (using password: NO)...
  9. EmilioO

    Issue Plesk Repair Installation command fails

    same. **** Product repair started. Started bootstrapper repair procedure. This may take a while. Certain actions may be skipped if not applicable. Trying to start service mysql... active done Trying to establish test connection... connected done Trying to find psa database... version is...
  10. EmilioO

    Resolved Random 404 Apache + Nginx Reverse Proxy

    After many try / error test (disabled nginx, nginx cache, changing nginx/ apache options in domains) problem seems to has gone. I don't know how to specify solve it, but it seems to be related to incorrect domain configuration options of reverse proxy and other nginx options stucked in some...
  11. EmilioO

    Issue Plesk Repair Installation command fails

    Plesk reapair installation command fails. Output shows unable to connect to mysql through socket. Enviroment: Ubuntu 18.04 Plesk Obsidian 18.0.37 MU2 psa.conf: MYSQL_SOCKET /var/run/mysqld/mysqld.sock my.cnf : socket = /var/run/mysqld/mysqld.sock Commands as Plesk db , o Plesk repair...
  12. EmilioO

    Issue Composer Error in repos with @ in the name tag

    Composer extension fails to show packages list on repos with tag name with @ in the name. Other domains works perfect with composer. You cloud try with this repo: https://github.com/inFureal/artisan-gui
  13. EmilioO

    Resolved Random 404 Apache + Nginx Reverse Proxy

    No I've not resolved the issue on my server, Now I have disabled nginx package. I think that it's a apache related problem more than nginx side. I will test by rebooting the server. Thanks!
  14. EmilioO

    Resolved Random 404 Apache + Nginx Reverse Proxy

    Hi, there is not .htaccess file on domain I'm using for testing only a plain html file in dir. Nginx caching Is disabled, I also delete /var/cache.. files and disabled all Nginx cache for all domains (one by one)
  15. EmilioO

    Resolved Random 404 Apache + Nginx Reverse Proxy

    OS: Ubuntu 16.04 Plesk: 18.0.33 Since several month newly created domain or subdomains that has enabled Nginx as reverse proxy stop working properly: Its random generate 404 errors (If you refresh the page 10 times generate about 70% error). I've try repairing web, fs and checking any...
Back
Top