How to duplicate project and avoid overwriting cloud app.

0
Hello, I need to duplicate my Mendix project in order to create an alternative version of it. If I will copy-paste the whole project folder, make some changes and run it in the cloud – will it create a new cloud app, or overwrite the cloud app of the original project? Thank you in advance.
asked
1 answers
4

Hi Maxim,

You can make a copy of the project and run it locally. However when you commit to the team server/deploy to the cloud from the copied project, it will (most likely) just act the same as your ‘original’ project, thus overwriting your current deployed version.

What you can do however is use the ‘export project package’ option from the business modeler, then start a new team server enabled project and after creating the project; use the ‘import project file’ option in the modeler of the newly created project.

answered