Migration from 1.17.0 rc-1 to 1.17.0 fails

Trying to upgrade from 1.17.0 RC1 to 1.17.0 but it fails with.

2022/08/04 20:16:13 routers/common/db.go:33:InitDBEngine() [E] ORM engine initialization attempt #9/10 failed. Error: migrate: migration[222]: Drop old CredentialID column failed: no such table: webauthn_credential

Any way to get around this problem?

Thanks.

Fixed it by renaming a table new_webauthn_credential_new to webauthn_credential

1 Like