Results 1 to 4 of 4

Thread: Upgrade to Server 18.04.4 from terminal

  1. #1
    Join Date
    Nov 2016
    Beans
    19

    Upgrade to Server 18.04.4 from terminal

    My file server is currently running Ubuntu Server 18.04 LTS, with no issues. I see that 18.04.4 has been released. Should I upgrade, since I'm having no issues with the running install? If I should, would I just use do-dist-upgrade or do-release-upgrade in terminal? Is there any danger in doing this on a running server? Since everything is working, don't want to take any chances. Any advice would be greatly appreciated.

  2. #2
    Join Date
    Oct 2009
    Location
    Reykjavík, Ísland
    Beans
    13,647
    Distro
    Xubuntu

    Re: Upgrade to Server 18.04.4 from terminal

    You should update (within the 18.04 family) but not upgrade (to a higher release number).

    Please run
    Code:
    sudo apt update
    and
    Code:
    sudo apt dist-upgrade
    and post the output in CODE tags. In spite of upgrade being part of the command name it's still an operation within the 18.04 family.

    You might need a reboot afterwards so plan accordingly if you have users 24/7.
    Bringing old hardware back to life. About problems due to upgrading.
    Please visit Quick Links -> Unanswered Posts.
    Don't use this space for a list of your hardware. It only creates false hits in the search engines.

  3. #3
    Join Date
    Nov 2016
    Beans
    19

    Re: Upgrade to Server 18.04.4 from terminal

    Thanks, I upgraded with no issues.

  4. #4
    Join Date
    Oct 2009
    Location
    Reykjavík, Ísland
    Beans
    13,647
    Distro
    Xubuntu

    Re: Upgrade to Server 18.04.4 from terminal

    Good, just run the two commands with short intervals and your system should be in good shape.

    Please mark the thread solved.
    Bringing old hardware back to life. About problems due to upgrading.
    Please visit Quick Links -> Unanswered Posts.
    Don't use this space for a list of your hardware. It only creates false hits in the search engines.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •