Open Shark-Firewall opened 15 hours ago
I think this is arising from the healthcheck
command we've defined for the Postgres container. Although this should not affect the Docker Compose setup itself: everything should work as expected even if this message is being logged.
@Shark-Firewall Could you try updating this line to the below line and try?
test: ["CMD-SHELL", "pg_isready -d $${POSTGRES_DB} -U $${POSTGRES_USER}"]
@SanchithHegde After updating what you recommended, the above error is not coming in the logs
@Shark-Firewall Cool, feel free to open a PR for the same. If you're opening the PR, please ensure you make the same change in the docker-compose-development.yml
file as well.
Bug Description
Whenever hyperswitch-pg-1 sever running in docker-compose, it though an error " role "root" does not exist"
Expected Behavior
Error should not come.
Actual Behavior
Steps To Reproduce
Provide an unambiguous set of steps to reproduce this bug. Include code or configuration to reproduce, if relevant.
Context For The Bug
While setting hyperswitch on my local machine, I came across this error.
Environment
Are you using hyperswitch hosted version? Yes/No If yes, please provide the value of the
x-request-id
response header to help us debug your issue.If not (or if building/running locally), please provide the following details:
rustc --version
): ``: rustc 1.82.0 (f6e511eec 2024-10-15)cargo r --features vergen -- --version
): `` NAHave you spent some time checking if this bug has been raised before?
Have you read the Contributing Guidelines?
Are you willing to submit a PR?
Yes, I am willing to submit a PR!