I’ve been selfhosting a while. I run around 15 distinct services in docker containers, all on a single machine with a medium sized disk. It’s a small form factor, and I recently had to add space, so I’ve attached an external USB storage device.

It feels clunky.

At what point does a performant SAN/NAS make sense more than local storage? When did you make the jump?

  • Jul (they/she)@piefed.blahaj.zone
    link
    fedilink
    English
    arrow-up
    1
    ·
    7 hours ago

    I have always used small, cheap devices for the servers and NAS storage. I actually had a NAS for a long time to backup my personal devices, too, even before self-hosting. The NAS uses cheaper, slower drives but larger anf more of them and in RAID configuration for redundancy because I’ve had too many drives die on me over the years. And I then use NFS to cache the data locally on the servers which benefit from faster drives which can then be much smaller because they are more expensive per GB.