Unhealthy SSO after fixing ADMIN and 502 Bad Gateway

Today i freshly installed Self Hosted Bitwarden with the newest Image available ony my Windows Server 2022 Installation (bitwarden/setup:2023.2.0)

I cant create an user account in the Bitwarden Web App

Getting the same error for the SSO endpoint:
Could not find stored procedure ‘dbo.SsoConfig_ReadManyByNotBeforeRevisionDate’ in the SSO Logs.

Running .\bitwarden.ps1 -updatedb produces this weird message:
Migrating database.
Migration failed.
Database update complete

But still i cant create an user in web app. Seems that a migration does not work but how to fix this? Another thread also discusses this issue: Could not find stored procedure 'dbo.User_ReadByEmail'

Edit: Fixed it, uninstall using the uninstall command and modified the version from script, i used 2023.1.0. .Then installed it, now i have a working bitwarden instance. Im not updating for the moment