Failing migration v0.44.0 -> v0.57.1 #36829
Replies: 1 comment
-
Closed in favour of #36855. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We are upgrading from an older version with a few breaking changes along the way, and encountered an error in
V0_44_4_002__MigrateNonBreakingChangeToEnum
migration that stops the bootloader process:It comes from a typecast in migrateExistingDisableConnection.
The error comes up in a staging environment where we installed
v0.44.0
from scratch, added a couple connectors and switched tov0.57.1
, so the DB is as fresh and untouched as it can get. The DB runs GCP Cloud SQL, this is PostgreSQL 14.10.Update: same effect on 13.10.
Beta Was this translation helpful? Give feedback.
All reactions