mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 18:51:59 +00:00
This pull request is part of the Sourcegraph 5.0.6 release. * [Release batch change](https://k8s.sgdev.org/organizations/sourcegraph/batch-changes/release-sourcegraph-5.0.6) * [Tracking issue](https://github.com/sourcegraph/sourcegraph/issues/53491) ### Test plan CI checks in this repository should pass, and a manual review should confirm if the generated changes are correct. |
||
|---|---|---|
| .. | ||
| shared | ||
| build-wolfi.sh | ||
| BUILD.bazel | ||
| build.sh | ||
| Dockerfile | ||
| Dockerfile.wolfi | ||
| generate.sh | ||
| image_test.yaml | ||
| main.go | ||
| README.md | ||
| schema_descriptions_test.sh | ||
Migrator
The migrator service is deployed ahead of a Sourcegraph version upgrade to synchronously run database migrations required by the next version. Successful exit of the migrator denotes that the new version can be deployed. Database migrations are written to be backwards-compatible so that running the migrator for the next upgrade does not cause issues with a working instance.