diff options
author | Drew DeVault <sir@cmpwn.com> | 2022-10-26 14:21:44 +0200 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2022-10-26 14:21:44 +0200 |
commit | 83a267e7b9671714504a8f43ef348f7d3bdbee94 (patch) | |
tree | 30443ee9cf0d8c3fc5244d169620285295ff57a0 /ops | |
parent | 845dd3a997df9c0613cb580845534f29dff84269 (diff) | |
download | sr.ht-docs-83a267e7b9671714504a8f43ef348f7d3bdbee94.tar.gz |
id-unification: updates following rollout
Diffstat (limited to 'ops')
-rw-r--r-- | ops/id-unification.md | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/ops/id-unification.md b/ops/id-unification.md index 91d4777..6a6ebf9 100644 --- a/ops/id-unification.md +++ b/ops/id-unification.md @@ -2,7 +2,7 @@ title: ID unification migration plan --- -**DRAFT** +## Background A coming update to SourceHut's internal design calls for the values of the ID columns in our databases to be made uniform. Each database (e.g. for git, hg, @@ -17,7 +17,7 @@ third-party instances. ## Upgrade process -Ensure meta.sr.ht is running version 0.60.4 or later. Then, for each service, +Ensure meta.sr.ht is running version 0.60.5 or later. Then, for each service, one at a time: 1. Disable automatic migrations @@ -69,3 +69,8 @@ Last schema revision prior to this change, for reference if downgrading: - todo.sr.ht: e1e2e901be0c - meta.sr.ht: n/a - pages.sr.ht: n/a + +## Additional resources + +- [Informal migration notes](#TODO) +- [Chat logs from #sr.ht.staff during migration](#TODO) |