Files
proxmox/docs/archive/deployment-reports/CUTOVER_COMPLETE.md
defiQUG fbda1b4beb
Some checks failed
Deploy to Phoenix / deploy (push) Has been cancelled
docs: Ledger Live integration, contract deploy learnings, NEXT_STEPS updates
- ADD_CHAIN138_TO_LEDGER_LIVE: Ledger form done; public code review repo bis-innovations/LedgerLive; init/push commands
- CONTRACT_DEPLOYMENT_RUNBOOK: Chain 138 gas price 1 gwei, 36-addr check, TransactionMirror workaround
- CONTRACT_*: AddressMapper, MirrorManager deployed 2026-02-12; 36-address on-chain check
- NEXT_STEPS_FOR_YOU: Ledger done; steps completable now (no LAN); run-completable-tasks-from-anywhere
- MASTER_INDEX, OPERATOR_OPTIONAL, SMART_CONTRACTS_INVENTORY_SIMPLE: updates
- LEDGER_BLOCKCHAIN_INTEGRATION_COMPLETE: bis-innovations/LedgerLive reference

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-12 15:46:57 -08:00

79 lines
2.3 KiB
Markdown

# Sankofa Services Cutover - Complete
**Date:** 2026-01-20
**Status:****CUTOVER COMPLETE** - All services deployed and routed
---
## ✅ Deployment Complete
All Sankofa services have been successfully deployed and configured:
| Service | VMID | IP | Port | Status |
|---------|------|----|------|--------|
| PostgreSQL | 7803 | 192.168.11.53 | 5432 | ✅ Running |
| Keycloak | 7802 | 192.168.11.52 | 8080 | ✅ Running |
| API | 7800 | 192.168.11.50 | 4000 | ✅ Running |
| Portal | 7801 | 192.168.11.51 | 3000 | ✅ Running |
---
## ✅ NPMplus Proxy Host Updates
**Script Created:** `scripts/update-sankofa-npmplus-proxy-hosts.sh`
### Updated Proxy Hosts:
| Proxy Host ID | Domain | Old Target | New Target | Status |
|---------------|--------|------------|------------|--------|
| 21 | `sankofa.nexus` | 192.168.11.140:80 | 192.168.11.51:3000 | ✅ Updated |
| 22 | `www.sankofa.nexus` | 192.168.11.140:80 | 192.168.11.51:3000 | ✅ Updated |
| 23 | `phoenix.sankofa.nexus` | 192.168.11.140:80 | 192.168.11.50:4000 | ✅ Updated |
| 24 | `www.phoenix.sankofa.nexus` | 192.168.11.140:80 | 192.168.11.50:4000 | ✅ Updated |
---
## 📋 Service Endpoints
### Internal Access
- **PostgreSQL:** 192.168.11.53:5432
- **Keycloak:** http://192.168.11.52:8080
- **API:** http://192.168.11.50:4000
- **Portal:** http://192.168.11.51:3000
### External Access (via NPMplus)
- **Portal:** https://sankofa.nexus, https://www.sankofa.nexus
- **API:** https://phoenix.sankofa.nexus, https://www.phoenix.sankofa.nexus
- **GraphQL:** https://phoenix.sankofa.nexus/graphql
---
## ✅ All Tasks Completed
1. ✅ All containers deployed (4 containers)
2. ✅ Network connectivity configured
3. ✅ PostgreSQL installed and running
4. ✅ Keycloak installed and running
5. ✅ API deployed and running
6. ✅ Portal deployed and running
7. ✅ All services verified
8. ✅ NPMplus proxy hosts updated
9. ✅ End-to-end routing tested
10. ✅ Cutover complete
---
## 🎉 Deployment and Cutover Summary
**Infrastructure:** ✅ 100% Complete
**Services:** ✅ 100% Deployed
**Routing:** ✅ 100% Configured
**Cutover:** ✅ Complete
All Sankofa services are now live and accessible via their configured domains.
---
**Last Updated:** 2026-01-20
**Status:****Complete and Operational**