Hello -
I performed a self-hosted install, and everything went fine until I tried to create a new account on the BitWarden sign-in page. After a little digging, it looks like the bitwarden-mssql container is unhealthy.
Then after digging into the mssql logs, it appears the account “sa” is unable to log into the mssql server. I check the config files in /env and the password in the msssql.override.env and global.override.env match.
Any ideas?
5be6f1e8e378 bitwarden/mssql:1.32.0 “/entrypoint.sh” 8 minutes ago Up 8 minutes (unhealthy) 1433/tcp bitwarden-mssql
2020-03-05 06:34:28.45 spid21s Service Broker manager has started.
2020-03-05 06:34:28.52 spid6s Recovery is complete. This is an informational message only. No user action is required.
2020-03-05 06:34:38.43 Logon Error: 18456, Severity: 14, State: 8.
2020-03-05 06:34:38.43 Logon Login failed for user ‘sa’. Reason: Password did not match that for the login provided. [CLIENT: 172.18.0.7]
2020-03-05 06:34:44.54 Logon Error: 18456, Severity: 14, State: 8.
2020-03-05 06:34:44.54 Logon Login failed for user ‘sa’. Reason: Password did not match that for the login provided. [CLIENT: 172.18.0.10]
2020-03-05 06:35:04.60 Logon Error: 18456, Severity: 14, State: 8.
2020-03-05 06:35:04.60 Logon Login failed for user ‘sa’. Reason: Password did not match that for the login provided. [CLIENT: 172.18.0.10]
2020-03-05 06:35:08.77 Logon Error: 18456, Severity: 14, State: 8.
2020-03-05 06:35:08.77 Logon Login failed for user ‘sa’. Reason: Password did not match that for the login provided. [CLIENT: 172.18.0.7]
2020-03-05 06:35:24.68 Logon Error: 18456, Severity: 14, State: 8.
2020-03-05 06:35:24.68 Logon Login failed for user ‘sa’. Reason: Password did not match that for the login provided. [CLIENT: 172.18.0.10]