• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

Backing up and restoring a domain

N

nandar

Guest
Hi,

If I backup a domain from Plesk control panel, will it also backup my database and mailboxes?

If I want to restore it to my another plesk server (same Plesk version), what will be the restore procedure?

Thanks.
 
Here is the answer for my question.

I used command line to backup/restore so that I can see what is going on. Here are the steps.

1) backup the domain

#pleskbackup -v domains yourdomainname.com backupfilename.bkp

2) Then create a map file

#pleskrestore --create-map backupfilename.bkp -map yourmapfilename

map file should be like that below. if not, edit it.

++++++++++++++++++++++++++++++++++++++++++++++++++

[thisdomain'sclientname] # Client account name

yourdomainname.com 11.22.33.44 # IP address
mysql::mad:localhost:3306

++++++++++++++++++++++++++++++++++++++++++++++++++

Then you can restore it with the following command.

#pleskrestore --restore backupfilename.bkp -level domains -map yourmapfilename

This backup will back up everything including mailboxes and database.
 
Back
Top