navodila:admin:proxmox_upgrade

  NASTAVI USTREZEN REPOSITORY
    Rabiš naštimat no-subscription repository (kot root oziroma sudo su)
      Proxmox dokumentacija ( https://pve.proxmox.com/wiki/Package_Repositories ) pravi:
        Proxmox VE No-Subscription Repository
          This is the recommended repository for testing and non-production use. Its packages are not as heavily tested and validated. You don’t need a subscription key to access the pve-no-subscription repository.
          We recommend to configure this repository in /etc/apt/sources.list.
        Sepravi: file /etc/apt/sources.list mora torej zgledat nekako takole:
            deb http://ftp.debian.org/debian buster main contrib
            deb http://ftp.debian.org/debian 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 buster pve-no-subscription
            # security updates
            deb http://security.debian.org/debian-security buster/updates main contrib
        skratka, v fajlu /etc/apt/sources.list mor biti dodano nekaj takega (bit pozoren a je Debian Proxmox instalacije še vedno Buster, oziroma katera verzija je!!):
            # PVE pve-no-subscription repository provided by proxmox.com,
            # NOT recommended for production use
            deb http://download.proxmox.com/debian/pve buster pve-no-subscription
      
    UPDATAŠ (prej preveri ali imaš pravilno naštiman repository - glej višje):
      apt update
      apt full-upgrade
      reboot
  • navodila/admin/proxmox_upgrade.1630074737.txt.gz
  • Last modified: 2021/08/27 16:32
  • by uros_g