Skip to content

feat: add migration command for mongo to mysql#103

Merged
taimoor-ahmed-1 merged 1 commit intomasterfrom
feat/add_migration_commands_from_mongo_to_mysql
Oct 16, 2024
Merged

feat: add migration command for mongo to mysql#103
taimoor-ahmed-1 merged 1 commit intomasterfrom
feat/add_migration_commands_from_mongo_to_mysql

Conversation

@taimoor-ahmed-1
Copy link
Copy Markdown
Contributor

@taimoor-ahmed-1 taimoor-ahmed-1 commented Oct 14, 2024

feat: add migration command for mongo to mysql

  • add migration command that copies courses data from mongodb to mysql models.
  • add deletion command that deletes courses data from mongodb.
  • add CourseWaffleFlag to retrieve correct backend for a course.
  • enable waffle flag for course after migration is completed.
  • fix patch_get_backend for test_views/ tests.
  • add unit tests for migration commands
  • close Migrate v2 models from MongoDB to MySQL #51

@taimoor-ahmed-1 taimoor-ahmed-1 self-assigned this Oct 14, 2024
@taimoor-ahmed-1 taimoor-ahmed-1 force-pushed the feat/add_migration_commands_from_mongo_to_mysql branch 4 times, most recently from b554e81 to 1b27348 Compare October 15, 2024 11:10
@taimoor-ahmed-1 taimoor-ahmed-1 force-pushed the feat/add_migration_commands_from_mongo_to_mysql branch 3 times, most recently from fe24ccc to 534aa8a Compare October 16, 2024 07:44
@taimoor-ahmed-1 taimoor-ahmed-1 changed the title [WIP] feat: add migration command for mongo to mysql feat: add migration command for mongo to mysql Oct 16, 2024
@taimoor-ahmed-1 taimoor-ahmed-1 marked this pull request as ready for review October 16, 2024 07:46
- add migration command that copies courses data from mongodb to mysql models.
- add deletion command that deletes courses data from mongodb
- add CourseWaffleFlag to retrieve correct backend for a course
- add unit tests for migration commnads
@taimoor-ahmed-1 taimoor-ahmed-1 force-pushed the feat/add_migration_commands_from_mongo_to_mysql branch from 0b033fa to e8c400a Compare October 16, 2024 10:08
@Ali-Salman29
Copy link
Copy Markdown
Contributor

LTGM!

@taimoor-ahmed-1 taimoor-ahmed-1 merged commit 55f7897 into master Oct 16, 2024
@taimoor-ahmed-1 taimoor-ahmed-1 deleted the feat/add_migration_commands_from_mongo_to_mysql branch February 14, 2025 09:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Migrate v2 models from MongoDB to MySQL

3 participants