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

Issue Hi backup manager crash when i try to restore

dblii

New Pleskian
hi i try to restore a database from my backups and it load for very long, the database i try to restore is just 5MB. FInally the database after 2hours not restored and the progress bar continue loading
 

Attachments

  • Screenshot 2020-04-30 at 3.27.10 PM.png
    Screenshot 2020-04-30 at 3.27.10 PM.png
    111.1 KB · Views: 5
If this is a virtual server with limited cpu power (e.g. 2 virtual cores), it is thinkable that a 45 GB restore takes that long. The reason for it is that the 45 GB needs to be downloaded from the archive location (if that is coming from an external system) and decompressed (on your local machine) first. Then the database can be restored from a dump file inside the archive.

How to find out?

What you can do is to start a shell while the restore is active and enter:
# ps aux | grep pmm

You will find several processes of the backup manager. You can then check whether these processes are actually doing something or whether they are stuck. For example you could

# strace -p <pid>

of a specific one of theses processes to check whether it is doing something.

You could also use the "top" command to see if the backup processes consumes a lot of cpu power (normally a restore does).
 
Back
Top