Apply cloveretl project changes from DEV to PRODUCT system

Dear CloverETL,

I have a question about cloverETL Server project synchronization between CloverETL development system and production system.

I installed two CloverETL Servers in two machine.

One is CloverETL development system, the other is CloverETL production system.

If I change the CloverETL project in development system, the changes apply The CloverETL project in production system automatically or manually?

Until now, I just copy and paste OS function.

If possible, would you let me know?

Thanks for any comments,

Bongki.

Hi Bongki,

The changes have to be done manually. They can not be automatized because an user typically does not want the two environments to be fully synchronized. The user usually wants to develop his project in the development environment and when he is done, transfer the project into production.

I recommend the following procedure:

  1. Copy the whole content of your sandboxes.home into the same location on your production server. http://doc.cloveretl.com/documentation/ … rties.html
  2. Use Server Configuration Migration, see http://doc.cloveretl.com/documentation/ … onfig.html

I hope it is clear but feel free to ask anything if you have any questions.

Regards,

Thank you very much,

Regards,

Bongki.

Or if you have just a few sandboxes, you can also use Designer export/import functionality:
http://doc.cloveretl.com/documentation/ … ndbox.html
http://doc.cloveretl.com/documentation/ … ndbox.html

And if you are using some CVS, it can surely provide you with some useful tools as well. It should be quite easy to transfer exported Server configuration plus your sandboxes between multiple environments this way.