How to synchromization custom modules classes

GTEK IT DEV Team asked on June 25, 2019 10:46

I created a custom module, and inside this module i have some classes to save data. But when i created those classes. Kentico didn't log the synchromization tasks to sync the classes definition to server. So i need co create the same classes on live server. Have any problems to resolve this issue?

Recent Answers


Zach Perry answered on June 25, 2019 18:22

You can export the module and import it in the live site, that should bring all the data with it.

0 votesVote for this answer Mark as a Correct answer

Peter Mogilnitski answered on June 25, 2019 18:28

You can use the export feature to transfer custom modules to other instances of Kentico, or prepare module packages for the Kentico Marketplace. Deployment of modules using content staging is NOT supported. See the documentation

0 votesVote for this answer Mark as a Correct answer

GTEK IT DEV Team answered on June 26, 2019 14:39

My module classes are need to change pretty much. So each time i import module to server. Do i need to delete te module on the live site. Or it will by update changes automatically?

0 votesVote for this answer Mark as a Correct answer

Peter Mogilnitski answered on June 26, 2019 17:58

No need to delete, import/export will take care of that. In fact import export is very good even if you are connected to a different db. All your schema changes will be applied

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.