From 83a267e7b9671714504a8f43ef348f7d3bdbee94 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Wed, 26 Oct 2022 14:21:44 +0200 Subject: id-unification: updates following rollout --- ops/id-unification.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'ops') 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) -- cgit