Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix Postgres service healthcheck #34

Merged
merged 1 commit into from
May 7, 2024

Conversation

DanRoscigno
Copy link
Contributor

The Postgres service logs were full of errors as the healthcheck was looking for the DB shipment_db instead of pandashop:

postgres  | 2024-04-30 18:02:06.886 UTC [154] FATAL:  database "shipment_db" does not exist
postgres  | 2024-04-30 18:02:08.950 UTC [162] FATAL:  database "shipment_db" does not exist
postgres  | 2024-04-30 18:02:11.000 UTC [170] FATAL:  database "shipment_db" does not exist
postgres  | 2024-04-30 18:02:13.060 UTC [178] FATAL:  database "shipment_db" does not exist
postgres  | 2024-04-30 18:02:15.109 UTC [186] FATAL:  database "shipment_db" does not exist
postgres  | 2024-04-30 18:02:17.180 UTC [195] FATAL:  database "shipment_db" does not exist
postgres  | 2024-04-30 18:02:19.245 UTC [203] FATAL:  database "shipment_db" does not exist
postgres  | 2024-04-30 18:02:21.309 UTC [211] FATAL:  database "shipment_db" does not exist
postgres  | 2024-04-30 18:02:23.373 UTC [219] FATAL:  database "shipment_db" does not exist
postgres  | 2024-04-30 18:02:25.442 UTC [227] FATAL:  database "shipment_db" does not exist

Signed-off-by: DanRoscigno <dan@roscigno.com>
Copy link

netlify bot commented Apr 30, 2024

Deploy Preview for redpanda-labs-preview ready!

Name Link
🔨 Latest commit 8d68c3b
🔍 Latest deploy log https://app.netlify.com/sites/redpanda-labs-preview/deploys/66315f39b316ef0008323d30
😎 Deploy Preview https://deploy-preview-34--redpanda-labs-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link
Collaborator

@JakeSCahill JakeSCahill left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@JakeSCahill JakeSCahill merged commit 903b79e into redpanda-data:main May 7, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants