This repository has been archived by the owner on May 24, 2024. It is now read-only.
Data Migration from v1 to v2 #14
Labels
04 - Med Low
Medium-Low Priority (Lower than Medium; higher than Low)
Milestone
Summary
Data migration from the existing DynamoDB database to the v2 RDS instance.
Background
The EasyCLA v2 system will need to migrate existing data from the old v1 system into the new database model. This will require a migration script that can read from the existing DynamoDB database from {DEV, STAGING, and PROD} and write to the Aurora RDS PostgreSQL database tables in {DEV, STAGING, and PROD}. We will initially test by exporting data from DynamoDB DEV to a local PostgreSQL instance on the developer's machine. We will work to migrate the CLA specific data including signatures, permissions, and other metadata. We will not transfer data that is currently duplicated in our 'system of record' database: Salesforce.
User Stories
--dry-run
mode which exercises the code but does not import the data.Tasks
Acceptance Criteria
The "done" criteria:
running in the DEV environment.
References
See @dealako for script setup examples and usage of existing v1 python models.
The text was updated successfully, but these errors were encountered: