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

Can I ftp a backup file to the server and restore from that?

Kroptokin

Regular Pleskian
I can't seem to upload my backup file via the browser interface. (The upload never starts). Probably due to a poor upload connection speed from my ISP.

I can upload via SFTP (at quite a slow rate). If this works - can I just move the backup file to a location on the server and it will appear in the server repository in the control panel? One point to note is that I am backing up to a new server - not the one the backup file was made on.

Thanks
 
can I just move the backup file to a location on the server and it will appear in the server repository in the control panel?
Yes, you will see this backup in UI if it will be uploaded to correct location (/var/lib/psa/dumps for server backup, for example). But success of restoring will depend on method of backup creation.
 
Hello Kroptokin,

To elaborate a bit, you can upload the backup files to the server via FTP and then import them via the command line as described here (if you're on Linux), or here (Windows). The backup will be placed in the proper directory and will be visible in Plesk.

Now, the fact that the backup was made on a different server complicates things a bit. For security purposes, we encrypt a fair chunk of info stored in Plesk backups (passwords mainly). Now, if you used the "password protect" function when backing up, you're all good, just input the password when prompted during restoration. If not, the functionality of the restored websites may be impacted.
 
Yes, you will see this backup in UI if it will be uploaded to correct location (/var/lib/psa/dumps for server backup, for example). But success of restoring will depend on method of backup creation.
hi, i follow your method, but i dont see the dump in plsek. how to fix this?
 
If you have a backup archive, e.g. a backup_*.tzst file, then you can upload that file to any location on your server and import it through a command line command:
PLESK_BACKUP_PASSWORD="yourpassword" plesk sbin pmm-ras --import-file-as-dump --dump-file-specification /path/to/backup_archive_file.tzst
 
Back
Top