reports: inventories, status exports, and endpoint snapshots
Some checks failed
Deploy to Phoenix / deploy (push) Has been cancelled
Some checks failed
Deploy to Phoenix / deploy (push) Has been cancelled
Made-with: Cursor
This commit is contained in:
@@ -56,7 +56,7 @@ sudo ./scripts/deployment/deploy-all.sh
|
||||
|
||||
### Services to Deploy
|
||||
1. PostgreSQL Primary (VMID 10100) - 192.168.11.100:5432
|
||||
2. Redis (VMID 10120) - 192.168.11.120:6379
|
||||
2. Redis (VMID 10120) - 192.168.11.125:6379
|
||||
3. API Primary (VMID 10150) - 192.168.11.150:3000
|
||||
4. API Secondary (VMID 10151) - 192.168.11.151:3000
|
||||
5. Frontend (VMID 10130) - 192.168.11.130:80
|
||||
|
||||
@@ -128,7 +128,7 @@ sudo ./scripts/management/status.sh
|
||||
- **API**: http://192.168.11.150:3000
|
||||
- **API Health**: http://192.168.11.150:3000/health
|
||||
- **PostgreSQL**: 192.168.11.100:5432 (internal)
|
||||
- **Redis**: 192.168.11.120:6379 (internal)
|
||||
- **Redis**: 192.168.11.125:6379 (internal)
|
||||
|
||||
### Cloudflare DNS (After Setup)
|
||||
|
||||
|
||||
@@ -195,7 +195,7 @@ Both API containers now have correct database connection strings pointing to the
|
||||
|---------|---------|------------------|----------------|-----------------|
|
||||
| PostgreSQL Primary | 192.168.11.105:5432 | ✅ Running | ❌ Not Running | ❌ N/A |
|
||||
| PostgreSQL Replica | 192.168.11.106:5432 | ✅ Running | ❌ Not Running | ❌ N/A |
|
||||
| Redis | 192.168.11.120:6379 | ✅ Running | ✅ Running | ✅ Accessible |
|
||||
| Redis | 192.168.11.125:6379 | ✅ Running | ✅ Running | ✅ Accessible |
|
||||
| API Primary | 192.168.11.155:3000 | ✅ Running | ❌ Not Running | ❌ N/A |
|
||||
| API Secondary | 192.168.11.156:3000 | ✅ Running | ❌ Not Running | ❌ N/A |
|
||||
| Frontend | 192.168.11.130:80 | ✅ Running | ✅ Running | ⏳ To Verify |
|
||||
|
||||
@@ -16,7 +16,7 @@ All core DBIS services are running and operational. Database connectivity is est
|
||||
| VMID | Service | Status | IP Address | Notes |
|
||||
|------|---------|--------|------------|-------|
|
||||
| 10100 | PostgreSQL Primary | ✅ RUNNING | 192.168.11.105 | Database operational |
|
||||
| 10120 | Redis Cache | ✅ RUNNING | 192.168.11.120 | Cache service operational |
|
||||
| 10120 | Redis Cache | ✅ RUNNING | 192.168.11.125 | Cache service operational |
|
||||
| 10130 | Frontend/Nginx | ✅ RUNNING | 192.168.11.130 | Web server operational |
|
||||
| 10150 | API Primary | ✅ RUNNING | 192.168.11.155 | API service operational |
|
||||
| 10151 | API Secondary | ⏳ CONFIGURED | 192.168.11.156 | Node.js installed, service not started |
|
||||
@@ -84,7 +84,7 @@ All core DBIS services are running and operational. Database connectivity is est
|
||||
| Service | IP:Port | Status | Notes |
|
||||
|---------|---------|--------|-------|
|
||||
| PostgreSQL | 192.168.11.105:5432 | ✅ ACCESSIBLE | Database accessible |
|
||||
| Redis | 192.168.11.120:6379 | ✅ ACCESSIBLE | Cache accessible |
|
||||
| Redis | 192.168.11.125:6379 | ✅ ACCESSIBLE | Cache accessible |
|
||||
| API Primary | 192.168.11.155:3000 | ✅ ACCESSIBLE | API accessible |
|
||||
| Frontend | 192.168.11.130:80 | ✅ ACCESSIBLE | Web server accessible |
|
||||
|
||||
@@ -248,7 +248,7 @@ All core DBIS services are running and operational. Database connectivity is est
|
||||
- **API Docs**: http://192.168.11.155:3000/api-docs
|
||||
- **Frontend**: http://192.168.11.130
|
||||
- **PostgreSQL**: 192.168.11.105:5432
|
||||
- **Redis**: 192.168.11.120:6379
|
||||
- **Redis**: 192.168.11.125:6379
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user