Recent content by _gabriel

  1. G

    Support for SQL Server 2019 & 2022?

    just to clarify, MDF files as SQL backups by PVE/PBS are valid, because rely on SQL VSS agent within Windows guest. Only granular restore is missing. Full MDF need to be downloaded/restored, attached as temporary to recovery specific DB.
  2. G

    API token permission for "datastorebackup" does not allow creation of backup, only user permission "datastorebackup" works - why?

    edit : myself test with a PBS v3. 2 grant user permission is required to allow API token Read Datastore for Sync job. (perhaps fixed in newer version) https://pbs.proxmox.com/docs/user-management.html#api-tokens
  3. G

    Support for SQL Server 2019 & 2022?

    no, if compression not used. As PBS deduplication does not rewrite existing data.
  4. G

    Why i cant install WinSever 2012 R2 its keep let me install again and again

    it should work, but as you have a problem, the idea is to do a new install in BIOS.
  5. G

    Why i cant install WinSever 2012 R2 its keep let me install again and again

    once Legacy BIOS selected, don't forget to set Boot order too. VirtIO v285 does not support 2012 r2, use older version like v173.
  6. G

    storgae configuration

    "SharedFolder" in your screenshot is actually *local* because mount failed due to typo
  7. G

    storgae configuration

    missing "a" in ShredDir ? To fix the missing iso ? edit: double check your keyboard, If letters are missing or mixing in configuration as in this thread, errors will be excepted.
  8. G

    [SOLVED] Extremely low speeds when backuping

    Run tailscale status and examine the connection information for the peer device. If the output contains "direct", the connection is direct. If the output includes "relay", the connection is relayed through a DERP server. If the output includes "peer-relay", the connection is relayed through a...
  9. G

    Proxmox VE 9.1.1 – Windows Server / SQL Server issues

    we can't confirm each step neither detail each step. backup as safety , always. but restore can be skipped : from Node \ Shell , you can zpool detach one 1.8TB , this breaks ZFS mirror , but will continue to work , no interruption. then "Wipe disk" from PVE UI \ Node \ Disks , the correct disk...
  10. G

    Proxmox VE 9.1.1 – Windows Server / SQL Server issues

    no, changing FS ( zfs / Lvmthin / btrfs) implies formatting.
  11. G

    Proxmox VE 9.1.1 – Windows Server / SQL Server issues

    ZFS is slower than vmware FS (as it does raid, checksum integrity...) . Try with Lvmthin
  12. G

    [SOLVED] PBS fail creating datastore

    https://web.archive.org/web/20250809215052/https://blog.jeff-media.com/solution-creating-a-datastore-on-proxmox-backup-server-fails-at-chunkstore-create/
  13. G

    Proxmox 9.1.4 with very high iodelay

    Have you checked I/O per VM ? Have you rebooted host to run the latest kernel ? No backups running ?
  14. G

    R/W Speed difference between two VM's 40GB vs 2GB

    VM#1 speeds are not the real one as it's RAM speed thanks to ZFS ARC. test for longer like CDM 1 x 16 GiB. or reboot host to reset ZFS ARC cache.