Hi,
Thank you for sharing the information and detailed steps — that’s really helpful!
However, my main concern is on the Proxmox side, specifically regarding whether the new Microsoft Secure Boot certificate (referenced in Microsoft’s update...
Hi,
The error usually means there’s an invalid character or format in the PBS address you entered. Please check that the URL is correct — for example, use:
https://pbs-server.domain.com:8007
Make sure there are no spaces or special characters...
Hi,
Changing a VMID directly isn’t supported in Proxmox. The recommended way is to back up the VM and restore it using the new VMID. This ensures everything stays consistent and avoids storage issues,
Hi,
We are looking for a PVE cluster resource load balancing function similar to VMware DRS automation. Does the PVE cluster have a similar function for automated resource load balancing?
Thank you
Hi,
We have reviewed the host and VM time settings:
Both the Proxmox host and the VM are now using Asia/Singapore timezone.
NTP is active and synchronized on both systems.
The previous 2-hour difference is resolved. The current VM time is only...
Hi,
The error means your Proxmox server can’t reach the backup server on the special backup port (8007), even though the web page works.
You can try:
• Restarting the backup server
• Checking if any firewall is blocking the connection
•...
Hi,
In Proxmox, the backup setting works for the whole virtual machine, not for each disk separately.
So, it’s not possible to back up one disk every 10 minutes and another disk only once a day from the same VM.
The only way to do this is...
Hi,
I’m encountering a time synchronization issue between one of our Proxmox VE hosts and its virtual machine.
Environment:
Proxmox VE Host: PVE-SGTNAPAPP02
Virtual Machine: SGTNAPAPP02.tina.gebgd.org
Date Observed: 10 October 2025...
Hello,
I have a VM (ID 125) running WHM/cPanel. When creating it, I accidentally placed the disk on my NAS Backup storage instead of local storage (local_btrfs).
Symptoms / Issues:
The VM sometimes shuts down automatically after starting...
Hi,
You don’t need Proxmox Backup Server for this. Just copy your backup file to the new server into the backup folder (usually /var/lib/vz/dump/). After that, it will show up in the Backups list in Proxmox and you can restore it from there...
Hi,
Could anyone please advise how to check if the disk has any issues and how to find its logs?
I was trying to move the disk from NAS-BACKUP to local-btrfs, but encountered the error I shared earlier.
Thank you.
Currently the disc seems not corrupted and all working fine, but we required to move the disc from one to another and it is urgent. Could you please advise a safe method.
Hi Support Team,
We’re facing an issue while migrating a VM disk. The migration starts but fails part way with an I/O read error from the source NAS storage.
Here’s the error:
moving disk with snapshots, snapshots will not be moved!
create...
Hi,
You can’t directly add more CPU or RAM to a running node without a restart, since the hardware needs to be recognized by the system. To avoid downtime for your workloads, you can use Proxmox features like live migration: move the...
Hi @bbgeek17,
Thanks for your patience. Please find attached the io performance between host and guest. As there is no package ssacli found on proxmox repository. I've captured RAID controller infomation from iLo
Thank you
Hi,
The user can’t see backups because permissions also need to be set on the PBS datastore itself, not just in PVE. Once you add Datastore on the PBS side, the backups will show up.
Hi @bbgeek17
1. So the disk was hosted locally? Yes on local-lvm. I.e. on local-lvm. It is still hosted locally based on the configuration attached to the opening post.? yes
2. It was moved to NFS share, but the configuration you provided does...
Could you please check the logs to see why it’s timing out:
journalctl -u pmgproxy -f
grep 'error' /var/log/pmg/pmgproxy/pmgproxy.log
If the problem is too many connections, use NGINX in front of PMG to handle more traffic. Don’t try to...