Instead of using redundant servers and all that entails, has anyone tried running using NFS using something like Google Cloud Compute? I am wondering how well the DB works on a busy server since NFS is inherently slower than local hard drives. It seems to me that would be a good way to do redundancy instead of using multiple servers. With Google Cloud Compute, you are already fairly redundant within the zone in the datacenter. If your server hardware crashes or they are doing maintenance, a reboot will automatically put you on different hardware. In the unlikely event the NFS in the datacenter zone crashes, you can switch to an NFS in another zone or even another datacenter if you set it up to replicate.
I don't use AWS but I believe you can do similar things with them as well. I know they both have Cloud PostGreSQL services that are also inherently redundant, They are kind of expensive when you add it all up so I dropped that idea.
I don't use AWS but I believe you can do similar things with them as well. I know they both have Cloud PostGreSQL services that are also inherently redundant, They are kind of expensive when you add it all up so I dropped that idea.
Last edited: