upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/docs/archive/2026-01-relay-ngit-dev-migration/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/archive/2026-01-relay-ngit-dev-migration/README.md')
-rw-r--r--docs/archive/2026-01-relay-ngit-dev-migration/README.md61
1 files changed, 61 insertions, 0 deletions
diff --git a/docs/archive/2026-01-relay-ngit-dev-migration/README.md b/docs/archive/2026-01-relay-ngit-dev-migration/README.md
new file mode 100644
index 0000000..424067c
--- /dev/null
+++ b/docs/archive/2026-01-relay-ngit-dev-migration/README.md
@@ -0,0 +1,61 @@
1# relay.ngit.dev Migration Archive (January 2026)
2
3**Status:** Reference only - not maintained
4
5This directory contains the migration guide and scripts used during the
6relay.ngit.dev migration from ngit-relay to ngit-grasp in January 2026.
7
8## ⚠️ Important
9
10These materials are **archived for reference only**:
11
12- **Scripts are specific to the relay.ngit.dev migration context**
13- **Not designed for general use or other migrations**
14- **May not work without modification**
15- **Not maintained or supported**
16
17Do not expect these scripts to work out of the box for your migration.
18
19## What's Here
20
21- `migration-guide.md` - Lessons learned, approach, and context from the actual migration
22- `scripts/` - Analysis and validation scripts used during the migration process
23
24## Why Archive This?
25
26The relay.ngit.dev migration uncovered numerous bugs and edge cases that resulted
27in critical production fixes. See commits in the `4bc5-relay-ngit-dev-migration-v2`
28branch for details.
29
30These materials document:
31
32- Real-world migration challenges encountered
33- Debugging approaches that worked in practice
34- Context for production fixes merged from this branch
35- Iterative script development during active migration
36
37## Using This as Reference
38
39If you're planning a migration to ngit-grasp:
40
411. **Read the migration guide** for conceptual approach and lessons learned
422. **Review the scripts** to understand what kinds of analysis were needed
433. **Expect to write your own scripts** tailored to your specific context
444. **Test extensively** in a non-production environment first
45
46These materials show what was needed for one specific migration, not a
47general-purpose migration toolkit.
48
49## Context
50
51This migration was completed in January 2026 and resulted in relay.ngit.dev
52running ngit-grasp in production. The branch containing these materials also
53includes critical fixes for:
54
55- Git protocol error handling
56- Naughty list false positives
57- Purgatory event tracking
58- Sync startup issues
59- Configuration management
60
61Those fixes are now part of the main codebase.