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

How can i reach backups in FTP Backup Repository after reinstall the system

KaderU

New Pleskian
i have a problem listing the ftp backups in FTP Backup repository. When i reinstalled my system, i wanted to restore my server from my ftp backups. But altough the backup files exists in ftp repository and ftp repository settings are right, i can not see my ftp backups in ftp repository that are created before.

Is there a configuration to see ftp backups that are created before.


Thank you.
 
These settings about existed backups are stored in Plesk database. When you have reinstalled Plesk database settings were lost for these backups.
 
Igor,

That is a good question... Because even if I try from the command line:

Code:
pleskrestore --restore backup_domain_vhost_1003060141.xml -level domains

Code:
Dump does not exist in repository

And when I try

Code:
pleskrestore --restore backup_domain_vhost_1003060141.tgz

I get

Code:
pmm-ras error (Error code = 1):
== STDOUT ====================
Archiver error: unable to extract files from /var/lib/psa/dumps/restore/backup_domain_vhost_1003060141.tgz

Therefore, how am I supposed to restore a domain ?
 
The problem in that backup directory is not complete - seems that directory '.discovered' is not there. This is very important directory used by Plesk to determine and store backup's properties.

Try to create this directory and directory for backup in it:
[root@ backup]# mkdir -p .discovered/backup_domain_vhost_1003060141
 
Back
Top