• 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.

CRITICAL: Backup Fails -> Kills IIS & MYSQL

D

davex2cms

Guest
Hi,

Twice now plesk backup has failed and its taken down all the sites and MySQL service.

There are 590 sites on the server, it can easily handle this.

When it failed first time it was 443 sites into the backup and last time it was 466 into the backup.

Eventvwr shows 70 'admin' connections dropped -

Code:
d:\Program Files\SWsoft\Plesk\MySQL\bin\mysqld-nt.exe: Forcing close of thread 3  user: 'admin'

does plesk use a new database connection thread for each backup in websrvmng and if so do i need to change the mysql max_connections? The client wants over 1000 sites on this server...

Error on both occasions in plesk logs -

Code:
Exec 'd:\Program Files\SWsoft\Plesk\admin\bin\websrvmng' '--get-vhost-performance "--vhost-name=mydomain.com"'
Warning: System.Exception: Error in execute ''websrvmng' --get-vhost-performance "--vhost-name=mydomain.com"':

Can't query SELECT d.id, d.name, d.htype, d.status, d.displayName, d.cl_id, h.ssl FROM  { oj domains d LEFT OUTER JOIN hosting h ON h.dom_id = d.id } WHERE (d.name = 'mydomain.com'): MySQL error 2013:Can't connect to MySQL server on 'localhost' (10061)
   at psabackup.CommonEnv.execUtil(String utilName, String Arguments, String inputString, Hashtable envs)
   at psabackup.hosting.onPreDumpOperation(XMLRow row, DumpEnv env, DumpOperation operation)
Warning: System.Exception: The system cannot find the file specified. (Error code 2) at Connect to pipe
   at psaobsolete.psa.get_Item(String name)
   at psabackup.CommonEnv.execUtil(String utilName, String Arguments, String inputString, Hashtable envs)
   at psabackup.hosting.onPreDumpOperation(XMLRow row, DumpEnv env, DumpOperation operation)

Dave,

Dave
 
Thanks for reply.

Its currently running 4.1.12 ill update it when i get chance tommorow.

Do you think the MYSQL version will make a difference? It seems to be an issue with backing up too many sites.

We have other servers with 100-300 sites on the same setup and it works fine but this server with 600 it fails once every 10 days.
 
Back
Top