Backup Failure handling in Plesk

Question

Is it possible to to force Plesk Automation to move previously created backup files from the PA service node to backup node in case if backup node was unavailable during backup creation?

Answer

At this moment it is not possible in PA to force PA to move previously created backup files from the PA service node to backup node. In this case the best solution for this issue will be to remove the backup files from theC:\Windows\temp directory manually, return backup node back to availability and create a backup of subscriptions.

The issue reported is a Feature Request. It cannot be fixed without the Source Code interference.

How to Install and Configure MySQL Cluster

To implement a MySQL Cluster, we have to install three types of nodes. Each node type will be installed on it’s own server. The components are:

1. Management Node – NDB_MGMD/MGM
The Cluster management server is used to manage the other node of the cluster. We can create and configure new nodes, restart, delete, or backup nodes on the cluster from the management node.

Read More