migrate local data to production

0
Hi, We have deployed our app to a production enviroment. Now we would like to migrate local configurations we’ve done regarding deeplinks, emails, excel exporter,… to our production environment so we don’t have to totally reconfigure these manually in production. Is this possible and how would i do this? Follow up question: Is it possible to migrate specific data for like let’s say only Email configurations without overwriting all the other data already in there? Thanks
asked
1 answers
1

Indeed you need to do this manually. Some stuff like the Excel importer you can download and upload the import template which is a xml file. If you need to do this on a regular basis you could create webservices for this. In our application for instance we created webservices so we could copy configurations from one environment to another environment.

Regards,

Ronald

 

answered