-
Notifications
You must be signed in to change notification settings - Fork 822
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
Config Version Downgrade is irrational #1769
Labels
Comments
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Originally posted by @gloriousCode in #1735 (comment)
TL;DR
Config Downgrade is an irrational mess
Problem
Downgrades are currently part of the usual upgrade path.
That's impossible. If the latest registered is less than the config version, there is no downgrade code available to run.
Additionally, downgrades need to stop before the target version.
Solution
brag about ithighlight it specifically as a featureThe text was updated successfully, but these errors were encountered: