Comment on Moving db data (MariaDB) to NFS NAS Hello self-hosters! :) I’d like to tap in
yaroto98@lemmy.world 3 weeks ago
Eh, I’d take their recommendation with a grain of salt. They’re likely targeting worst case. Like a university with thousands of users. If you say put proxmox on the laptop, connect your nas as storage, then run the db vm/container with it’s storage as the nas, I doubt you’d see any issues. You might notice a bit more latency and slowness, but I doubt any data loss. This setup is how I run all my VMs for years, some of the VMs have databases. Zero issues.
I wonder if in this case VMs don’t make it work better. There is another layer between the process and NFS than pure docker+volume
yaroto98@lemmy.world 2 weeks ago
Maybe. It’s also possible proxmox has some caching/tuning logic built in to handle it, because it’s a built-in supported feature not something I hacked together