You can specify different ACME providers using the CLI, see the documentation here [0]:
proxmox-backup-manager acme account register <name> <contact> --directory <harica directory url>
Edit: forgot to mention, this allows you to interactively...
I have exactly this problem: On some machines 20-60TB of HDDs. I don't want to mix backup methods.
But re-reading this amount of data just because the guest was switched off takes another 10-15h for one backup, just to re-read everything.
Yes sorry, I'd forgotten you'd said that. Just so I can be sure I understand the process as it were.
I would on the local PBS setup a firewall rule so that only the remote PBS IP is accepted as a connection
Then open up port 8007 on the local...
Und da ist schon mein nächstes Problem: den Ordner /var/lib/mysql habe ich (bereis mehrfach) an verschiendenen gesichert. Die Daten "gehören" alle "root" (warum nicht "mysql"?). Also eine USB-Platte mit dem Odner in die neu angelegte...
Here is what I did to make the change to the NIC persist upon boot/restart:
# SSH into the PVE host, then run:
sudo nano /usr/local/bin/prevent_NIC_hang.sh
# Paste the following content:
#!/bin/bash
ethtool -K eno1 gso off gro off tso off
echo...
Whats the best way to set up a wireguard VPN using the UDM, the udm is on the site with the proxmox servers and my home with a standard router is going to have pbs on the network. both networks are on 192.168.1.x, am not sure if that is going to...
Unter /var/ gibt es directory "crash" nicht.
uname -r
7.0.0-3-pve
last -x reboot shutdown
reboot system boot 7.0.0-3-pve Wed Jun 10 18:46 - still running
reboot system boot 7.0.0-3-pve Mon May 4 16:15 - crash
reboot system...
Jonas — thanks for the pointer to the other thread and for the follow-up.
Result: kernel 6.17.13-13-pve works, 7.0.6-2-pve does not.
We tested 6.17.13-13-pve on our RTX 5070 Ti (GB203, 10de:2c05) node and GPU passthrough is fully functional...
The amazing things with live migration is that you can be logged in via Remote Desktop on a Windows VM that is being live migrated, surf on the web continuously and you don't notice when you are moved to a new node. No disconnect, no noticable...
Jonas — thanks for the pointer to the other thread and for the follow-up.
Result: kernel 6.17.13-13-pve works, 7.0.6-2-pve does not.
We tested 6.17.13-13-pve on our RTX 5070 Ti (GB203, 10de:2c05) node and GPU passthrough is fully functional...
We have a client that wants "differential" MSSQL backups.
I don't know why they want this. Usually we do a Full and hourly Logs.
But they do specifically want 'differential' backups. And they are failing.
Our DBA figured out why its failing...
Hi everyone,
I wanted to post an update.
We have successfully upgraded to Proxmox VE 9.2.3, which also updated the PVE host kernel, QEMU-related packages, guest agent components, and everything involved.
At first, we thought the problem had...
Hi @whiterabbit
vielen Dank für deinen Post!
Vorneweg verweise ich mal auf die PMG Doku zum Thema DKIM [1].
Dort sind die Einstellungsmöglichkeiten und Vorgehen erklärt.
Zu deinem konkreten Problem:
Kannst du bitte einmal den TXT Record den...
Yeah that makes sense that it would still be encrypted... I had a moment. I think if I went that route I would have generated certs anyways since I could put it behind Traefik with my domain which then gives signed Let's Encrypt keys. Unless the...