サーバーを非LTS(Saucy)から新しいLTS(Trusty Tahr)にアップグレードしたいと思います。
言い換えれば、Ubuntu 14.10がリリースされたら(14.04以降に予定されている次のリリース)、14.10に移動せずにLTSブランチに留まりたいと思います。
私がすべき(またはすべきでない)特別なことはありますか?
これはただの問題ですかnot実行中Sudo apt-get dist-upgrade
14.10がリリースされたら、それとも設定ファイルを調整する必要がありますか?
アップグレードしたら、LTSリリースのみが通知されていることを確認するだけです。これを行うには、ファイル/etc/update-manager/release-upgrades
を確認します。
[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
Prompt=
がlts
に設定されていることを確認します。
Sudo apt-get dist-upgrade
を実行しても、/etc/apt/sources.list
を手動で変更しない限り、またはdo-release-upgrade
を実行しない限り、新しいリリースにアップグレードされることはありません。