Hi Team,
We are facing challenges in maintaining the backup in PBS. due to the reuse of VMIDs
VMIDs should be auto-incremental, like in a database.
Currently, when you remove a VM/CT, the ID becomes available again, and the next time you create a virtual machine It will be used (proxmox will suggest the least available ID).
Example: VM id 100 is backed up in PBS and VM ID 100 is deleted from PvE after some time then you create a new VM. Pve will choose the Free id which is "100 again" So if we take the backup it overwrites the old 100vmid's data.
So we need a solution for this, it should only create the VMS in incremental Last created VMID+1. if I delete the VMid 100 it should not use the same 100 ids again in the future, instead, it should create on VMID-101.
We are facing challenges in maintaining the backup in PBS. due to the reuse of VMIDs
VMIDs should be auto-incremental, like in a database.
Currently, when you remove a VM/CT, the ID becomes available again, and the next time you create a virtual machine It will be used (proxmox will suggest the least available ID).
Example: VM id 100 is backed up in PBS and VM ID 100 is deleted from PvE after some time then you create a new VM. Pve will choose the Free id which is "100 again" So if we take the backup it overwrites the old 100vmid's data.
So we need a solution for this, it should only create the VMS in incremental Last created VMID+1. if I delete the VMid 100 it should not use the same 100 ids again in the future, instead, it should create on VMID-101.