dleidert / openmediavault-upgrade

Script to upgrade openmediavault from one major release into the next

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

openmediavault-upgrade

This repository contains scripts to non-interactively upgrade openmediavault from one major release to the next. This includes upgrading the Debian Linux operating system OMV is running on.

The individual scripts are in their respective branches:

OMV2 -> 3: https://github.com/dleidert/openmediavault-upgrade/tree/2

OMV3 -> 4: https://github.com/dleidert/openmediavault-upgrade/tree/3

OMV4 -> 5: https://github.com/dleidert/openmediavault-upgrade/tree/4

Every branch has its own README file with instructions. Basically just get the tarball for your OMV version, unpack it, and run the omv-release-upgrade-X script (where X marks the OMV version we are upgrading to.

It is also possible to get the most recent version by downloading a tarball for a branch, e.g. for the 3 branch (upgrade OMV3 to 4):

wget -qO- https://github.com/dleidert/openmediavault-upgrade/archive/3.tar.gz | tar -xz
cd openmediavault-upgrade-3
sudo ./omv-release-upgrade-4

Feel free to report any issues via the issue tracker. Please include the log file which is created by the script.

The scripts are based on the original omv-release-upgrade script but are much more extensive and protective. Still they won't cover all cases. Please make sure to check out the Debian release notes for your release upgrade.

The scripts are licensed under the GPL-3 too.

About

Script to upgrade openmediavault from one major release into the next

License:GNU General Public License v3.0