Solution (for people with external MSSQL - about 45 mins of work…)
- Go ahead and nuke your
bwdata
- Get the latest install script
- Modify the version lines in
bitwarden.sh
to add a variable$ver
for the version numbers for CORE/WEB/KEY… (we’re gonna be changing these value loads soon)
ver="2023.1.0"
COREVERSION="$ver"
WEBVERSION="$ver"
KEYCONNECTORVERSION="$ver"
- find out what version your last successful migration was. In SSMS it looks like this:
go ahead and set your$ver
above to a release around then. - run
./bitwarden.sh updatedb
- keep incrementing the version number until you get to a fairly modern version, and keep trying the app, browser extension and web portal until one of them works