For the Proxmox Backup Server (PBS), to use it as a Community Edition. We need to setup the "No Subscriptions" repository.
This methods is only for Hobbyist, Developer and alike, not recommended for Production environment.
1. Login to PBS WebUI and select "Console", then type the following command.
nano /etc/apt/sources.list.d/pve-enterprise.list
|
2. Comment out the Enterprise Repository by adding a "#" sign at the front.
3. Then add the following line for the No Subscription Repository.
deb http://download.proxmox.com/debian/pbs bookworm pbs-no-subscription |
* The "bookworm" is the debian release code name and may change, thus change the name accordingly.
4. Next, is to run the Update.
apt update && apt upgrade -y |
5. Finally, restart the server.
reboot |
!!! HAPPY COMPUTING !!!
No comments:
Post a Comment