DEV Community

웹학교
웹학교

Posted on

Ubuntu 14.04를 Ubuntu 20.04로 업그레이드하기

작업전 반드시 기존 서버자원 백업(웹데이타+DB외)

전체 과정은

-, 14.04 -> 16.04 업그레이드하고
-, 16.04 -> 18.04 업그레이드,
-, 18.04 -> 20.04 이렇게 3차례 과정을 거친다.

매 단계는 아래의 과정을 동일하게 진행하면 된다.

  1. sudo apt update
  2. sudo apt upgrade
  3. sudo apt dist-upgrade
  4. sudo apt install update-manager-core
  5. sudo vim /etc/update-manager/release-upgrades set prompt=lts // 하단에 Prompt=lts 확인
  6. sudo do-release-upgrade //reboot // Yes 선택 //keep the local version currently installed 선택 실행중 여러번 질문을 받게 되는데 'Y'를 선택하면 된다. Restart (auto)
  7. lsb_release -a // 배포판 버전 확인

Top comments (0)

AWS Security LIVE!

Join us for AWS Security LIVE!

Discover the future of cloud security. Tune in live for trends, tips, and solutions from AWS and AWS Partners.

Learn More

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay