[SOLVED] Updating PVE Manager

used1d

New Member
Jun 16, 2025
15
0
1
Hello, I'm trying to update from 7 to 8, and one of the prerequisites is to make sure the PVE Manager is at least updated to 7.4-18, but mine is 7.4-3. However, I am unable to find any available updates to do this. When I reload my (no subscription) repository it says no updates needed and does not load anything <see attached image>. Hoping there is some advice out there for this possible issue. Thanks!

dfgdfgdfgd.JPG
 
Last edited:
The Temporary failure resolving messages mean that you have a DNS problem. You did not configure a DNS server or made a mistake. Lots of threads about that on this forum.
 
Thanks for the lead. So, I went into System -> DNS and put https://se-mma-dns-001.mullvad.net/dns-query for search domain, and then 3 of Mullvad's IPs for Ubuntu-based OS. I'm guessing that's not how to do it since it's showing the same errors. Trying to stay away from the Gaggle's 8888. Also, does my DNS in my router settings have to match the DNS info I put into Proxmox?
 
Last edited:
Also, does my DNS in my router settings have to match the DNS info I put into Proxmox?
No but it is common to use the IP address of the router as most of them provide a DNS service (that forwards to the DNS servers configured in the router).
This is not specific to Proxmox and other (Linux) DNS and home network guides on the internet do apply.
 
  • Like
Reactions: LnxBil
Thanks @leesteken . I tried ".local" for search DNS and put 192.168.0.1 for DNS 1, that didn't work. Then I tried "dns.google" for Search Domain and used 8.8.8.8 for DNS 1, and that's not working either. I am able to ping 8.8.8.8 from web GUI shell.
 
ok so after putting dns.google and 8.8.8.8 I ran
Code:
apt-get update
in the shell and it gave me:
Code:
Get:1 http://download.proxmox.com/debian/pve bullseye InRelease [2,768 B]                                         
Get:2 http://download.proxmox.com/debian/ceph-quincy bullseye InRelease [2,655 B]
Get:3 http://ftp.us.debian.org/debian bullseye InRelease [116 kB]               
Get:4 http://security.debian.org bullseye-security InRelease [27.2 kB]
Get:5 http://download.proxmox.com/debian/pve bullseye/pve-no-subscription amd64 Packages [452 kB]
Get:6 http://security.debian.org bullseye-security/main amd64 Packages [381 kB]
Get:7 http://ftp.us.debian.org/debian bullseye-updates InRelease [44.1 kB]                 
Get:8 http://ftp.us.debian.org/debian bullseye/main amd64 Packages [8,066 kB]                                                                                   
Get:9 http://security.debian.org bullseye-security/main Translation-en [252 kB]                                                                                 
Get:10 http://download.proxmox.com/debian/ceph-quincy bullseye/main amd64 Packages [68.1 kB]                                                                     
Get:11 http://security.debian.org bullseye-security/contrib amd64 Packages [2,880 B]                                                                             
Get:12 http://security.debian.org bullseye-security/contrib Translation-en [2,512 B]                                                                             
Get:13 http://ftp.us.debian.org/debian bullseye/main Translation-en [6,235 kB]                                                                                   
Get:14 http://ftp.us.debian.org/debian bullseye/contrib amd64 Packages [50.4 kB]                                                                                 
Get:15 http://ftp.us.debian.org/debian bullseye/contrib Translation-en [46.9 kB]                                                                                 
Get:16 http://ftp.us.debian.org/debian bullseye-updates/main amd64 Packages [18.8 kB]                                                                           
Get:17 http://ftp.us.debian.org/debian bullseye-updates/main Translation-en [10.9 kB]                                                                           
Fetched 15.8 MB in 19s (830 kB/s)                                                                                                                               
Reading package lists... Done

So I ran
Code:
apt-get upgrade --with-new-pkgs
and i did a bunch of stuff.

Now in Summary it show PVE Manager at 7.4-20! YAY! So, I guess my DNS is working??