Thursday, April 25, 2024
 Popular · Latest · Hot · Upcoming
31
rated 0 times [  31] [ 0]  / answers: 1 / hits: 18672  / 2 Years ago, fri, june 3, 2022, 3:15:42

I have a server running Ubuntu 10.04.4 LTS. Can I upgrade this distribution to precise LTS, then from there, convert to non-LTS releases?


More From » server

 Answers
6

convert to non-LTS releases?




There's no such thing as converting in this context.



The only thing that you want to change here is the awareness level of new releases. One can set this to "supported" (regular) releases, "long term only" (LTS) releases, or even "nothing" (no major upgrades).



The GUI way of setting this op is mentioned in the answer of Im'juz ChanYun, but for command line, this is changing this file: /etc/update-manager/release-upgrades:



# 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


Once you set this to prompt=normal you'll be notified (and allowed in a regular way) to upgrade to a regular release. Do this only after you've upgraded to 12.04 directly, as it's the fastest upgrade path. You really want to avoid the path in the first line here:



10.04 -> 10.10 -> 11.04 -> 11.10 -> 12.04 -> 12.10 (if you would select normal now)
10.04 ----------------------------> 12.04 -> 12.10 (if you select normal after 12.04)

[#33235] Friday, June 3, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
atchcommo

Total Points: 114
Total Questions: 130
Total Answers: 101

Location: Cook Islands
Member since Sat, Oct 16, 2021
3 Years ago
atchcommo questions
Fri, May 13, 22, 08:22, 2 Years ago
Wed, Mar 9, 22, 20:14, 2 Years ago
;