Backup restore

0
Hi, In 1 scenario if we want to get data of 2 backup file into 1 environment in mendix,  what is possible ways if any to achive this as if restore 1 backup then 2nd backup data will get over ridden. 1 solution I think of is restore the data of both backup 1 by 1 and excel export both times and make a combine excel and import same excel data in environment  Please help. Thanks in advance 
asked
1 answers
0

Excel would be one option. There are also a couple of modules to do .csv imports. See for instance https://marketplace.mendix.com/link/component/1911 or https://marketplace.mendix.com/link/component/108605 . Depending on how much data it is these modules might be better suited.

Other option would be to create a webservice. Then if you run the model on your local machine with the right backup push the data to the cloud environment. Then do the restore local of the other database and push that data also.

Regards,

Ronald

 

answered