{"id":11169,"date":"2025-08-17T16:09:00","date_gmt":"2025-08-17T14:09:00","guid":{"rendered":"https:\/\/funrecycler.com\/?p=11169"},"modified":"2025-08-17T16:50:15","modified_gmt":"2025-08-17T14:50:15","slug":"proxmox-ve-8-auf-9-aktualisieren-schritt-fuer-schritt","status":"publish","type":"post","link":"https:\/\/funrecycler.com\/index.php\/2025\/08\/17\/proxmox-ve-8-auf-9-aktualisieren-schritt-fuer-schritt\/","title":{"rendered":"Proxmox VE 8 auf 9 aktualisieren \u2013 Schritt f\u00fcr Schritt"},"content":{"rendered":"\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1280\" height=\"1010\" src=\"https:\/\/funrecycler.com\/wp-content\/uploads\/2025\/08\/proxmox-logo-color-stacked.png\" alt=\"\" class=\"wp-image-11206\"\/><\/figure>\n\n\n<p>Mit dem Release von <strong>Proxmox VE 9<\/strong> steht ein gro\u00dfes Upgrade bevor. Wer noch auf Version 8 l\u00e4uft, sollte das Upgrade sorgf\u00e4ltig planen. In diesem Artikel beschreibe ich, wie ich das Update durchgef\u00fchrt habe \u2013 inklusive hilfreicher Hinweise, Best Practices und typischer Stolperfallen.<\/p>\n\n\n<h2 class=\"wp-block-heading\">Vorbereitung \u2013 Backup ist Pflicht!<\/h2>\n\n\n<ul>\n<li><strong>Alle VMs und Container sichern<\/strong> (Snapshots reichen nicht, besser vollst\u00e4ndige Backups \u00fcber Proxmox Backup Server oder andere Tools).<\/li>\n<li>Am besten <strong>alle VMs herunterfahren<\/strong> (<code>stop<\/code>), um inkonsistente Daten zu vermeiden.<\/li>\n<\/ul>\n<p>\ud83d\udc49 Ohne ein funktionierendes Backup geht man bei einem Major-Upgrade ein hohes Risiko ein.<\/p>\n\n\n<h2 class=\"wp-block-heading\">System auf den neuesten Stand bringen<\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code>apt update\napt dist-upgrade<\/code><\/pre>\n\n\n<p>Falls hier nichts mehr zu aktualisieren ist, erscheint die Meldung <em>\u201eYour system is up-to-date\u201c<\/em>.<\/p>\n\n\n<h2 class=\"wp-block-heading\">Check mit dem Migrations-Tool<\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code>pve8to9 --full<\/code><\/pre>\n\n\n<p>Das Tool pr\u00fcft u. a.:<\/p>\n<ul>\n<li>Kernel-Version<\/li>\n<li>Pakete, die nicht kompatibel sind<\/li>\n<li>Konfigurationen, die angepasst werden m\u00fcssen<\/li>\n<\/ul>\n<p>So l\u00e4sst sich fr\u00fchzeitig erkennen, ob Handlungsbedarf besteht.<\/p>\n\n\n<h2 class=\"wp-block-heading\">Microcode-Update (optional, aber empfohlen)<\/h2>\n\n\n<p>Falls ihr eine Intel-CPU habt, kann ein Microcode-Update erforderlich sein. Dazu m\u00fcssen die Debian-Repos vollst\u00e4ndig eingebunden sein:<\/p>\n\n\n<pre class=\"wp-block-code\"><code>deb http:\/\/deb.debian.org\/debian bookworm main contrib non-free-firmware<\/code><\/pre>\n\n\n<p>Danach:<\/p>\n\n\n<pre class=\"wp-block-code\"><code>apt install intel-microcode<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Debian-Basis von Bookworm auf Trixie aktualisieren<\/h2>\n\n\n<p>Proxmox VE 9 basiert auf <strong>Debian 13 \u201eTrixie\u201c<\/strong>. Wir passen also die Repositories an:<\/p>\n\n\n<pre class=\"wp-block-code\"><code>sed -i 's\/bookworm\/trixie\/g' \/etc\/apt\/sources.list\nsed -i 's\/bookworm\/trixie\/g' \/etc\/apt\/sources.list.d\/pve-enterprise.list<\/code><\/pre>\n\n\n<p>Falls ihr das Enterprise-Repository nicht nutzt (keine Subscription), k\u00f6nnt ihr die <code>pve-no-subscription<\/code>-Quelle hinzuf\u00fcgen:<\/p>\n\n\n<pre class=\"wp-block-code\"><code>cat &gt; \/etc\/apt\/sources.list.d\/proxmox.sources &lt;&lt; EOF\nTypes: deb\nURIs: http:\/\/download.proxmox.com\/debian\/pve\nSuites: trixie\nComponents: pve-no-subscription\nSigned-By: \/usr\/share\/keyrings\/proxmox-archive-keyring.gpg\nEOF<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Upgrade starten<\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code>apt update\napt dist-upgrade<\/code><\/pre>\n\n\n<p>Das kann eine Weile dauern \u2013 je nach Hardware und Anzahl der Pakete.<\/p>\n\n\n<h2 class=\"wp-block-heading\">System pr\u00fcfen und neu starten<\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code>reboot<\/code><\/pre>\n\n\n<p>Anschlie\u00dfend pr\u00fcfen wir die installierte Version:<\/p>\n\n\n<pre class=\"wp-block-code\"><code>pveversion<\/code><\/pre>\n\n\n<p>Hier sollte jetzt eine <strong>9.x<\/strong> erscheinen.<\/p>\n\n\n<h2 class=\"wp-block-heading\">Tipps &amp; Hinweise<\/h2>\n\n\n<ul>\n<li><strong>Reihenfolge beachten<\/strong>: Zuerst Backups \u2192 Update unter Proxmox 8 \u2192 Migrationstool \u2192 Repos umstellen \u2192 Upgrade \u2192 Reboot.<\/li>\n<li><strong>Cluster-Umgebung<\/strong>: Wer mehrere Nodes in einem Cluster betreibt, sollte sie <strong>nacheinander<\/strong> upgraden. Mischbetrieb (ein Node auf 8, einer auf 9) ist nur f\u00fcr kurze Zeit empfohlen.<\/li>\n<li><strong>Custom-Repositories<\/strong> (z. B. Ceph, ZFS): Pr\u00fcfen, ob sie kompatibel mit Debian Trixie sind, und ggf. vorab aktualisieren.<\/li>\n<li><strong>Downtime einplanen<\/strong>: Je nach Setup k\u00f6nnen VMs f\u00fcr die Dauer des Upgrades offline sein.<\/li>\n<\/ul>\n<p>\u2705 Mit diesen Schritten hat das Upgrade von <strong>Proxmox VE 8 auf 9<\/strong> bei mir sauber funktioniert.<\/p>","protected":false},"excerpt":{"rendered":"<p>Mit dem Release von Proxmox VE 9 steht ein gro\u00dfes Upgrade bevor. Wer noch auf Version 8 l\u00e4uft,<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[9,20],"tags":[3143],"class_list":["post-11169","post","type-post","status-publish","format-standard","hentry","category-linux-computer-und-technik","category-tutorial","tag-proxmox"],"_links":{"self":[{"href":"https:\/\/funrecycler.com\/index.php\/wp-json\/wp\/v2\/posts\/11169","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/funrecycler.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/funrecycler.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/funrecycler.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/funrecycler.com\/index.php\/wp-json\/wp\/v2\/comments?post=11169"}],"version-history":[{"count":2,"href":"https:\/\/funrecycler.com\/index.php\/wp-json\/wp\/v2\/posts\/11169\/revisions"}],"predecessor-version":[{"id":11210,"href":"https:\/\/funrecycler.com\/index.php\/wp-json\/wp\/v2\/posts\/11169\/revisions\/11210"}],"wp:attachment":[{"href":"https:\/\/funrecycler.com\/index.php\/wp-json\/wp\/v2\/media?parent=11169"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/funrecycler.com\/index.php\/wp-json\/wp\/v2\/categories?post=11169"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/funrecycler.com\/index.php\/wp-json\/wp\/v2\/tags?post=11169"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}