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

Manual Restore

D

downkaos

Guest
I'm trying to manually restore 3 domains from another server and here is what I get when I try:

[root@main bin]# ./psarestore -f /home/ross/jufusworld.co.uk_2004.12.30_02.55 -m ip_map -s shells

===============================================================================

Attempt to connect to MySQL server ... done

===============================================================================

Checking packages installation ... done

===============================================================================

Restoration is stopped: domain dump is detected.

the ip_map file consists of one ip and the shells file just has /bin/bash in it.
 
Insure that your mysqld is running. It sound like it may be offline.

# ps auxww | grep mysql
 
This is what I use to manually restore either a client (with their associated domains) or a single domain of a client.

Client Restore – On Site Repository Sample
/usr/local/psa/bin/psarestore -f /home/backup/client-johnBU --clients-logins=/home/backup/psa-files/client-john -s /home/backup/psa-files/shell-john -m /home/backup/psa-files/ipmap-john

Domain Restore – On Site Repository Sample
/usr/local/psa/bin/psarestore -f /home/backup/yourdomainbackupfile --domains-names=/home/backup/psa-files/yourdomainfile -s /home/backup/psa-files/shell-template -m /home/backup/psa-files/ipmap-template --single-domain-mode --domain-name=yourdomain.org --domain-ip=xxx.xxx.xxx.xxx --client-login=john
 
Back
Top