Badger over NFS

How does badger behave when used on NFS? Is there a safe way to do it [i.e. only 1 process accessing]? or is it something that is not supported at all?

By NFS I mean things like EBS [Amazon Elastic Block Store (EBS) - Amazon Web Services] or other kinds of block storage like Vultr’s [https://www.vultr.com/products/block-storage]

It would be nice if that were supported as that would allow storage to scale independently of compute

Is it safe to use BadgerDB on digital ocean block storage (ceph) another similar question unanswered

Badger works fine with EBS. We use it that way in Dgraph Cloud all the time. Should work on NFS as well – I think we do that too in corp infra.

Not sure about Ceph and others. You’d have to experiment.