ooni / backend

Everything related to OONI backend infrastructure: ooni/api, ooni/pipeline, ooni/sysadmin, collector, bouncers and test-helpers
BSD 3-Clause "New" or "Revised" License
48 stars 28 forks source link

OONI Run v2 DB Migration #819

Closed hellais closed 3 months ago

hellais commented 3 months ago

Add support for running db migration in docker image.

We should not have a separate process for doing the migration, but it should be runnable from directly inside of the docker image of the installed software component.

Implements: https://github.com/ooni/backend/issues/818

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 99.22%. Comparing base (f680179) to head (5791ecf).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #819 +/- ## ======================================= Coverage 99.22% 99.22% ======================================= Files 10 10 Lines 773 773 Branches 57 57 ======================================= Hits 767 767 Misses 6 6 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.