I will be working on a Zoho Creator application that was previously developed by another group. I have a series of new enhancements that will need to be incorporated in the application. Part of my challenge is determining the most effective way to make changes to the existing application. There does not appear to be any sort of migration tool and/or best practices around change management. I have thought through a couple scenarios:
- backup/restore the production application, make changes to the new application, test, and then manually add changes to the production application
- backup/restore the application, make changes to the new application, test, and then replace the production application with the new application (making sure to add in any data that has been added to the production application)
Neither of these options is ideal, but I can work with what is available.
Please advise.