SOLO-5069
PostgresPodNotFoundSoloError — System
PostgresPodNotFoundSoloError
| Code | SOLO-5069 |
| Category | System |
| Ownership | Infrastructure |
| Retryable | No |
Description
Thrown when solo cannot find the Postgres pod; the message names the namespace. solo locates the mirror node Postgres pod to operate on the database, so this is raised when no matching pod exists in the namespace — for example the database failed to start or was not deployed.
Troubleshooting Steps
- Check solo logs: tail -n 100 ~/.solo/logs/solo.log
- Verify Postgres pods are running: kubectl get pods -n
-l app.kubernetes.io/name=postgresql - Inspect Postgres deployment: kubectl describe deployment -n
- Re-deploy the mirror node to recreate Postgres: solo mirror node add