-
Notifications
You must be signed in to change notification settings - Fork 32
♻️ preparation for osparc migration (merging deployments) (🗃️) #7700
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
base: master
Are you sure you want to change the base?
♻️ preparation for osparc migration (merging deployments) (🗃️) #7700
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #7700 +/- ##
==========================================
- Coverage 87.13% 84.42% -2.72%
==========================================
Files 2010 1419 -591
Lines 79007 58787 -20220
Branches 1377 438 -939
==========================================
- Hits 68844 49629 -19215
+ Misses 9764 9042 -722
+ Partials 399 116 -283
*This pull request uses carry forward flags. Click here to find out more.
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
sanderegg
left a comment
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.
did you try with the DBs already?
thanks!
packages/postgres-database/src/simcore_postgres_database/models/file_meta_data.py
Outdated
Show resolved
Hide resolved
...core_postgres_database/models/zzz_resource_tracker_service_runs__osparc_io_archive_202508.py
Outdated
Show resolved
Hide resolved
|
I dont fully get what happens in this PR (what is |
pcrespov
left a comment
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.
thx. Please double check mycomments. Specially theone of user_id
packages/postgres-database/src/simcore_postgres_database/models/file_meta_data.py
Outdated
Show resolved
Hide resolved
packages/postgres-database/src/simcore_postgres_database/models/payments_methods.py
Show resolved
Hide resolved
...core_postgres_database/models/zzz_resource_tracker_service_runs__osparc_io_archive_202508.py
Show resolved
Hide resolved
|
|
|



What do these changes do?
zzz_resource_tracker_service_runs__osparc_io_archive_202508where we will archive osparc service runs data.zzzprefix is so it is in the end of all tables.PLAN for index increment:
NOTE!
resource_tracker_service_runsuser ID needs to be manually incremented (foreign key can not be introduced, because all anonymous users are always deleted)For migration:
For archiving the runs table:
Related issue/s
How to test
Dev-ops