• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Please beaware of a breaking change in the REST API on the next Plesk release (18.0.62).
    Starting from Plesk Obsidian 18.0.62, requests to REST API containing the Content-Type header with a media-type directive other than “application/json” will result in the HTTP “415 Unsupported Media Type” client error response code. Read more here

Plesk Backup hangs on backing up big database

Thomas Becker

Basic Pleskian
Hello,
The Plesk Backup Tool hangs without proceeding anymore and without showing error messages. I tried commandline backup and also vie Plesk Panel. The backup of the vhost is done successfully (tgz is created in /var/lib/psa/dumps/clients/…) but no database backup is created in /var/lib/psa/dumps/clients/… . The database is about 2 GB.

I successfully did a test dump of that database with
mysqldump DB -u"USER" -p"PASSWORD" -h"localhost" > testdump

I can't find something related to that in the log files:
/usr/local/psa/PMM/sessions/<session>/psadump.log
/usr/local/psa/PMM/sessions/<session>/migration.log
/usr/local/psa/PMM/logs/migration.log
/usr/local/psa/PMM/logs/pmmcli.log

Please give me some advice to track that down.
Thanks.

Thomas
 
Hello InderS,
thanks for your answer.
Meanwhile I found the solution by my own. MU#53 fixed it.
So the problem was not the big database.
 
Back
Top