• 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!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.

Resolved Restore content after new setup

jonny_alex

Basic Pleskian
Hello dear Plesk Users

I'm currently having big trouble with my Website Restore in Plesk.

After researching for a solution i Need to consult you now

I had to reset the whole server and the whole Plesk surface yesterday, therefore i did a Backup and downloaded it on my Computer. Then i did the reset and now all is back on 0 again.

Now that my Websites aren't working i need to restore them. With the Plesk Interface it's not working. I start the upload and after a few seconds a page appears wich says page not available just like i would have entered an invalid URL.

So i tried to upload the file called:[backup_info_1705072300.xml.tar] to the directory /var/lib/psa/dumps

Then i started the command [plesk bin pleskrestore --restore backup_info_1705072300.xml.tar]
This message appeared afterwards in putty
Unable to find file './backup_info_1705072300.xml.tar'

Could you give me a step by step solution how i can do the upload, unzip, restore throug ftp and putty?

Greetings

Jonny
 
Hi jonny_alex,

using a Plesk command over the command line, you should always consider to use the system - user "root" and pls. make sure, that your PATH is correct and valid.

Code:
plesk bin pleskrestore --restore /var/lib/psa/dumps/backup_info_1705072300.xml.tar
... should work and should not produce any errors, when you uploaded the *.tar at "/var/lib/psa/dumps". ;)
 
Hey

I created the backup with the Plesk tool and downloaded it afterwards.

I uploaded it on the correct path and was logged in as root.

It's not clear to me why it doesn't wor.

My file ends.xml.tar IIs this a bad sign?

My customers are burning down my house because all websites are down
 
When i use your command line, the putty stops doing anything, no Progress visible it just stays all black with no reaction to whatever i put in
 
Hi jonny_alex,

pls. use the "--help" or/and "--man" string for additional informations about the Plesk CLI command, or pls. consider to read the official Plesk documentation at:


.. where you could notice, that you could use as well add the option strings "-verbose" or/and "-debug".
In addition, you could like the idea to inspect and investigate the corresponding log - file at "/var/log/plesk/PMM", to be able to see ( possible ) issues/errors/problems.
 
Back
Top