-
Notifications
You must be signed in to change notification settings - Fork 23
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
[SDP-1269] Add CI to validate single-tenant to multi-tenant migration #356
[SDP-1269] Add CI to validate single-tenant to multi-tenant migration #356
Conversation
stellar-disbursement-platform-backend-preview is available here: |
1 similar comment
stellar-disbursement-platform-backend-preview is available here: |
ededc60
to
5edf26e
Compare
stellar-disbursement-platform-backend-preview is available here: |
5edf26e
to
f7d345f
Compare
stellar-disbursement-platform-backend-preview is available here: |
f7d345f
to
673bf09
Compare
stellar-disbursement-platform-backend-preview is available here: |
stellar-disbursement-platform-backend-preview is available here: |
stellar-disbursement-platform-backend-preview is available here: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! This is great
|
||
- name: Run Migration | ||
run: | | ||
docker exec e2e-sdp-v2-database bash -c "psql -d $DATABASE_URL -c \"SELECT admin.migrate_tenant_data_from_v1_to_v2('migrated-tenant');\"" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👏
…expected" This reverts commit 2396695.
67f95fd
to
799c7a8
Compare
stellar-disbursement-platform-backend-preview is available here: |
What
Add a CI workflow to validate single-tenant to multi-tenant migration
Why
To make sure the migration still works and that our instructions are accurate.
Checklist
PR Structure
Thoroughness
Configs and Secrets
values.yaml
file.pr-preview
,dev
,demo
,prd
).values.yaml
file.pr-preview secrets
,dev secrets
,demo secrets
,prd secrets
).Release
develop
ormain
after it's ready for production!Deployment