Closed vinayvenu closed 1 year ago
issue discovered: When a metadata zip is downloaded as parts of integration_system1 (say goonj) and uploaded to another org integration_system2 (say goonj-test), the DB metadata for goonj move to goonj-test and no configs for goonj can be found in the DB.
@1t5j0y FYINA
Root cause of bug: During import, existing records were fetched only by uuid instead of by uuid and integration system (of importing user). Added fix to search by uuid and integration system.
Story
As an implementer, I would like to have a mechanism to migrate metadata from one organisation to another so that
Solution notes