Ubuntu

Information in this chapter is for the following systems:
  • Ubuntu 20.04;
  • Ubuntu 22.04.

To update xiRAID Classic 4.0.0, 4.0.1, 4.0.2, 4.0.3 and 4.0.4 to xiRAID Classic 4.1.0 on an Ubuntu system:

  1. For the xiRAID Classic 4.0.0, update the xiraid-repo package to the 1.0.1 version, 4.0.1-4.0.4 versions are provided with the 1.0.1 version installed:

    • For Ubuntu 22.04:

    # curl -O https://pkg.xinnor.io/repository/Repository/xiraid/ubuntu/22.04/kver-5.15/xiraid-repo_1.0.1-376.kver.5.15_amd64.deb
    # apt install ./xiraid-repo_1.0.1-376.kver.5.15_amd64.deb
  2. For the xiRAID Classic 4.0.1-4.0.4, disable the Version Lock plugin using the Update Check Service (once the update is finished, the plugin will be automatically re-enabled to lock the version of the installed packages):

    # xicli update prepare
  3. Update the xiraid-release package:

    # apt update
    # apt install xiraid-release
  4. Update the xiraid-repo package to the 1.1.0 version:

    • For Ubuntu 20.04:

    # curl -O https://pkg.xinnor.io/repository/Repository/xiraid/ubuntu/20.04/kver-5.4/xiraid-repo_1.1.0-446.kver.5.4_amd64.deb
    # apt install ./xiraid-repo_1.1.0-446.kver.5.4_amd64.deb
    • For Ubuntu 22.04:

    # curl -O https://pkg.xinnor.io/repository/Repository/xiraid/ubuntu/22.04/kver-5.15/xiraid-repo_1.1.0-446.kver.5.15_amd64.deb
    # apt install ./xiraid-repo_1.1.0-446.kver.5.15_amd64.deb
  5. Remove packages that are no longer needed:
    # apt autoremove
Warning:

When updating xiRAID Classic 4.0.0 to xiRAID Classic 4.1.0, the following error may occur: xraid-setup.py: error: unrecognized arguments: 4.1.0. This error is expected and does not affect the update process or xiRAID Classic further operation.