We are implementing a self hosted version of bitwarden in our organisation. We need high availability, so we have two servers in two different regions accessed via a load balancer.
We have a central MSSQL database and we have found in order to get both servers to work, you need to replicate the BWData folder between them. We are looking to make this more fluid, reason being, if you make changes to the setup, the organisation will then need to remember to copy the BWdata folder to the second server etc.
Current thoughts are to use an NFS based storage account to host the BWdata folder and then share it on both servers, has anyone done this? Can you offer any setup advice etc?