BW does not function after Update to 2024.8.0 | nginx restart loop

Hi there,

a customer of mine has a BW server self-hosted on a Ubuntu VM.
The Server is currently on the version 2024.3.0 and the customer wants the BW to be updated to 2024.8.0.

I tried to follow the instruction, but every time we update the Server, the nginx container does not start with the error that the container can’t find the SSL Certificate.

These are the steps that I follow:

  1. login via ssh on the VM with the bitwarden user
  2. cd …/…
  3. cd opt/bitwarden
  4. ./bitwarden.sh stop
  5. rm bitwarden.sh
  6. curl -Lso bitwarden.sh “https://func.bitwarden.com/api/dl/?app=self-host&platform=linux” && chmod 700 bitwarden.sh
  7. ./bitwarden.sh updateself
  8. ./bitwarden.sh update
  9. Reboot the VM
  10. cd …/…
  11. cd opt/bitwarden
  12. ./bitwarden.sh start

After that the nginx container will constantly restart and the BW is not reachable via webbrowser.

The BW VM has a connection to the Web and all required ports are configured in the firewall. The usage of BW is only accessable from the internal network.
The SSL-Certificate is valid from the DigiCert CA.

If there are more informatione needed to help out, I am happy to provide them.

Greetings,
Maurice

Me again. We have still the same error with Version 2024.10.2.

I really don’t know why this is happening.