Hello:
I am attempting to convert some CUBA 7.2 applications to Jmix 1.5.2 using a PostgreSQL 12 database. There appear to be database changes required as part of the conversion.
I am concerned that executing my test Jmix application will break my production CUBA applications when it updates the database.
Are they compatible? Will my CUBA applications continue to operate normally?
Do I have to clone my entire database to test?
As an alternative, do you have a list of database changes so I can copy the tables that will change to a new schema and create a search_path to use them first? Will that work?