Docs Downloads & Releases Windows Update Procedure
Windows Update Procedure
Step-by-step guide to updating Bervice on Windows while keeping your vault secure and downtime minimal.
Before You Update
- Confirm your recovery phrase or key file is backed up and stored securely offline.
- Export any recent activity logs if you are troubleshooting an issue.
- Check the Status Page for any ongoing incidents that might affect updates.
- Review the release notes for breaking changes.
Standard Update Method
- Go to the Windows download page.
- Download the latest
.exe
installer for your architecture (x64 or ARM64). - Right-click the installer, select Properties, and verify the SHA-256 checksum matches the one on our site.
- Run the installer — your existing app will be upgraded in place, keeping your vault intact.
- Launch Bervice and confirm your subscription and vault contents are present.
Portable Build Update
If you’re using the portable .zip
build:
- Download the new portable
.zip
from the latest version page. - Extract to a new folder — do not overwrite the old folder immediately.
- Copy the
vault/
andconfig.json
from your old folder to the new one. - Launch the updated
Bervice.exe
from the new folder. - Once confirmed working, delete the old version folder.
Silent Install (IT/Admin)
For automated deployment in enterprise environments:
BerviceInstaller-v1.0.0-x64.exe /quiet /norestart
This preserves user vaults and configuration.
After Updating
- Check Help → About to confirm the version number.
- Verify your vault opens and your files/passwords decrypt correctly.
- If you experience errors, export logs and report a bug.
Rollback Procedure
If you need to revert to an older version:
- Download the desired older installer from Archived Releases.
- Uninstall the current version (vault data remains unless you select “Delete Data”).
- Install the older version and import your vault if prompted.
For extra security, combine this procedure with GPG signature verification and checksum validation.