1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Proxmox Backup Server 2への上げ方

Last updated at Posted at 2021-09-20

version 1 から 2へ上げる手順

apt update
apt dist-upgrade

sed -i 's/buster\/updates/bullseye-security/g;s/buster/bullseye/g' \
  /etc/apt/sources.list

echo "deb http://download.proxmox.com/debian/pbs bullseye pbs-no-subscription" \
  > /etc/apt/sources.list.d/pbs-enterprise.list

sed -i 's/buster/bullseye/g' /etc/apt/sources.list.d/pbs-repo.list

apt update

systemctl stop proxmox-backup-proxy.service proxmox-backup.service

apt update
apt dist-upgrade
reboot
1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?