Upgrade Scripts for non-interactive major release upgrades (2->3, 3->4, 4->5)

  • I think this part maybe ?

    RE: omv-extras repos moving to github

    AMD Ryzen 5 2400G on Asus TUF B450M-PLUS - 16Gb RAM - 3 * 3To RAID5 on LSI Megaraid SAS 9260-8i and 3 SSD in Fractal Design Node 804 Black
    OS: OMV 6.3.2-1 (Shaitan)

  • Thanks for your reply, I already tried it but I still have the same error messages

    Sorry dont see


    do :

    Code
    wget https://github.com/dleidert/openmediavault-upgrade/archive/v4.7.tar.gz | tar -xz

    AMD Ryzen 5 2400G on Asus TUF B450M-PLUS - 16Gb RAM - 3 * 3To RAID5 on LSI Megaraid SAS 9260-8i and 3 SSD in Fractal Design Node 804 Black
    OS: OMV 6.3.2-1 (Shaitan)

  • Here after what I get after entering the 3 first commands below


    cd /etc/apt/sources.list.d


    sudo mv omv-extras-org.list omv-extras-org.bak


    echo "deb https://openmediavault-plugin-…github.io/packages/debian arrakis main" | sudo tee omv-extras-org.list



    --2021-10-13 17:19:15-- https://openmediavault-plugin-developers.github.io/pack ages/debian/omvextras2026.asc

    Resolving openmediavault-plugin-developers.github.io (openmediavault-plugin-deve lopers.github.io)... 185.199.108.153, 185.199.111.153, 185.199.110.153, ...

    Connecting to openmediavault-plugin-developers.github.io (openmediavault-plugin- developers.github.io)|185.199.108.153|:443... failed: Connection timed out.

    Connecting to openmediavault-plugin-developers.github.io (openmediavault-plugin- developers.github.io)|185.199.111.153|:443... failed: Connection timed out.

    Connecting to openmediavault-plugin-developers.github.io (openmediavault-plugin- developers.github.io)|185.199.110.153|:443... failed: Connection timed out.

    Connecting to openmediavault-plugin-developers.github.io (openmediavault-plugin- developers.github.io)|185.199.109.153|:443... failed: Connection timed out.

    Connecting to openmediavault-plugin-developers.github.io (openmediavault-plugin- developers.github.io)|2606:50c0:8000::153|:443... failed: Network is unreachable .

    Connecting to openmediavault-plugin-developers.github.io (openmediavault-plugin- developers.github.io)|2606:50c0:8002::153|:443... failed: Network is unreachable .

    Connecting to openmediavault-plugin-developers.github.io (openmediavault-plugin- developers.github.io)|2606:50c0:8003::153|:443... failed: Network is unreachable .

    Connecting to openmediavault-plugin-developers.github.io (openmediavault-plugin- developers.github.io)|2606:50c0:8001::153|:443... failed: Network is unreachable

  • After using you command it seems to work better, but I still have an error message at the end.


    wget https://github.com/dleidert/op…grade/archive/v4.7.tar.gz | tar -xz


    --2021-10-13 17:36:21-- https://github.com/dleidert/op…grade/archive/v4.7.tar.gz

    Resolving github.com (github.com)... 140.82.121.4

    Connecting to github.com (github.com)|140.82.121.4|:443... connected.

    HTTP request sent, awaiting response... 302 Found

    Location: https://codeload.github.com/dl…vault-upgrade/tar.gz/v4.7 [following]

    --2021-10-13 17:36:29-- https://codeload.github.com/dl…vault-upgrade/tar.gz/v4.7

    Resolving codeload.github.com (codeload.github.com)... 140.82.121.10

    Connecting to codeload.github.com (codeload.github.com)|140.82.121.10|:443... connected.

    HTTP request sent, awaiting response... 200 OK

    Length: unspecified [application/x-gzip]

    Saving to: ‘v4.7.tar.gz’

  • Your computer have an internet acces ?


    if you try to ping google.fr or something else ?

    AMD Ryzen 5 2400G on Asus TUF B450M-PLUS - 16Gb RAM - 3 * 3To RAID5 on LSI Megaraid SAS 9260-8i and 3 SSD in Fractal Design Node 804 Black
    OS: OMV 6.3.2-1 (Shaitan)

  • website openmediavault-plugin-developers.github.io gives a 404 not found error.

    Maybe a long obsolete package is installed that initially installed from there?


    Below URL gives references to previous issues related to this website and might contain the needed hint to resolve it

    https://duckduckgo.com/?q=site…ub.io%22&t=vivaldi&ia=web

    omv 6.9.6-2 (Shaitan) on RPi CM4/4GB with 64bit Kernel 6.1.21-v8+

    2x 6TB 3.5'' HDDs (CMR) formatted with ext4 via 2port PCIe SATA card with ASM1061R chipset providing hardware supported RAID1


    omv 6.9.3-1 (Shaitan) on RPi4/4GB with 32bit Kernel 5.10.63 and WittyPi 3 V2 RTC HAT

    2x 3TB 3.5'' HDDs (CMR) formatted with ext4 in Icy Box IB-RD3662-C31 / hardware supported RAID1

    For Read/Write performance of SMB shares hosted on this hardware see forum here

  • Hi, i've tryed to use the script to update my OMV 4 to OMV5 but it's failed.
    I think i stoped all service i can (with service name-of-the-service stop) but it's still fail .





    Can someone help me please ?

  • hello,


    Code
    systemctl stop docker.service
    
    systemctl stop smbd.service

    for mysql something like that

    Code
    systemctl stop mys

    hit TAB for auto completion

    AMD Ryzen 5 2400G on Asus TUF B450M-PLUS - 16Gb RAM - 3 * 3To RAID5 on LSI Megaraid SAS 9260-8i and 3 SSD in Fractal Design Node 804 Black
    OS: OMV 6.3.2-1 (Shaitan)

  • Thanks for your reply.
    I've tryed this.
    now, all 3 services are stopped but the update still doesn't work .
    Any chance i can find the services who block the script ?
    I've see the log file. There is a "unit list" wit status ... maybe i must check something in it ?

  • Hello,


    I had put a screen on my machine to see the messages looping live, that's how I saw that I had not stopped such a service.


    I think youi can find log in the /openmediavault-upgrade-4.7/omv_release_upgrade_to_buster*****.log

    AMD Ryzen 5 2400G on Asus TUF B450M-PLUS - 16Gb RAM - 3 * 3To RAID5 on LSI Megaraid SAS 9260-8i and 3 SSD in Fractal Design Node 804 Black
    OS: OMV 6.3.2-1 (Shaitan)

  • thanks, yes, i've find the log file, but i don't understand , i don't see where it don't works ... I just see that


    i can't paste all the log here :(



    again, thank you very much for your help

  • hello,


    you can attach files you just have to compress it

    AMD Ryzen 5 2400G on Asus TUF B450M-PLUS - 16Gb RAM - 3 * 3To RAID5 on LSI Megaraid SAS 9260-8i and 3 SSD in Fractal Design Node 804 Black
    OS: OMV 6.3.2-1 (Shaitan)

  • almost services seams off :

    but the script still fail

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!