Hi all,
I'm trying to upgrade my OMV 5 installation (5.6.26) to OMV 6 using sudo omv-release-upgrade. Everything seemed to work perfectly, but it completed very quickly (less than 5 minutes) and after a reboot, I am still on OMV 5. Tried again and the same thing happened.
I found a thread where a similar issue was described: Upgrade from 5.6.21 to 6.x Didn't Work
Here are all the info that were asked for in this thread:
Code
root@NAS:~# dpkg -l | grep openm
ii openmediavault 5.6.26-1 all openmediavault - The open network attached storage solution
ii openmediavault-autoshutdown 5.1.21 all OpenMediaVault AutoShutdown Plugin
ii openmediavault-diskstats 5.1.1-2 all openmediavault disk monitoring plugin
ii openmediavault-keyring 1.0 all GnuPG archive keys of the OpenMediaVault archive
ii openmediavault-omvextrasorg 5.6.6 all OMV-Extras.org Package Repositories for OpenMediaVault
ii openmediavault-usbbackup 5.0.9-1 all openmediavault USB/eSATA backup plugin
ii openmediavault-wakealarm 5.0.2 all wakealarm plugin for OpenMediaVault.
ii openmediavault-wol 3.4.2 all OpenMediaVault WOL plugin
ii openmediavault-zfs 5.0.6 amd64 OpenMediaVault plugin for ZFS
root@NAS:~# ls -l /usr/share/openmediavault/release-upgrade/
insgesamt 8
drwxr-xr-x 2 root root 4096 Mär 6 2022 post.d
drwxr-xr-x 2 root root 4096 Mär 6 2022 pre.d
root@NAS:~# ls -l /usr/share/openmediavault/release-upgrade/pre.d
insgesamt 40
-rwxr-xr-x 1 root root 1148 Feb 8 2022 05-install-usrmerge
-rwxr-xr-x 1 root root 1119 Feb 8 2022 10-apt-purge-local-archive
-rwxr-xr-x 1 root root 899 Feb 8 2022 10-disable-cron-apt
-rwxr-xr-x 1 root root 1148 Feb 8 2022 10-disable-omv-mkaptidx
-rwxr-xr-x 1 root root 1062 Feb 8 2022 20-apt-remove-kernel-backports
-rwxr-xr-x 1 root root 2679 Feb 8 2022 20-apt-update-source-list
-rwxr-xr-x 1 root root 384 Nov 21 2021 20-omvextras-sources-list
-rwxr-xr-x 1 root root 1351 Feb 8 2022 50-patch-omv-pam-conf
-rwxr-xr-x 1 root root 1055 Feb 8 2022 50-patch-proftpd-conf
-rwxr-xr-x 1 root root 1115 Feb 8 2022 90-backup-config-db
root@NAS:~# ls -l /usr/share/openmediavault/release-upgrade/post.d
insgesamt 36
-rwxr-xr-x 1 root root 899 Feb 8 2022 10-enable-cron-apt
-rwxr-xr-x 1 root root 953 Feb 8 2022 10-enable-omv-mkaptidx
-rwxr-xr-x 1 root root 903 Feb 8 2022 50-rebuild-apt-conf
-rwxr-xr-x 1 root root 1176 Feb 8 2022 50-rebuild-omv-pam-conf
-rwxr-xr-x 1 root root 1033 Feb 8 2022 50-rebuild-proftpd-conf
-rwxr-xr-x 1 root root 625 Dez 3 2021 60-omvextras-mergerfs
-rwxr-xr-x 1 root root 896 Feb 8 2022 80-apt-autoremove
-rwxr-xr-x 1 root root 885 Feb 8 2022 90-apt-clean
-rwxr-xr-x 1 root root 898 Feb 8 2022 99-reboot-required
root@NAS:~# cat /etc/apt/sources.list
deb http://archive.debian.org/debian stretch main contrib non-free
root@NAS:~# cat /etc/apt/sources.list.d/*
deb https://openmediavault-plugin-developers.github.io/packages/debian shaitan main
deb [arch=amd64] https://download.docker.com/linux/debian bullseye stable
deb http://linux.teamviewer.com/deb stable main
# This is file is generated.
# OMV-Extras repos
#
# OMV-Extras.org
deb https://dl.bintray.com/openmediavault-plugin-developers/arrakis stretch main
# OMV-Extras.org Testing
deb https://dl.bintray.com/openmediavault-plugin-developers/arrakis-testing stretch main
deb http://httpredir.debian.org/debian buster-backports main contrib non-free
deb http://packages.openmediavault.org/public/ usul main
deb https://openmediavault.github.io/packages/ usul main
# deb http://downloads.sourceforge.net/project/openmediavault/packages/ usul main
deb [trusted=yes] file:/var/cache/openmediavault/archives /
deb http://security.debian.org/debian-security buster/updates main contrib non-free
deb-src http://security.debian.org/debian-security buster/updates main contrib non-free
#
# deb cdrom:[Debian GNU/Linux 9 _Stretch_ - Official Snapshot amd64 LIVE/INSTALL Binary 20180330-19:01]/ stretch contrib main non-free
# deb cdrom:[Debian GNU/Linux 9 _Stretch_ - Official Snapshot amd64 LIVE/INSTALL Binary 20180330-19:01]/ stretch contrib main non-free
deb http://archive.debian.org/debian/ stretch main
deb-src http://archive.debian.org/debian/ stretch main
# stretch-updates, previously known as 'volatile'
# deb http://ftp.de.debian.org/debian/ stretch-updates main contrib non-free
# deb-src http://ftp.de.debian.org/debian/ stretch-updates main contrib non-free
Display More
Unfortunately my Linux experience is rather limited... could you please help me find the issue? If it is identical to the thread I linked above, is it safe for me to go ahead as it was recommended to the user there?
Thanks a lot for your help!
iYassin