Updating after a change in subscription
In this section, we will see how to update a node if the subscription level of the node changes at any time.
Getting ready
The Proxmox subscription level for a node can be changed at any time by simply applying a subscription key through a GUI. Different subscription levels have different natures of package updates. If a node starts with no subscription, it can always be changed to any paid subscription at any given time. After the subscription level changes, it is important to update the node accordingly so that the updates related to the subscription level can be applied.
How to do it…
The following steps show you how to update if there is a subscription level change for a node:
Log in to the Proxmox GUI and apply a subscription key through the Subscription tabbed menu.
Log in to the console through SSH or an open shell in the node through the GUI.
Edit the repository file in
/etc/apt/sources.list
and/etc/apt/sources.list.d/pve-enterprise.list
based on...