2 months ago
tpl https://railway.com/deploy/n8n-1
2026-01-12T10:40:16.834403762Z [inf]
2026-01-12T10:40:16.834469277Z [inf] [35m====================
Starting Healthcheck
====================
[0m
2026-01-12T10:40:16.834472646Z [inf] [37mPath: /healthz[0m
2026-01-12T10:40:16.834473993Z [inf] [37mRetry window: 5m0s[0m
2026-01-12T10:40:16.834476171Z [inf]
2026-01-12T10:40:16.926383653Z [inf] [93mAttempt #1 failed with service unavailable. Continuing to retry for 4m59s[0m
2...
2026-01-12T10:44:58.315634517Z [inf] [93mAttempt #11 failed with service unavailable. Continuing to retry for 18s[0m
2026-01-12T10:44:58.356450102Z [inf]
2026-01-12T10:44:58.356527367Z [inf] [91m1/1 replicas never became healthy![0m
2026-01-12T10:44:58.356530683Z [inf] [91mHealthcheck failed![0m
1 Replies
2 months ago
your n8n service needs postgres ready before it can start and pass healthcheck
so try:
click deploy on postgres, wait til it shows "deployed"
then click deploy/redeploy on n8n
the "service unavailable" error means n8n is trying to connect to postgres but can't reach it yet