Skip to content

Generate a script to convert a closed version JSON export into an OpenMRS v1.11 mysqldump #2478

@filiperochalopes

Description

@filiperochalopes

User story

As a release maintainer, I want to convert a closed version JSON export into an OpenMRS schema v1.11 mysqldump so the CIEL release process can produce the legacy OpenMRS-compatible database export.

Use case

Take the JSON export of a closed CIEL version and generate a mysqldump compatible with OpenMRS schema v1.11 for distribution/use in the release pipeline.

Requirements

  • Create a script that accepts a closed version JSON export as input.
  • Convert the JSON export into a mysqldump formatted for OpenMRS schema v1.11.
  • Ensure the script output can be integrated into the CIEL release process as an export artifact.

Acceptance criteria

  • Given a closed version JSON export, running the script produces a mysqldump compatible with OpenMRS schema v1.11.
  • The resulting mysqldump is suitable to be used as an output artifact in the CIEL release workflow.

Metadata

Metadata

Labels

signal/needs-specMissing detail or ambiguous requirementsstage/triagedAI triage complete — scored and classifiedtype/docsDocumentation

Projects

Status

In progress

Relationships

None yet

Development

No branches or pull requests

Issue actions