Skip to content

PSQL migration#3620

Draft
davidleomay wants to merge 3 commits intodevelopfrom
feat/psql-migration
Draft

PSQL migration#3620
davidleomay wants to merge 3 commits intodevelopfrom
feat/psql-migration

Conversation

@davidleomay
Copy link
Copy Markdown
Member

Release Checklist

Pre-Release

  • Check migrations
    • No database related infos (sqldb-xxx)
    • Impact on GS (new/removed columns)
  • Check for linter errors (in PR)
  • Test basic user operations (on DFX services)
    • Login/logout
    • Buy/sell payment request
    • KYC page

Post-Release

  • Test basic user operations
  • Monitor application insights log

@davidleomay
Copy link
Copy Markdown
Member Author

Remaining Tasks

  • Generate Fresh Migration npm run typeorm migration:generate -- -n InitialPostgres
  • Migrate Data (~30GB)
    • Use Azure Data Factory (maps by column name)
    • Or another migration tool of your choice
  • Update Environment Variables (SQL_HOST, SQL_PORT, SQL_USERNAME, SQL_PASSWORD, SQL_DB, SQL_SSL=true)
  • Test Application against PostgreSQL
  • Deploy to DEV/PRD

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.

2 participants