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

psarestore complete but no website content

O

OutKa5t

Guest
Hi All,

After 4 days of grief I have finally migrated servers. The psarestore succeeded and I have all client data, config, emails, db's etc..

However psarestore didnt restore the website content for each domain or even the folder structure in

/home/httpd/vhosts/

Is this normal? I thought the website content was supposed to be backed up aswell. Is there a way to backup and restore just the website content?

For the record my backup and restore commands were

/usr/local/psa/bin/psadump -F -f - | split -b 1000m - /dump.*
/usr/local/psa/bin/psarestore -f dump.* -m map_file

Thanks in advance
 
You should perform the migration with cat, rather than an asterisk:

cat dump.* | /usr/local/psa/bin/psarestore -f - -m map_file -s shell_map

I believe you need the shell map too, which you didn't mention.
 
Hi Cranky, Thanks for the reply. You are correct I didnt add the shell_map command. I ran the restore with your example and as expected the shell_map file was created ready for editing.

However, my shell_map file only contains one line as below

/bin/false => /bin/false

and I am not sure what to add/edit. Can you help?
 
Ignore that. There was no need to edit the file as the locations haven't changed.

Thanks
 
Back
Top