Skip to content
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Logo
  1. ioBroker Community Home
  2. Deutsch
  3. Off Topic
  4. Proxmox
  5. Proxmox Version Updaten

NEWS

  • Wartung am 15.11. – Forum ab 22:00 Uhr nicht erreichbar
    BluefoxB
    Bluefox
    12
    2
    230

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.0k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    1.7k

Proxmox Version Updaten

Proxmox Version Updaten

Scheduled Pinned Locked Moved Proxmox
13 Posts 6 Posters 3.1k Views 15 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • marcusklM Offline
    marcusklM Offline
    marcuskl
    wrote on last edited by
    #1

    Hallo Liebe Leute,

    ich finde im Internet nichts richtiges, ich möchte gerne von der Version 5.3.8 auf 5.4 updaten, nun wie mache ich das am besten und am sichersten, das ich nichts am System zerstöre ?

    Host: Intel Nuc6cayh (16GB Ram, 240GB SSD) mit Proxmox.

    Iobroker VM, InfluxDB LXC, Pihole LXC, Tasmoadmin LXC, Easy2connect VM

    I 1 Reply Last reply
    0
    • BBTownB Offline
      BBTownB Offline
      BBTown
      wrote on last edited by BBTown
      #2
      1. Backups aller virtuellen Maschinen und Container erstellen

      2. sofern keine Proxmox Subscription eingekauft wurde muss Proxmox zunächst einmal für Updates vorbereitet werden

      a. hierzu über die Konsole folgendes Einstellungen vornehmen

      nano /etc/apt/sources.list.d/pve-enterprise.list
      
      //folgenden Eintrag mit "#" auskommentieren"
      # deb https://enterprise.proxmox.com/debian/pve stretch pve-enterprise
      

      b. eine neue Datei erstellen mittels

      nano /etc/apt/sources.list.d/pve-no-subscription.list
      
      # folgenden Eintrag in die leere Datei einfügen
      deb http://download.proxmox.com/debian/pve stretch pve-no-subscription
      
      1. anschließend Updates holen und installieren
      apt update && apt upgrade -y
      
      1. zu guter Letzt einen reboot durchführen

      ioBroker auf NUC (VM debian v13 (Trixie ), node v22.21.0 npm v10.9.4, js-controller v7.0.7 jsonl/jsonl / HomeMatic CCU-2 (Wired und Funk) / Philips HUE / echo.DOT / Broadlink RM pro / SONOS

      1 Reply Last reply
      4
      • marcusklM Offline
        marcusklM Offline
        marcuskl
        wrote on last edited by
        #3

        Hallo, danke für die Mühe, aber ich habe bei mir nirgends diese pve-enterprise.list.
        Der Ordner ist vollkommen leer ?

        Host: Intel Nuc6cayh (16GB Ram, 240GB SSD) mit Proxmox.

        Iobroker VM, InfluxDB LXC, Pihole LXC, Tasmoadmin LXC, Easy2connect VM

        lobomauL crunchipC 2 Replies Last reply
        0
        • marcusklM marcuskl

          Hallo, danke für die Mühe, aber ich habe bei mir nirgends diese pve-enterprise.list.
          Der Ordner ist vollkommen leer ?

          lobomauL Offline
          lobomauL Offline
          lobomau
          wrote on last edited by lobomau
          #4

          @marcuskl hier wird es so beschrieben
          https://pve.proxmox.com/wiki/Package_Repositories
          Ändern von /etc/apt/sources.list

          deb http://ftp.debian.org/debian stretch 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
          
          # security updates
          deb http://security.debian.org stretch/updates main contrib``
          
          P. S. Die Datei sieht bei mir auch so aus und der Update hat funktioniert.

          Host: NUC8i3 mit Proxmox:

          • ioBroker CT Debian 13, npm 10.9.3, nodejs 22.20.0
          • Slave: Pi4
          1 Reply Last reply
          0
          • marcusklM marcuskl

            Hallo, danke für die Mühe, aber ich habe bei mir nirgends diese pve-enterprise.list.
            Der Ordner ist vollkommen leer ?

            crunchipC Offline
            crunchipC Offline
            crunchip
            Forum Testing Most Active
            wrote on last edited by crunchip
            #5

            @marcuskl du kannst es auch so wie hier beschrieben eingeben
            https://gist.github.com/whiskerz007/53c6aa5d624154bacbbc54880e1e3b2a

            # Commercial Repo deaktivieren
            sed -i "s / ^ deb / \ # deb /" /etc/apt/sources.list.d/pve-enterprise.list
            
            # PVE Community Repo hinzufügen
            echo "deb http://download.proxmox.com/debian/pve stretch pve-no-subscription"> /etc/apt/sources.list.d/pve-no-enterprise.list
            
            

            und dieses wäre zum Ausschalten der Meldung beim einloggen

            # Nag entfernen
            cp /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js{,.bak}
            sed -i "s / if (data.status! == 'Active') / if (false) /" /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js
            

            EDIT: grade gelesen, letzter Befehl funktioniert mit aktueller Version nicht mehr
            in den Kommentaren ist vermerkt,
            mit

            sed -i.bak 's/NotFound/Active/g' /usr/share/perl5/PVE/API2/Subscription.pm && systemctl restart pveproxy.service
            

            soll es wieder funktionieren, jedoch von mir bisher nicht getestet

            umgestiegen von Proxmox auf Unraid

            liv-in-skyL 1 Reply Last reply
            1
            • marcusklM Offline
              marcusklM Offline
              marcuskl
              wrote on last edited by
              #6

              Nach euer Erfahrung her, hattet Ihr schonmal Probleme mit einem dieser Updates?
              Weil Proxmox schreibt, das die Updates ohne Subscription nicht ausführlich getestet worden.
              Danke schonmal für die hilfe, werde mal mich dran versuchen und berichte. ☺ ✌

              Host: Intel Nuc6cayh (16GB Ram, 240GB SSD) mit Proxmox.

              Iobroker VM, InfluxDB LXC, Pihole LXC, Tasmoadmin LXC, Easy2connect VM

              crunchipC 1 Reply Last reply
              0
              • marcusklM marcuskl

                Nach euer Erfahrung her, hattet Ihr schonmal Probleme mit einem dieser Updates?
                Weil Proxmox schreibt, das die Updates ohne Subscription nicht ausführlich getestet worden.
                Danke schonmal für die hilfe, werde mal mich dran versuchen und berichte. ☺ ✌

                crunchipC Offline
                crunchipC Offline
                crunchip
                Forum Testing Most Active
                wrote on last edited by
                #7

                @marcuskl bisher lief alles Problemlos, bis auf 1mal, da hatte ich den Kernel aktualisiert und mein Bluetooth ging nicht mehr.
                ansonsten musst du ja nicht sofort ein Update anstoßen und kannst in aller Ruhe erst einmal verfolgen(Forum) ob es zu Problemen aus irgendwelchen Gründen kommt, bzw welche Neuerungen das einzelne Update mit sich bringt.

                umgestiegen von Proxmox auf Unraid

                1 Reply Last reply
                0
                • crunchipC crunchip

                  @marcuskl du kannst es auch so wie hier beschrieben eingeben
                  https://gist.github.com/whiskerz007/53c6aa5d624154bacbbc54880e1e3b2a

                  # Commercial Repo deaktivieren
                  sed -i "s / ^ deb / \ # deb /" /etc/apt/sources.list.d/pve-enterprise.list
                  
                  # PVE Community Repo hinzufügen
                  echo "deb http://download.proxmox.com/debian/pve stretch pve-no-subscription"> /etc/apt/sources.list.d/pve-no-enterprise.list
                  
                  

                  und dieses wäre zum Ausschalten der Meldung beim einloggen

                  # Nag entfernen
                  cp /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js{,.bak}
                  sed -i "s / if (data.status! == 'Active') / if (false) /" /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js
                  

                  EDIT: grade gelesen, letzter Befehl funktioniert mit aktueller Version nicht mehr
                  in den Kommentaren ist vermerkt,
                  mit

                  sed -i.bak 's/NotFound/Active/g' /usr/share/perl5/PVE/API2/Subscription.pm && systemctl restart pveproxy.service
                  

                  soll es wieder funktionieren, jedoch von mir bisher nicht getestet

                  liv-in-skyL Offline
                  liv-in-skyL Offline
                  liv-in-sky
                  wrote on last edited by
                  #8

                  @crunchip sagte in Proxmox Version Updaten:

                  sed -i.bak 's/NotFound/Active/g' /usr/share/perl5/PVE/API2/Subscription.pm && systemctl restart pveproxy.service

                  hab heut mal ein update von 5.0 auf 5.4 gewagt - scheint zu laufen

                  ich mußte jedoch diesen befehl ausführen

                  apt update && apt dist-upgrade
                  

                  sonst gab es fehlermeldungen - bzw das update startete nicht

                  danke für den befehl zum abstellen der einlog-meldung - hat funktioniert

                  sed -i.bak 's/NotFound/Active/g' /usr/share/perl5/PVE/API2/Subscription.pm && systemctl restart pveproxy.service
                  

                  nach einem gelösten Thread wäre es sinnvoll dies in der Überschrift des ersten Posts einzutragen [gelöst]-... Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat. Forum-Tools: PicPick https://picpick.app/en/download/ und ScreenToGif https://www.screentogif.com/downloads.html

                  1 Reply Last reply
                  0
                  • marcusklM Offline
                    marcusklM Offline
                    marcuskl
                    wrote on last edited by
                    #9

                    Danke an alle, ich habe es hinbekommen.
                    Ich habe noch eine FRage an euch: Proxmox hat ja kein https zertifikat, gnoriert ihr das einfach?
                    Oder kan man dem ein Zertifikat geben?

                    Host: Intel Nuc6cayh (16GB Ram, 240GB SSD) mit Proxmox.

                    Iobroker VM, InfluxDB LXC, Pihole LXC, Tasmoadmin LXC, Easy2connect VM

                    lobomauL 1 Reply Last reply
                    0
                    • marcusklM marcuskl

                      Danke an alle, ich habe es hinbekommen.
                      Ich habe noch eine FRage an euch: Proxmox hat ja kein https zertifikat, gnoriert ihr das einfach?
                      Oder kan man dem ein Zertifikat geben?

                      lobomauL Offline
                      lobomauL Offline
                      lobomau
                      wrote on last edited by
                      #10

                      @marcuskl das sollte gehen. Bisher habe ich es ignoriert. Habe ich auch noch als Aufgabe. Vielleicht kannst du es mal testen nach der Beschreibung hier:
                      https://pve.proxmox.com/wiki/HTTPS_Certificate_Configuration_(Version_4.x,_5.0_and_5.1)

                      Host: NUC8i3 mit Proxmox:

                      • ioBroker CT Debian 13, npm 10.9.3, nodejs 22.20.0
                      • Slave: Pi4
                      1 Reply Last reply
                      0
                      • marcusklM marcuskl

                        Hallo Liebe Leute,

                        ich finde im Internet nichts richtiges, ich möchte gerne von der Version 5.3.8 auf 5.4 updaten, nun wie mache ich das am besten und am sichersten, das ich nichts am System zerstöre ?

                        I Offline
                        I Offline
                        IObroker_chris
                        wrote on last edited by
                        #11

                        @marcuskl
                        Habs bei mir jetzt auch mal versucht mit update. Leider komm ich nicht über ne Fehlermeldung hinaus:

                        oot@proxmox:~# apt update && apt dist-upgrade
                        Hit:1 http://download.proxmox.com/debian/pve buster InRelease
                        Hit:2 http://ftp.debian.org/debian buster InRelease                                   
                        Hit:3 http://ftp.debian.org/debian buster-updates InRelease                           
                        Hit:4 http://download.proxmox.com/debian/pve stretch InRelease                        
                        Hit:5 http://security.debian.org/debian-security buster/updates InRelease             
                        Err:6 https://enterprise.proxmox.com/debian/pve buster InRelease                      
                          401  Unauthorized [IP: 212.224.123.70 443]
                        Reading package lists... Done                                                         
                        E: Failed to fetch https://enterprise.proxmox.com/debian/pve/dists/buster/InRelease  401  Unauthorized [IP: 212.224.123.70 443]
                        E: The repository 'https://enterprise.proxmox.com/debian/pve buster InRelease' is not signed.
                        N: Updating from such a repository can't be done securely, and is therefore disabled by default.
                        N: See apt-secure(8) manpage for repository creation and user configuration details.
                        root@proxmox:~# 
                        
                        marcusklM crunchipC 2 Replies Last reply
                        0
                        • I IObroker_chris

                          @marcuskl
                          Habs bei mir jetzt auch mal versucht mit update. Leider komm ich nicht über ne Fehlermeldung hinaus:

                          oot@proxmox:~# apt update && apt dist-upgrade
                          Hit:1 http://download.proxmox.com/debian/pve buster InRelease
                          Hit:2 http://ftp.debian.org/debian buster InRelease                                   
                          Hit:3 http://ftp.debian.org/debian buster-updates InRelease                           
                          Hit:4 http://download.proxmox.com/debian/pve stretch InRelease                        
                          Hit:5 http://security.debian.org/debian-security buster/updates InRelease             
                          Err:6 https://enterprise.proxmox.com/debian/pve buster InRelease                      
                            401  Unauthorized [IP: 212.224.123.70 443]
                          Reading package lists... Done                                                         
                          E: Failed to fetch https://enterprise.proxmox.com/debian/pve/dists/buster/InRelease  401  Unauthorized [IP: 212.224.123.70 443]
                          E: The repository 'https://enterprise.proxmox.com/debian/pve buster InRelease' is not signed.
                          N: Updating from such a repository can't be done securely, and is therefore disabled by default.
                          N: See apt-secure(8) manpage for repository creation and user configuration details.
                          root@proxmox:~# 
                          
                          marcusklM Offline
                          marcusklM Offline
                          marcuskl
                          wrote on last edited by
                          #12

                          @iobroker_chris Ich habe es komplett neu aufgesetzt und Backups einfach wiederhergestellt.

                          Host: Intel Nuc6cayh (16GB Ram, 240GB SSD) mit Proxmox.

                          Iobroker VM, InfluxDB LXC, Pihole LXC, Tasmoadmin LXC, Easy2connect VM

                          1 Reply Last reply
                          0
                          • I IObroker_chris

                            @marcuskl
                            Habs bei mir jetzt auch mal versucht mit update. Leider komm ich nicht über ne Fehlermeldung hinaus:

                            oot@proxmox:~# apt update && apt dist-upgrade
                            Hit:1 http://download.proxmox.com/debian/pve buster InRelease
                            Hit:2 http://ftp.debian.org/debian buster InRelease                                   
                            Hit:3 http://ftp.debian.org/debian buster-updates InRelease                           
                            Hit:4 http://download.proxmox.com/debian/pve stretch InRelease                        
                            Hit:5 http://security.debian.org/debian-security buster/updates InRelease             
                            Err:6 https://enterprise.proxmox.com/debian/pve buster InRelease                      
                              401  Unauthorized [IP: 212.224.123.70 443]
                            Reading package lists... Done                                                         
                            E: Failed to fetch https://enterprise.proxmox.com/debian/pve/dists/buster/InRelease  401  Unauthorized [IP: 212.224.123.70 443]
                            E: The repository 'https://enterprise.proxmox.com/debian/pve buster InRelease' is not signed.
                            N: Updating from such a repository can't be done securely, and is therefore disabled by default.
                            N: See apt-secure(8) manpage for repository creation and user configuration details.
                            root@proxmox:~# 
                            
                            crunchipC Offline
                            crunchipC Offline
                            crunchip
                            Forum Testing Most Active
                            wrote on last edited by crunchip
                            #13

                            @iobroker_chris hast du überhaupt deine sources.list.d angepasst?

                            du musst deine sources.list anpassen und die enterprise.list deaktivieren

                            umgestiegen von Proxmox auf Unraid

                            1 Reply Last reply
                            0
                            Reply
                            • Reply as topic
                            Log in to reply
                            • Oldest to Newest
                            • Newest to Oldest
                            • Most Votes


                            Support us

                            ioBroker
                            Community Adapters
                            Donate

                            56

                            Online

                            32.4k

                            Users

                            81.3k

                            Topics

                            1.3m

                            Posts
                            Community
                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                            ioBroker Community 2014-2025
                            logo
                            • Login

                            • Don't have an account? Register

                            • Login or register to search.
                            • First post
                              Last post
                            0
                            • Recent
                            • Tags
                            • Unread 0
                            • Categories
                            • Unreplied
                            • Popular
                            • GitHub
                            • Docu
                            • Hilfe