Update a Server
tip
Self-hosted server releases lag several days behind cloud server releases. Please note that the
Additionally, please review Bitwarden
It is critically important to keep your self-hosted Bitwarden instance up to date. Updates may include fixes that are important for the security of your Bitwarden instance, including patches to any vulnerabilities. Data stored in your Bitwarden vault, including passwords, should be considered critical data and therefore protected with up-to-date software.
Additionally, newer versions of client applications may not support older versions of your self-hosted instance.
You can subscribe to email notifications for self-hosted server releases by navigating to
warning
We highly recommend backing up your data before updating your self-hosted instance. For more information, see
If you're running a standard installation, update your Bitwarden instance using the same Bash (Linux or macOS) or PowerShell (Windows) script (bitwarden.sh) used to install Bitwarden. Run the following sequence of commands:
Bash
Bash./bitwarden.sh updateself ./bitwarden.sh update
PowerShell
Bash.\bitwarden.ps1 -updateself .\bitwarden.ps1 -update
Update offline deployment
If you're running a
Your Bitwarden installation should now be fully up to date and running.