You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once the services has been updated, legacy files has to be updated to reflect how the new stack works.
This needs to be thourougly tested. For example, use the integration tests and test before and after upgrade with old and new containers. Also make sure the download API works by fetching a file and listing in the end.
A/C:
A document with a SQL statement or similar that one can run on the production database to update the data.
The text was updated successfully, but these errors were encountered:
Sounds like this will be a possible breaking change. Is the plan to have the services (ingest pipeline and downliad/doa) supporting old and new style for some time? Or do "a hard shift" at an agreed point in time?
Ingest uses the filepath in the message not what's in the database, and it is your inbox that sends that message.
So the services primarily affected by this will be the API + data out components, since they reads the file paths from the DB.
That being said, we should probably start using separate tracks (v1, v2 ...) for this kind of stuff since updating a component prematurely will cause big issues.
viklund
changed the title
Update database to remove user-ids from the filepaths
Create and test SQL-statements for updating the database to remove user-ids from the filepaths
Nov 18, 2024
Once the services has been updated, legacy files has to be updated to reflect how the new stack works.
This needs to be thourougly tested. For example, use the integration tests and test before and after upgrade with old and new containers. Also make sure the download API works by fetching a file and listing in the end.
A/C:
A document with a SQL statement or similar that one can run on the production database to update the data.
The text was updated successfully, but these errors were encountered: