Want to downgrade App Version

0
  Hi,   I have created app for version 9.0.5. But my team mate by mistake changed the app. version. How can I downgrade my app version? and how to check the app version?   Thanks, Nilay Kapaley
asked
3 answers
4

You can not downgrade from the latest commit, but you can look for the latest commit that was made in the previous version, and make that your new main-branch:

  • create a new branch from the latest 9.0.5 version
  • download it
  • go to the branches directory
  • copy&paste the content (or just the .mpr file) of that directory into the directory of the main-line
  • commit the main line (either from directory using Tortoise, or by opening it in StudioPro and commit)

This assumes that there is no inrevertible change made to your database.

If any irrevertible change is made to your database, you also need to restore the backup that was the last one to be in 9.0.5

answered
1

Hi,

Downgrade the app version is not possible in mendix studioPro version.

You need to download the 9.1.1 version and export all the modules from application. In 9.0.5, create the new application & import the modules from 9.1.1 and work on it. That’s the solution.

Thanks.

answered
0

From the source control, you can reverse to the version you created. 

answered