Skip to content

engine/schema: Use same upgrade path as 4.15.1-4.16.0 as for 4.15.2#5385

Merged
yadvr merged 1 commit intoapache:mainfrom
shapeblue:4152-upgrade-path-to-416
Aug 31, 2021
Merged

engine/schema: Use same upgrade path as 4.15.1-4.16.0 as for 4.15.2#5385
yadvr merged 1 commit intoapache:mainfrom
shapeblue:4152-upgrade-path-to-416

Conversation

@yadvr
Copy link
Member

@yadvr yadvr commented Aug 27, 2021

Introduce same Db upgrade path from both 4.15.1/4.15.2 to 4.16.0

Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
.next("4.14.1.0", new Upgrade41400to41500())
.next("4.15.0.0", new Upgrade41500to41510())
.next("4.15.1.0", new Upgrade41510to41600())
.next("4.15.2.0", new Upgrade41510to41600())
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is same pattern we used in 4.14.0/4.14.1...

@yadvr
Copy link
Member Author

yadvr commented Aug 27, 2021

@blueorangutan package

@blueorangutan
Copy link

@rhtyd a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress.

@blueorangutan
Copy link

Packaging result: ✔️ el7 ✔️ el8 ✔️ debian ✔️ suse15. SL-JID 1039

Copy link
Contributor

@nvazquez nvazquez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@DaanHoogland
Copy link
Contributor

we'll have to manually test this by upgrading a snapshot 4.15 install to 4.16

@yadvr
Copy link
Member Author

yadvr commented Aug 27, 2021

Simple test is to use mvn deploy db on 4.15 branch, register fake template and then build and run mgmt server on main branch.

Upgrade tests will thoroughly happen on 4.15 so let's merge this first?

@yadvr
Copy link
Member Author

yadvr commented Aug 31, 2021

Did a manual test, the upgrade seems to kick in. I'm merging this on discretion as upgrade tests are done as part of release/pre-RC efforts.

@yadvr yadvr merged commit 5837f90 into apache:main Aug 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants