Proxmox upgraded from 6.0 to 6.3

Author: Wu Liang industry
blog: wuyeliang.blog.csdn.net

Delete enterprise source
rm -rf /etc/apt/sources.list.d/pve-enterprise.list

Download the secret key
wget http://mirrors.ustc.edu.cn/proxmox/debian/proxmox-ve-release-6.x.gpg -O /etc/apt/trusted.gpg.d/proxmox-ve-release- 6.x.gpg

Add domestic source
echo "deb http://mirrors.ustc.edu.cn/proxmox/debian/pve buster pve-no-subscription" >/etc/apt/sources.list.d/pve-install-repo.list

caution! !! !! caution! !! !! !!

deb http://mirrors.ustc.edu.cn/proxmox/debian/pve strech pve-no-subscription

strech pay attention to modification, otherwise it will not be able to upgrade to pve6.3
strech–debian 9–pve 5.x
buster–debian 10–pve 6.x

配置国内debian源
echo “deb http://mirrors.ustc.edu.cn/debian buster main contrib
deb http://mirrors.ustc.edu.cn/debian buster-updates main contrib
deb http://mirrors.ustc.edu.cn/debian-security buster/updates main contrib” > /etc/apt/sources.list

pve_ceph sets domestic sources.
Original configuration file:
/etc/apt/sources.list.d/ceph.list
echo "deb http://mirrors.ustc.edu.cn/proxmox/debian/ceph-nautilus buster main"> /etc /apt/sources.list.d/ceph.list
finally execute
 # apt update
 # apt update && apt dist-upgrade
 # reboot

Guess you like

Origin blog.csdn.net/seaship/article/details/114652302