How to update Backup Server 0.9.4 beta to stable version?

Leonardo Ramirez

Active Member
Jun 11, 2018
39
2
28
45
Hi,

A few month ago I installed backup server 0.9-4 beta, it wasn't an stable version. But now I see that exist an stable version. How can I update my version to tha lastest?, thanks.
 
Thanks Tom, it was ver easy.

To Upgrade the server, we need to add one line if we don't have subscription:

path: /etc/apt/
File: source.list

# nano /etc/apt/source.list

Add next line:

deb http://download.proxmox.com/debian/pbs buster pbs-no-subscription

Save file, en update:

# apt-get update && install

After we updated the server it will create a new file just for enterprise subscription. To avoid an error when we update the server, we need to comment one line:

# nano /etc/apt/sources.list.d/pbs-enterprise.list

Comment line:

#deb https://enterprise.proxmox.com/debian/pbs buster pbs-enterprise

just added # at the begin of the line