• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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