Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bitwarden unified self-host Issues #2480

Open
44 of 54 tasks
justindbaur opened this issue Dec 7, 2022 · 8 comments
Open
44 of 54 tasks

Bitwarden unified self-host Issues #2480

justindbaur opened this issue Dec 7, 2022 · 8 comments
Assignees
Labels
bw-unified-deploy An Issue related to Bitwarden unified deployment help wanted

Comments

@justindbaur
Copy link
Member

justindbaur commented Dec 7, 2022

Bitwarden unified community beta

We recently announced a beta offering of the Bitwarden unified self-host deployment option, a lighter and flexible method for self-hosting Bitwarden. You can read more about the offering here: https://bitwarden.com/help/install-and-deploy-unified-beta/.

Warning: This is a beta release, which means that this deployment option may be unstable and have issues. If you manage a Bitwarden organization vault, we recommend using the officially-supported, standard deployment option.

With Bitwarden unified, you can now self-host with 2 new database options, Postgres and MySQL. This was achieved by using Entity Framework Core providers with a new written Repository layer to support EF Core which can be found here. The team has done initial QA but the offering is still unstable at this time. If you are using one of these database options, please report any issues you discover. We will update this PR as new issues are discovered. Before reporting an issue, please review the below list to ensure it is not already known. New issues should be reporting using the Bitwarden unified issue template.

Known Issues

Helping

If you want to help fix these issues, we have written documentation for getting set up to develop Bitwarden against these new database options. Before developing, we recommend reading the Entity Framework Core documentation. We will also be requiring tests for any changes to the EF Repository layer because even though a query compiles and may even work against MySQL that is not a guarantee that it will work against Postgres. An example of that happening is #2459 where Postgres does not support using Min on boolean values while MySQL does. We also want to make sure that permissions work the same across all database options.

@justindbaur justindbaur added the bug label Dec 7, 2022
@justindbaur justindbaur changed the title Bitwarden Unified Deployment Issues Bitwarden Unified Issues Dec 7, 2022
@justindbaur justindbaur self-assigned this Dec 7, 2022
@justindbaur justindbaur changed the title Bitwarden Unified Issues Bitwarden unified self-host Issues Dec 7, 2022
@mattcen
Copy link

mattcen commented Dec 8, 2022

we have written documentation

That link is a 404; I think it is supposed to point at https://contributing.bitwarden.com/getting-started/server/ef/ ?

@djsmith85
Copy link
Contributor

djsmith85 commented Dec 8, 2022

we have written documentation

That link is a 404; I think it is supposed to point at https://contributing.bitwarden.com/getting-started/server/ef/ ?

@mattcen: Thank you. I have updated the link.

@djsmith85 djsmith85 added the bw-unified-deploy An Issue related to Bitwarden unified deployment label Dec 8, 2022
@djsmith85 djsmith85 pinned this issue Dec 8, 2022
@ghost
Copy link

ghost commented Oct 14, 2023

Please provide a Synology docker deployment tutorial. I have been unable to connect to the database when deploying on Synology Docker. The same configuration file can be run on the debian server.

@GieltjE
Copy link

GieltjE commented Dec 15, 2023

Is it possible to get an update on the status?
The original post hasn't been updated in a while it seems.

@baek-sang
Copy link

baek-sang commented Dec 22, 2023

It's been a year since started beta testing, when is the official launch planned?

@GieltjE
Copy link

GieltjE commented Jan 28, 2024

Kernel 6.7.x is incompatible with the mssql docker container (known bug), being able to move away from that proprietary stuff would be a good thing.

@douglasparker
Copy link

douglasparker commented Feb 11, 2024

This beta has been going on for a really long time and it still seems like stability issues keep popping up and go unresolved.

Has development stagnated? Is there an ETA on when this will get fixed up and rolled out?

Looking at alternatives right now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bw-unified-deploy An Issue related to Bitwarden unified deployment help wanted
Projects
None yet
Development

No branches or pull requests

7 participants