-
Notifications
You must be signed in to change notification settings - Fork 22
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
[Epic] Improve the data migration process b/w prod and stage #2216
Comments
/triage accepted |
The stage is where data aggregation. every week update in the stage. Experiments:
can get the latest_date:
|
/assign |
|
/remove-sig user-experience |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with /lifecycle stale |
/remove-lifecycle stale |
Is your feature request related to a problem? Please describe.
Moving data from stage to prod in an easier way.
Currently, we take the whole dump of the stage to prod.
The idea is to take only the required table to the prod and stop all the ingestion in the prod and make the prod DB read-only.
Additional context
In the thoth-station/support, we have issues through which the user can request the package and we would ingest in the stage.
Schema is updated on release date based on the requirement, management-API has a method to update the schema and is different from the data migration. It is done before the migration.
To experiment
Acceptance criteria
The text was updated successfully, but these errors were encountered: