-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add missing prefix and icon fields in migration v0.20.0 #3503
Conversation
They are "referenced" from the workspace schemas as they are nested in the workspace configuration object, so no I don't think they should be removed or you would run in similar errors on future migrations if notifications related fields are starting to be populated in user's workspace configs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 Looks good. Just to double check, this works end to end with the sample archive you were working with?
Yes. With this PR alone, I was able to migration my v0.22.0 configs to v0.23.0. With my other PRs, local migration from v0.22.0 to v0.24.0 worked. Click to see logs
|
Hi @tuliren I was facing the same issue, so I built an image locally with your commit and it worked.
Is it fine if I use a local image for running the migration but upgrade to the latest available version (0.23.0-alpha) ? |
Hey @light94, Sorry about the inconvenience.
Yes, we will try to publish a new release soon. @jrhizor, what's our cadence for release? Can we do it this coming week?
Yes. That should work. Just remember to specify |
Thanks @tuliren , I ended up doing the migration using my dev image and it worked perfectly. |
What
prefix
andicon
were added in the v0.20.0 config schema. However, they were not specified in the relevant migration file.Click to expand sample logs
How
Questions
Pre-merge Checklist
Recommended reading order
MigrationV0_20_0.java