-
Notifications
You must be signed in to change notification settings - Fork 124
Strengthten upgrade process #853
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
Conversation
57d763c
to
a57a339
Compare
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 and a safe way to do it 👍
Wdyt @M0rgan01 @Quetzacoalt91 @ga-devfront ?
Thanks. :-))) I extended the PR description. |
@Hlavtox > When the upgrade accidentaly runs twice, @kpodemski somehow reproduced it. How could this happen ? |
@M0rgan01 No idea, ask @kpodemski, but he won't know, just happened 🤣 |
waiting for #874 merge |
219de49
to
c8b38b6
Compare
@M0rgan01 @Quetzacoalt91 Rebased, let's see what tests say :-) |
Yaaaaay 🥳 |
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.
Hi @Hlavtox
Thank you for your PR, I tested it and it seems to works as you can see :
recording.294.webm
Tested with UI from :
1.7.7.8 to 8.1.7
1.7.7.8 to 1.7.8.11
8.0.5 to 8.1.7
8.1.7 to 9.0.0
8.0.5 to 9.0.0
Tested with SeamlessUpgradeToolbox :
1.7.0.1 to 1.7.2.0
1.7.0.1 to 1.7.3.0
1.7.5.1 to 1.7.6.0
1.7.5.1 to 1.7.6.6
1.7.5.1 to 1.7.7.0
1.7.5.1 to 1.7.8.0
1.7.5.1 to 8.0.0
1.7.5.1 to 8.1.0
8.0.4 to 9.0.0
With this test I see this part that disapear with the upgrade :
That why i tested to put a note with an order. I think it disapear because we don't put often a note on order at the installation. That's why I tested it on the video
Because the PR seems to works as expected, It's QA ✔️
Thank you
What I changed
ALTER TABLE ADD
are using this script.CREATE TABLE
are conditioned withIF EXISTS
.DROP TABLE
are conditioned withIF EXISTS
.DROP COLUMN
are using our scriptdrop_column_if_exists
.What it improves
Ping @Quetzacoalt91