Fail to restore backup

Hi!

I'm trying to restore (recreate deleted server) from a backup and it fail.

Please help me finding a solution ASAP. The customer is going crazy (he's already) for some emails that he's unable to restore.

Thanks in advance!

Here's the message:

Starting restore of 1 domains from local file /.....

Extracting backup archive file .. .. done

Re-creating virtual server mywebsite.com .. .. the following warnings were detected :

SSL is being enabled for more than one domain on the IP address 111.22.1111.222. Apache on your system supports SNI, which will allow modern browsers to get the correct certificate in this situation. However, older browsers may see the first certificate for the IP, which is only valid for : *.gestionminute.com, gestionminute.com .. failed! See the progress output above for the reason why.

Status: 
Closed (works as designed)

Comments

Howdy -- it looks like you may need to tell it to ignore errors during the restore process.

A quick way to do that would be to use the command line, and use a command such as this in order to restore that domain:

virtualmin restore-domain --source /path/to/backup_file.tar.gz --all-domains --all-features --skip-warnings --continue-on-error

Actually, it should be just warnings you need to skip; that can be done with this command:

virtualmin restore-domain --source /path/to/backup_file.tar.gz --all-domains --all-features --skip-warnings

Hi!

thanks for fast reply but i dont want to overwrite other servers or to delete something using the option "all-dmain"...

I have around 50 domains configured on this server, so, it's really important to dont break anything.

Can i be sure everything will be ok?

The --all-domains flag just tells the restore command to restore all domains in the backup - other domains will not be effected.

ok thanks a lot!