Hello team, need some tips Planing to migrate app...
# questions
հ
Hello team, need some tips Planing to migrate application from version 2..(java 17) -> 6..(17 or 21 if will be support or waiting Grails 7) What the best way to go with at once or bumping from version to version 2->, 3->, etc. I see in @sbglasius repository we have only the comparision tool from 3 -> https://github.com/sbglasius/grails-versions/compare/3.0.0...6.2.1 which I remmebr was very helpfull from the time when were needs to go from 3-5. SO please give advices as well as please provide more information if there are some new tools or some other helpful information which will help feel less pain during the migration process. Thanks in Advance
s
I have a couple of scripts that might be helpful to a certain extend.
հ
great would much appritiate if you can share more and provide tip regarding switch to 6 or 7 & switch at once or from one version to another.
s
I'm checking if it's working with the latest Grails version (6.2.1) to save you a bit of hazzle, and then I'll share a GitHub Gist.
🙏 1
@Հայկ Հովհաննիսյան (Hayk Hovhannisyan) please check out https://github.com/sbglasius/initialGrails2Converter and see if it suits your needs.
I have successfully run the script on a grails 2.5.6 project doing the initial work for moving to Grails 6.2.1
It is by no means perfect, but it does the initial bulk work
հ
Thanks a lot