Closed mleklund closed 5 months ago
I ended up patching the console deployment and running the migration from there, deleting the job and deploying again.
While I don't want to add this flag by default I'll look into providing a more friendly way to do this than manually editing resources or templates.
upon upgrading migration job failed with:
I went and looked at my postgres table, and I indeed had duplicate users in UserProfile. I figured out which were actually being used and deleted the others. I then recreated the migration job with
--accept-data-loss
.This is mostly a warning to others, and how I handled the upgrade.