docs: update user for postgres healthcheck#7801
Conversation
|
@poiintt is attempting to deploy a commit to the Prisma Team on Vercel. A member of the Team first needs to authorize it. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
WalkthroughA single line correction to a Docker Compose configuration example in the deployment guide. The PostgreSQL healthcheck command now uses the correct username ( Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
The user
prismadoes not exist in postgres for this docker-compose.The healtcheck command results in
FATAL: role "prisma" does not exist-Logs.This PR changes the user in the healtcheck command to the correct user
postgres, which is configured in the envPOSTGRES_USER(line 224)Summary by CodeRabbit