We are trying to migrate all the configurations in our current R80.10 open server to a new box with R80.30 (open server).
Spent already a few days with all found instructions to no avail.
We installed the R80.30 upgrade tools in the 80.10 security gateway. The package is installed at /opt/CPupgrade-tools-R80.30
If we run from that path "./migrate export filename.tgz" we get an error. In the error logs we see that it attempts to run the "pre_upgrade_verifier" (why?). But the package does not contain the pre_upgrade_verifier
[20 Sep 11:02:05] [ExecCommandGetOutput] Going to execute command: '"/opt/CPupgrade-tools-R80.30/bin/././pre_upgrade_verifier" -p "/opt/CPsuite-R80/fw1" -c 6.0.4.8 -t 6.0.5.0'
[20 Sep 11:02:05] [ExecCommandGetOutput] ERR: Command completed with error code -1
[20 Sep 11:02:05] ..<-- ExecCommandGetOutput
[20 Sep 11:02:05] [PreupgradeVerifierRunner::exec] ERR: Preupgrade verifier had failed
[20 Sep 11:02:05] [PreupgradeVerifierRunner::exec] Preupgrade verifier's output:
-------------------------------------
"/opt/CPupgrade-tools-R80.30/bin/././pre_upgrade_verifier" -p "/opt/CPsuite-R80/fw1" -c 6.0.4.8 -t 6.0.5.0: No such file or directory
-------------------------------------
If we the copy the pre_upgrade_verifier from "$FWDIR/bin/upgrade_tools/" to "/opt/CPupgrade-tools-R80.30" and we run "migrate" again, pre_upgrade_verifier obviously fails because it does not support being run from 6.0.4.8 to 6.0.5.0
We then tried running "/opt/CPupgrade-tools-R80.30/scripts/migrate_server export -skip_upgrade_tools_check -v R80.30 <output tgz file>". After a few minutes running, it ends with an error, but no indication of a log or anything similar with a description of the error. Disk space has been reduced by 200MB,
Can anybody help with this? Thanks!