xhente / omv-regen

Do you need to backup or restore the OMV configuration? This is the solution.
29 stars 2 forks source link

New machine different MAC address #1

Closed Denist79 closed 1 year ago

Denist79 commented 1 year ago

I tried the script using a config file from one machine and tried to restore but error arise about different MAC address and then cannot login to the webgui after reboot.

Is there not a way to use this process if you want to move to a different machine or is this only for existing machines.

Thanks.

xhente commented 1 year ago

The last step of the script is the regeneration of the network interface. At that time, a message is displayed on the screen for 10 seconds that allows you to bypass this setting from the network interface by pressing any key. Then the current network settings will be kept. This should allow installation on any machine. In either case, if the regeneration is already complete, you should be able to restart the network interface using omv-firstaid in the CLI.

Denist79 commented 1 year ago

Ok, would it not be beneficial for the script to stop at the end asking is this a new machine or restoring an original OMV6 and you can answer yes or no then it proceeds.

I am trying to restore the config on another machine to test it just in case I have a board failure and this would be beneficial.

I am also getting this error sometimes trying to restore. sometimes it goes through other times the below is displayed.

“The OMV version of the original server does not match. Exiting…”

And now it cannot proceed due to this error and would need to reinstall OMV again to try and restore.

Any tips

thanks.

Denist79 commented 1 year ago

I forgot to add the -b and I think I jammed it heheh. Trying again.

Denist79 commented 1 year ago

Tried again and same thing happened not sure why it’s not working.

xhente commented 1 year ago

Ok, would it not be beneficial for the script to stop at the end asking is this a new machine or restoring an original OMV6 and you can answer yes or no then it proceeds.

Paralyzing the script may not be convenient, I prefer an unattended installation, although it is possible to kill, otherwise the script continues. I could add an option to schedule this before launching the script, I'll look into that.

“The OMV version of the original server does not match. Exiting…”

This is a limitation of the script. Regeneration depends on the version of each package available on the Internet being the same as the one installed on the original system. If they are different versions the format of the fields in the database could also be different. This would create problems. I can't do anything about it if there are no older versions on the internet. That is why it is warned in the documentation that it is convenient to make the backup and immediately do the regeneration. If a version of a package has been updated between the two steps the regeneration will not be possible.

Denist79 commented 1 year ago

It looks like there was an OMV update that halted the restore. The script downloads the latest OMV update but the backup files are older and It halts the restore process. Any ways this can be done differently or is this a limitation where the backup and updates have to be current and matching.

Thanks.

Denist79 commented 1 year ago

Ok, would it not be beneficial for the script to stop at the end asking is this a new machine or restoring an original OMV6 and you can answer yes or no then it proceeds.

Paralyzing the script may not be convenient, I prefer an unattended installation, although it is possible to kill, otherwise the script continues. I could add an option to schedule this before launching the script, I'll look into that.

“The OMV version of the original server does not match. Exiting…”

This is a limitation of the script. Regeneration depends on the version of each package available on the Internet being the same as the one installed on the original system. If they are different versions the format of the fields in the database could also be different. This would create problems. I can't do anything about it if there are no older versions on the internet. That is why it is warned in the documentation that it is convenient to make the backup and immediately do the regeneration. If a version of a package has been updated between the two steps the regeneration will not be possible.

Makes sense thanks.

Denist79 commented 1 year ago

Backup has been restored and works as expected, I even tried the network suggestion above and that works too.

Thanks.

xhente commented 1 year ago

Added option to skip network regeneration.