Impossibility to retrieve Updates from the PVE Enterprise Repository

Feb 24, 2026
1
0
1
Hello, we have a problem where when we try to retrieve updates from the enterprise repository of Proxmox with a snapshot, we only have 3 files : Release, InRelease and Release.gpg
We have the Community subscription so we should be able to retrieve updates from the Enterprise Repository if i'm not mistaken,
The thing here is I think I know to problem / solution but I need confirmation. We have the POM subscription key to use the proxmox-offline-mirror commands; but our server doesn't have a subscription key affiliated (not found when i'm doing the pvesubscription get command). So i think because no key is on the server, no updates is coming on my mirror because it's not permitted but i'm not 100% sure of that.
When i try with pve-no-subscription repo, it's doing fine.
If you need more information to help me, pls ask me.
Thanks fot the help !!
 
Hi,

From your description it sounds like you successfully deployed Proxmox Offline Mirror (POM) and generated an offline key that your PVE nodes are using to reach the mirror. That part seems to be working.

However, POM itself still needs access to the enterprise repository with a valid PVE subscription in order to download the actual package indexes and packages.

If the POM server does not have a valid PVE enterprise subscription configured, it will usually not be able to retrieve the package index (Packages) from the enterprise repository.

You may want to check the following:
  1. Whether the POM server has a valid PVE subscription imported.
  2. Whether the mirror configuration is set to use that subscription when accessing the enterprise repository.
If there is no enterprise subscription available, another option would be to mirror the pve-no-subscription repository instead, which is essentially what you appear to be doing now.

Hope this helps clarify the behavior you are seeing.