If i stop the docker container in one server, and then move everything i have that is mounted in the /bw-data mapped mount to another server and then start docker on the second server with the same docker run command, is that all that is needed to move from one docker server to another?
Hello @disgustipated,
Welcome to bitwardenrs.
What you described there is basically all you have to do. That is the same for backups, just the data folder if you are using sqlite.
When you run the command again it will work nicely.
Cool, thanks, did that last night and worked great.