mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 09:46:00 +03:00
[GH-ISSUE #853] Bitwarden HA setup problems #603
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#603
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @fr-ashvini on GitHub (Feb 6, 2020).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/853
Subject of the issue
Hi I have two bitwarden server connected to external database. Basically objective is to achieve high availability. So the issue was to replicate the databases, so cameup with an idea to share the efs volume among the database and put the databases in docker swarm network.
Your environment
Steps to reproduce
Expected behaviour
Actual behaviour
Relevant logs
@fr-ashvini commented on GitHub (Feb 6, 2020):
command used is
docker service create -v /home/ec2-user/efs -e "ACCEPT_EULA=Y" -e "SA_PASSWORD=password123" -p 1433:1433 --name sql1 -d mcr.microsoft.com/mssql/server:2019-GA-ubuntu-16.04
and then updatedb on bitwarden servers.
but its not as required.
@mprasil commented on GitHub (Feb 6, 2020):
I'm kinda confused what documentation you follow. You're using mssql, which is not supported by bitwarden_rs and the is no updatedb command either.
Are you using the official bitwarden server? If yes, you need to ask for help there.
If you actually want to use bitwarden_rs, read the documentation here.
@mprasil commented on GitHub (Feb 6, 2020):
Also please fill in the information about your environment in the issue template, that might clear some confusion.
@fr-ashvini commented on GitHub (Feb 10, 2020):
Hi Thanks for reply.
Iam using Offical Bitwarden server. Thank you for your time.