firewall migration
This commit is contained in:
@@ -60,9 +60,12 @@
|
||||
- `mb-report.lebubu.org` and `torrent.lebubu.org` are present in caddy but no matching Nix server host was found.
|
||||
|
||||
5. Migrate analytics data:
|
||||
- Export data from existing server
|
||||
- Import into new server
|
||||
- Validate historical data is present
|
||||
- Identify the analytics system (e.g., Plausible) and its data store location or database
|
||||
- Freeze writes during export (stop the analytics service or enable maintenance mode)
|
||||
- Export analytics data from the existing server (db dump or data directory archive)
|
||||
- Transfer the export to the new server using the secure path already used for secrets/config
|
||||
- Import the data on the new server and restart the analytics service
|
||||
- Validate historical data is present (date range coverage, dashboard counts, and sample events)
|
||||
|
||||
6. Run verification steps for each task (per spec FR-012).
|
||||
|
||||
@@ -97,7 +100,7 @@
|
||||
- **T020**: `rg -n "45\\.33\\.0\\.228" modules/modules.nix config/jawz.nix`
|
||||
- **T021**: `rg -n "endpoint = .*my\\.ips\\.vps" hosts/server/configuration.nix`
|
||||
- **T022**: verify "Clarification Candidates From History Review" section exists in this file
|
||||
- **T023**: intentionally skipped by operator for this implementation pass
|
||||
- **T023**: `rg -n "Migrate analytics data|Export analytics|Import.*analytics|Validate historical data" /home/jawz/Development/NixOS/specs/004-vps-migration/quickstart.md`
|
||||
- **T024**: verify each task from T001-T026 has a corresponding verification line in this section
|
||||
- **T025**: `rg -n "caddy|Caddy" README.org docs || true` and confirm no active-proxy references remain outside legacy migration notes
|
||||
- **T026**: `rg -n "T0[0-2][0-9]" /home/jawz/Development/NixOS/specs/004-vps-migration/tasks.md` and confirm each task mentions at least one concrete path
|
||||
|
||||
Reference in New Issue
Block a user