Ed
Explore posts from serversJCHJava Community | Help. Code. Learn.
•Created by Ed on 5/2/2025 in #java-help
Springboot Migration Automation
It will be headache managing both of them
96 replies
JCHJava Community | Help. Code. Learn.
•Created by Ed on 5/2/2025 in #java-help
Springboot Migration Automation
true
96 replies
JCHJava Community | Help. Code. Learn.
•Created by Ed on 5/2/2025 in #java-help
Springboot Migration Automation
yup, and idk if flyway would allow me to run the script before runnign springboot but i think that is available
96 replies
JCHJava Community | Help. Code. Learn.
•Created by Ed on 5/2/2025 in #java-help
Springboot Migration Automation
if its not scary ill do ti
96 replies
JCHJava Community | Help. Code. Learn.
•Created by Ed on 5/2/2025 in #java-help
Springboot Migration Automation
i am going to test it locally and see
96 replies
JCHJava Community | Help. Code. Learn.
•Created by Ed on 5/2/2025 in #java-help
Springboot Migration Automation
i think ill go flyway with direct access
96 replies
JCHJava Community | Help. Code. Learn.
•Created by Ed on 5/2/2025 in #java-help
Springboot Migration Automation
So in your opinion i should do flyway with direct access to update
96 replies
JCHJava Community | Help. Code. Learn.
•Created by Ed on 5/2/2025 in #java-help
Springboot Migration Automation
Yeah i am trying to save some $$
96 replies
JCHJava Community | Help. Code. Learn.
•Created by Ed on 5/2/2025 in #java-help
Springboot Migration Automation
manual might save me from catastrophes
96 replies
JCHJava Community | Help. Code. Learn.
•Created by Ed on 5/2/2025 in #java-help
Springboot Migration Automation
Dealing with databases is just next level stress 😄
96 replies
JCHJava Community | Help. Code. Learn.
•Created by Ed on 5/2/2025 in #java-help
Springboot Migration Automation
yeah
96 replies
JCHJava Community | Help. Code. Learn.
•Created by Ed on 5/2/2025 in #java-help
Springboot Migration Automation
i want to do it manually in script
96 replies
JCHJava Community | Help. Code. Learn.
•Created by Ed on 5/2/2025 in #java-help
Springboot Migration Automation
i want to not give it too much power
96 replies
JCHJava Community | Help. Code. Learn.
•Created by Ed on 5/2/2025 in #java-help
Springboot Migration Automation
and i think later i can make a cicd for the whole process
96 replies
JCHJava Community | Help. Code. Learn.
•Created by Ed on 5/2/2025 in #java-help
Springboot Migration Automation
anything goes bad i would use RX_feature_rollback
96 replies
JCHJava Community | Help. Code. Learn.
•Created by Ed on 5/2/2025 in #java-help
Springboot Migration Automation
Yeah for sure but i feel this is the only approach that gets applied in production in corprates.
i am thinking like:
1. add flyway
2. with each feature creation i create VXfeature.sql file and RXfeature_rollback.sql
3. before release run VX__feature on database
4. push the new release to the server
96 replies
JCHJava Community | Help. Code. Learn.
•Created by Ed on 5/2/2025 in #java-help
Springboot Migration Automation
ii think i will go with flyway and create the V1__ files, then manually apply them on database whenever a release must happen
96 replies
JCHJava Community | Help. Code. Learn.
•Created by Ed on 5/2/2025 in #java-help
Springboot Migration Automation
yup+
96 replies
JCHJava Community | Help. Code. Learn.
•Created by Ed on 5/2/2025 in #java-help
Springboot Migration Automation
yeah you have to be on premium on flyway to do rollbacks
96 replies
JCHJava Community | Help. Code. Learn.
•Created by Ed on 5/2/2025 in #java-help
Springboot Migration Automation
i read rollbacks are premium on flyway and liquibase
96 replies