This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Restore backup from 8.103 to 8.201

Ok, so in my other post, I mentioned that I couldn't get the system to run up2date successfully after adding my settings, so I thought I'd restore from backup of 8.103.  Did a fresh install of ASG, got to the wizard asking to restore from backup, and it goes and sits there like it's trying to upload the backup file, then after about 10 minutes, it comes back and says "BAD REQUEST" and doesn't upload the file..

Is there an issue restoring a backup that was done in 8.103?


This thread was automatically locked due to age.
  • I just tried this on my test box and it worked fine.  8.103 backup onto an 8.201 install.  Let's try this:  Get through the initial setup wizard as quickly as possible, but do not upload the backup yet.  Get into WebAdmin, then wait for the post-installs stuff to settle down a bit (you'll know when the CPU settles down).  Then go to Management>>Backup/Restore and upload and restore your backup from here.
    __________________
    ACE v8/SCA v9.3

    ...still have a v5 install disk in a box somewhere.

    http://xkcd.com
    http://www.tedgoff.com/mb
    http://www.projectcartoon.com/cartoon/1
  • You can also try this:
    1. put your configuration file on an empty DOK.
    2. reboot your Astaro system with the DOK inside your machine.
    While booting, Astaro will look in your DOK and pull the configuration from there - before ending the boot process.

    Also try another backup file (if you have one)- just in case...
  • I tried going through the wizard, letting everything calm down, and attempting to upload the file... same error after about 10 minutes it says "Bad request" and never uploads the file.  I know upload is working because I was able to upload my keyfile just fine.

    I still have my old astaro server up on 8.103 and tried a new backup file fresh from there, and it still gave the same message.

    This is on a virtual machine, however I'm installing direct from the ISO instead of using the virtual ovf files.. Should I try again with that instead? Or will it make much difference?
  • You can also try this:
    1. put your configuration file on an empty DOK.
    2. reboot your Astaro system with the DOK inside your machine.
    While booting, Astaro will look in your DOK and pull the configuration from there - before ending the boot process.

    Also try another backup file (if you have one)- just in case...


    -- Tried that as well after trying the last suggestion, and it completely ignored the backup file.
  • It's possible that the backup file is currupted.  Do you have other 8.1x backups that you could try?  This would be the next thing I would do.

    Another thing we can try is through the bash shell (command line).  You'll need to use both WinSCP and Putty (or another SSH program) for this.  Go into WebAdmin and set root and loginuser passwords.  Use SCP to pull the raw backup file off of your old system from /var/confd/var/storage/snapshots/.  You'll need to use backup.plx -l to find the right one.  Now use SCP to place your backup file at /var/confd/var/storage/snapshots/.  Follow the restore instructions at https://support.astaro.com/support/index.php/Restoring_a_Backup_from_Command_Line.
    __________________
    ACE v8/SCA v9.3

    ...still have a v5 install disk in a box somewhere.

    http://xkcd.com
    http://www.tedgoff.com/mb
    http://www.projectcartoon.com/cartoon/1
  • Ok, so I actually tried that as soon as you suggested it.. SCP'd my backup files.. both the new one and an old one.  Tried them both, with the backup.plx -l and the backup restored, however I could not get to the webadmin pages once the system rebooted.  And also the updates stopped working as soon as the backup was installed.
  • OK, hate to say it, but there is something very wrong with your old config-backups.  

    We could now try to figure out what is now going on with WebAdmin, but it would all be from shell shell and very time consuming.  First step would be to check the interface addresses using ifconfig.

    IMO, you're best bet at this point would be to do a fresh install and just reconfigure from scratch.  For list based entries, like blocked sites in the web proxy for example, you can do a cut and paste from the old machine.
    __________________
    ACE v8/SCA v9.3

    ...still have a v5 install disk in a box somewhere.

    http://xkcd.com
    http://www.tedgoff.com/mb
    http://www.projectcartoon.com/cartoon/1
  • Do you happen to know what may be blocking updates as soon as I get through reconfiguring?  Is there something that should be unblocked for updates to work? I've already done the reconfiguration once, took 3 1/2 hours because of all my configurations.. so I dont want to do this again and find out that updates are broken again because i'm blocking the same thing on the original ASG.. ideas?
  • "however I could not get to the webadmin pages once the system rebooted. "

    Happened to me also .
    It might Change the Ethernet order in your Astaro machine.
    Try to connect and login from another Astaro NIC.
  • Login to the shell, and run ifconfig to see if the NICs and IPs are in the same order as before.

    You can also use ethtool to see which NICs have a connection, which can help determine the order of the NICs.

    Barry