Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

migrate existing users to new auth system #87

Open
okjodom opened this issue Jan 31, 2025 · 2 comments
Open

migrate existing users to new auth system #87

okjodom opened this issue Jan 31, 2025 · 2 comments
Assignees

Comments

@okjodom
Copy link
Contributor

okjodom commented Jan 31, 2025

No description provided.

@okjodom okjodom self-assigned this Jan 31, 2025
@okjodom okjodom moved this to In Progress in Bitsacco V1.0 Jan 31, 2025
@okjodom
Copy link
Contributor Author

okjodom commented Feb 5, 2025

Did a successful dry run migration on the local database and came up with the following migration plan

Migration Plan:

  • migrate chamas - chama service has a direct dependency on users for lookups like sending member invites. we should migrate this service before/in tandem with user migration
  • communicate service maintenance
  • lock down user registration
  • snapshot and json dump current database with existing users
  • normalize existing user data into new models and represenation
  • use mongosh to bulk register normalized user data
  • test user data access
  • switch services over to migrated user db
  • switch over app and auth to migrated user db

@okjodom okjodom moved this from Active to Paused in Bitsacco V1.0 Feb 5, 2025
@okjodom
Copy link
Contributor Author

okjodom commented Feb 5, 2025

blocked on #21

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Paused
Development

No branches or pull requests

1 participant