-
-
Notifications
You must be signed in to change notification settings - Fork 825
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
Increment minimum upgradable version #11864
Conversation
I read through this & all removals relate to files pre 4.1.3 so I think it's good to merge. Agree that it's OK to ask people to upgrade through an earlier version for really old sites |
@colemanw my only hesitation is documentation- is this covered somewhere? |
Relatedly, I think this change reflects reality. According to |
@totten - actually I see |
@colemanw @totten @eileenmcnaughton this is the current config on the PR test bot for master branch
|
Yes, The case "$CIVIVER" in
4.3*) UTVERS="4.2.9-multilingual_af_bg_en.mysql.bz2 4.3.0*" ;;
4.4*) UTVERS="4.2.9-multilingual_af_bg_en.mysql.bz2 4.3.0* 4.4.0*" ;;
4.5*) UTVERS="4.2.9-multilingual_af_bg_en.mysql.bz2 4.3.0* 4.4.0* 4.5.0*" ;;
4.6*) UTVERS="4.2.9-multilingual_af_bg_en.mysql.bz2 4.3.0* 4.4.0* 4.5.0* 4.6.0*" ;;
4.7*) UTVERS="4.2.9-multilingual_af_bg_en.mysql.bz2 4.4.0* 4.5.0* 4.6.0* 4.7.0*" ;;
5*|master*) UTVERS="4.2.9-multilingual_af_bg_en.mysql.bz2 4.4.0* 4.5.0* 4.6.0* 4.7.0*" ;;
*) echo "UpgradeTest failed: Unrecognized version ($CIVIVER)" ; exit 1; ;;
esac
|
I've proposed a related docs update civicrm/civicrm-sysadmin-guide#78 - I think it might be more conservative that this PR - but I think that's OK. I would support you proceeding to merge this @colemanw if you are happy with that doc update |
* Advise need for an interim upgrade version if < 4.2.9 civicrm/civicrm-core#11864 * Fix typo
Overview
This changes the upgrader to only allow direct upgrades from 4.1. Previously 4.0 was "supported" but @totten and I don't think it was actually working.
Technical Notes
Removes related upgrade files and hacks pertaining to upgrades previous to 4.1.3.
Anecdote
Can you belive that 4.1.3 is actually the highest version of 4.1? Yes it had only three releases! Boy those were the days...