Pls help: Upgrade community from 6.04 to 6.2

gregorypeck

New Member
Nov 30, 2019
16
0
1
Hi there,
I am trying to upgrade the community (non-subscription) version running on a test server from 6.04 to 6.1.

Is there a simple command to do that via root?
Help is much appreciated.
Thanks
 


Thank you very much. Unfortunately I did not manage at the time.
I am now trying to Upgrade community version from 6.04 to 6.2.

I have edited the files /etc/apt/sources.list.d/ pve-enterprise.list and in /etc/apt/ the sources.list file:

Under: /etc/apt/sources.list.d/ the file pve-enterprise.list reads:
#deb https://enterprise.proxmox.com/debian/pve buster pve-enterprise

and

Under /etc/apt/ the sources.list file reads:
deb http://ftp.de.debian.org/debian buster main contrib
deb http://ftp.de.debian.org/debian buster-updates main contrib
# security updates
deb http://security.debian.org buster/updates main contrib
# PVE pve-no-subscription repository provided by proxmox.com $
# NOT recommended for production use $
deb http://download.proxmox.com/debian/pve stretch pve-no-subscription



However,
apt update and apt dist-upgrade does not find any updates. Can anybody give me the correct lines these files must contain?
Thank you!
Shell gives back:

Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
root@ve:~# apt update
Hit:1 http://security.debian.org buster/updates InRelease
Hit:2 http://ftp.de.debian.org/debian buster InRelease
Hit:3 http://ftp.de.debian.org/debian buster-updates InRelease
Hit:4 http://download.proxmox.com/debian/pve stretch InRelease
Reading package lists... Done
Building dependency tree
Reading state information... Done
All packages are up to date.

root@ve:~# apt-get update
Hit:1 http://download.proxmox.com/debian/pve stretch InRelease
Hit:2 http://security.debian.org buster/updates InRelease
Hit:3 http://ftp.de.debian.org/debian buster InRelease
Hit:4 http://ftp.de.debian.org/debian buster-updates InRelease
Reading package lists... Done

root@ve:~# apt dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
 
Thanks n1nj4888,

successfully upgraded from 6-04 to 6.2-10 (5 containers run correctly)
My /etc/apt/sources.list:
Code:
deb http://ftp.debian.org/debian buster main contrib
deb http://ftp.debian.org/debian buster-updates main contrib
# security updates
deb http://security.debian.org buster / updates main contrib
deb http://download.proxmox.com/debian/pve buster pve-no-subscription