Testing data migration on UAT environment - keeping some data.

0
Good Afternoon,We are moving data from On Premise to the Mendix cloud. It is the same app but the main line in 7 (on premise) and an upgrade branch in 9 (Cloud) . To test the data migration in 9 I need to clear the database in the UAT envirmonment however I really don't want to lose all the email templates as there are quite a few. Is there a way of clearing the database but keeping the email templates. This is using the email connector module.Thanks all.
asked
2 answers
0

You might be able to use this module: https://marketplace.mendix.com/link/component/224067. If that doesn’t work for your case, you can export and import the templates manually using the Excel Exporter/Importer module.


answered
0

Dear Jessica,


You can easily export the email template like json format then you can import it .


Regards,

Mohamed Rasik.N

answered