Skip to content
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

Upgrade - Bump minimum upgradable version to 4.6.12 #22238

Merged
merged 2 commits into from
Dec 11, 2021

Conversation

colemanw
Copy link
Member

Overview

Removes old upgrade code, requires at least version 4.6.12 to upgrade to the latest version of CiviCRM in a single step (upgrading from older versions is still possible by breaking it into smaller steps, e.g. 4.4 -> 4.6, then 4.6 -> latest.

Before

Minimum upgradable version = 4.5

After

Minimum upgradable version = 4.6

Comments

I know it's been less than a year since the last bump, but 4.5 was not an LTS release so hasn't been supported for a very long time.

Now that the minimum upgradable version is > 4.6, this check is not needed.
@civibot
Copy link

civibot bot commented Dec 10, 2021

(Standard links)

@civibot civibot bot added the master label Dec 10, 2021
@totten
Copy link
Member

totten commented Dec 10, 2021

I think the test failure indicates that we should bump up https://github.com/civicrm/civicrm-buildkit/blob/f4901d24508cf335584f5aaa711584a632262497/bin/civi-test-run#L348

Relatedly, we really should add some more snapshots to https://github.com/civicrm/civicrm-upgrade-test/tree/master/databases... maybe snapshots for a few 5.x ESRs...

@totten
Copy link
Member

totten commented Dec 10, 2021

civicrm/civicrm-buildkit#659 should make test system ignore the older snapshots (and start testing some newer snapshots).

@totten
Copy link
Member

totten commented Dec 11, 2021

jenkins, test this please

@colemanw
Copy link
Member Author

Thanks @totten this is passing now.

@totten
Copy link
Member

totten commented Dec 11, 2021

Cool. Merging.

@totten totten merged commit b08e18c into civicrm:master Dec 11, 2021
@totten totten deleted the upgradeVerBump branch December 11, 2021 03:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
2 participants