If you would like to upgrade to a newer long-term support version of Studio Pro, see Moving from Mendix Studio Pro 8 to 9.
Export Project Package
Introduction
You can export a project package (.mpk) from Mendix Studio Pro for backup purposes or to share it with other Mendix developers. This is useful if you want to give someone the entire app, or if you need to provide a test app when submitting a ticket.
Project packages can be imported again into a new app using the Import Project Package.
To export the package, open the File menu > Export Project Package and select the relevant options in the Export Project Package dialog box:
For more information on what options you can select, see the sections below.
Destination
You can specify the folder to export the package to. The default location is a folder named packages inside the project directory.
Export Data
Mendix project packages can be exported to a Mendix package file (.mpk). You can choose to export the built-in deployment database and uploaded files as well, or export with no data. You can choose one of the following options:
-
No data – the package will be exported without data.
-
Existing snapshot – this option will include the existing database snapshot in the export project package
This option is only available when a snapshot has already been created. If necessary, you can create a snapshot via Version Control > Add Snapshot of Data. -
New snapshot from current database – will create a new snapshot from the database and include it in the export
This option is available after you run the app locally at least once, because a local database will be created when running the app for the first time.