Skip to content

Releases: EyeSeeTea/d2-cloner

d2-cloner v1.1.0

25 Jan 16:03
9f0e0ec

Choose a tag to compare

d2-cloner command-line EyeSeeTea python script for DHIS2 instances cloning. It facilitates the work with DHIS2-based platforms. When working with multiple DHIS2 instances that are supposed to serve to the same objective, it is common to follow a cloning approach for those instances that need to be in sync with a production environment (like training, dev, or preprod environments). d2-cloner solves this problem by allowing to configure complex scenarios where you can do from simple cloning to a very selective one, applying hook shell or python scripts throughout all the process.

This new version release notes are:

Release 1.1.0

New features:

  • Include documents dir in cloning
  • Selectively remove data by department/dataset/eventProgram/trackerProgram

Bugfixing:

  • Bug in userCredentials with 2.35 fixed
  • Avoid overwrite usergroupaccesses when removing users from the usergroup

Dependencies:

  • Depends on d2-docker 1.5.0

Like every other EyeSeeTea software, this is open source. Use it at your own responsibility as much as you want.

We like to hear back from you, so please don't hesitate to send us your feedback or PRs. Enjoy it!

d2-cloner v1.0.0

20 Jul 21:10
477a56d

Choose a tag to compare

d2-cloner command-line EyeSeeTea python script for DHIS2 instances cloning. It facilitates the work with DHIS2-based platforms. When working with multiple DHIS2 instances that are supposed to serve to the same objective, it is common to follow a cloning approach for those instances that need to be in sync with a production environment (like training, dev, or preprod environments). d2-cloner solves this problem by allowing to configure complex scenarios where you can do from simple cloning to a very selective one, applying hook shell or python scripts throughout all the process.

This new version release notes are:

Release 1.0.0

New features:

  • Cloning from physical image and d2-docker instance
  • Option to run use different images for stop and start (for transformations like version upgrades)
  • Passing auth as parameter allowed for pre/post tomcat scripts
  • Active polling wait for instance to wake up
  • Support for deploy-path and customized server.xml for tomcat server

Dependencies:

  • Depends on d2-docker 1.0.8

Like every other EyeSeeTea software, this is open source. Use it at your own responsibility as much as you want.

We like to hear back from you, so please don't hesitate to send us your feedback or PRs. Enjoy it!