• 0 Posts
  • 26 Comments
Joined 8 months ago
cake
Cake day: July 31st, 2025

help-circle
  • If you plan to expand further, or add another node, I would recommend starting with zfs and see how it performs, because it’s integrated with proxmox and is required for native replication. But you can’t safely convert a zfs mirror to raidz1, you have to take one of the mirrors offline, create a degraded raidz1 with only two disks, copy the data, then wipe the third disk and add it. It’s sketchy and should not be performed with data you can’t afford to lose. But it works, I’ve done it.

    Second to that, I’d do traditional software raid, though you’d probably end up doing the same process.

    I personally don’t like lvm. I find it frustrating to work with. I’m not sure if you could do the same operations as above.

    I’m not sure if you can do data recovery on proxmox virtual disks, but even if the host is completely dead, you can reinstall it and import the VMs and disks. I’ve done that too. But now I run pbs and rclone the backup files to the cloud.



  • I’m not familiar with n8n, but any time you accept user input, it’s dangerous. What happens if a user submits 10,000 emails per second? What if they submit user@example.com'; DROP TABLE emails; --, or whatever the n8n equivalent of SQL injection is? What if they submit ,,,,,,,,,,,,,,,,? What if they submit a blank field? What if they submit completely invalid random binary data? What if they submit a very, very, very long email address?