Skip to content

Обновление Ubuntu Server 16.04 LTS до 18.04 LTS

Если обновление выполняется на «боевом» сервере, то настоятельно рекомендую все забекапить, к примеру, у меня ни в какую не хотело обновлять с 14.04 до 16.04, да и бекапы.

Далее выполняем следующие шаги:

Обновляем текущую версию, сносим лишнее

sudo apt update 
sudo apt dist-upgrade 
sudo apt autoremove

Устанавливаем Ubuntu Update Manager

sudo apt-get install update-manager-core

Указываем, что нам нужен LTS-релиз

nano /etc/update-manager/release-upgrades

И меняем на Prompt=lts, пример ниже

# Default behavior for the release upgrader.

[DEFAULT]
# Default prompting behavior, valid options:
#
#  never  - Never check for a new release.
#  normal - Check to see if a new release is available.  If more than one new
#           release is found, the release upgrader will attempt to upgrade to
#           the release that immediately succeeds the currently-running
#           release.
#  lts    - Check to see if a new LTS release is available.  The upgrader
#           will attempt to upgrade to the first LTS release available after
#           the currently-running one.  Note that this option should not be
#           used if the currently-running release is not itself an LTS
#           release, since in that case the upgrader won't be able to
#           determine if a newer release is available.
Prompt=lts

Обновляемся

do-release-upgrade

Надеюсь переход на свежий релиз будет успешным 🙂

Лично у меня не обошлось без косяков, в итоге не обновило, но и не упало. После do-release-upgrade я выполнил следующее:

sudo apt update 
sudo apt dist-upgrade 

И….все успешно обновилось, предварительно сообщив, что будет обновлено почти 500 пакетов, добавит 90 новых и снесет к чертям 2. После ребута проблем не было. Приветствовало уведомление:

Welcome to Ubuntu 18.04 LTS (GNU/Linux 4.15.0-20-generic x86_64)

 * Documentation:  https://help.ubuntu.com
 * Management:     https://landscape.canonical.com
* Meltdown, Spectre and Ubuntu: What are the attack vectors,
   how the fixes work, and everything else you need to know
   - https://ubu.one/u2Know
Last login: Fri Apr 27 13:00:29 2018 from ***.***.***.***
Published inLinux

Be First to Comment

Залишити відповідь

Ваша e-mail адреса не оприлюднюватиметься. Обов’язкові поля позначені *