Data migration from local mendix DB (HSQL) to mendix cloud

0
Hi Reader, I want to migrate my data from the local Mendix default DB (HSQL) to the Mendix default cloud. So that I can view the same data on the Mendix cloud production URL of our application. How can I do this? Is it possible?   Thanks and Regards, Harshraj Singh
asked
1 answers
0

Not in an easy manner. You need the csv export and the Excel import functionality for that, or create a webservice for this. If you have a lot of entities this can take quite some time because you need to create datagrids that showes all the data (including the references to other entities) so you can then export those overviews with the csv export button. Then in the cloud use the Excel importer module to read all the data back again.
You might also want to check out this module in the appstore (csvservices): https://marketplace.mendix.com/link/component/1911
Regards,

Ronald

 

answered