• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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