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

Resolved Mysql backup error

Anas_Altunji

New Pleskian
Hi

I have this error when make full server backup Plesk Onyx based on Ubuntu 16.04

Not all the data was backed up into /var/lib/psa/dumps/resellers/XXXX/XXXX mysqldump: Got error: 23: Out of resources when opening file './XXXXXXX/xxxxxxx.MYD' (Errcode: 24 - Too many open files) when using LOCK TABLES.
 
Dear Peter

I first changed /etc/security/limits.conf as above.
then add
LimitNOFILE=infinity
To
/lib/systemd/system/mysql.service
and restart mysql server.

Now it's working :)

Thanks :)
 
Back
Top