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?
You can export the module and import it in the live site, that should bring all the data with it.
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
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?
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
Please, sign in to be able to submit a new answer.