bitwarden / self-host

Bitwarden's self-hosted release repository
GNU General Public License v3.0
307 stars 54 forks source link

Unified Deployment MySqlConnector.MySqlException #198

Open TempHauns opened 5 months ago

TempHauns commented 5 months ago

I get an MySqlConnector.MySqlException (0x80004005): Unable to connect to any of the specified MySQL hosts. error using the RUN method of the unified deployment.

Set up on: Debian 12 Docker version: 24.0.7 Created DB: Mysql/MariaDB

running via RUN sudo docker run -d --name bitwarden -v /$(pwd)/bwdata/:/etc/bitwarden -p 443:8443 --env-file settings.env bitwarden/self-host:beta

MariaDB is set up on the same host directly, without docker.

Logs & settings.env: admin.log api.log identity.log notifications.log settings.env.txt

NovaSilentium commented 5 months ago

Hi there!

We use GitHub as a place to track bugs and other development related issues. If you have an issue to report regarding Bitwarden Unified, please refer to the following issue to submit the issue on GitHub. Thanks!

https://github.com/bitwarden/server/issues/2480