I am getting errors with the PostgresDB and servic...
# support-questions-legacy
d
I am getting errors with the PostgresDB and service. The docs and the supertokens blog posts are returning different issues. Here is the output: Long story short The Blog post encounters an error w some operation which results in not being able to even call /hello The main docs
Copy code
dependency failed to start: container for service "db" is unhealthy
while /hello works fine The only difference between these that I can see are:
Copy code
image: registry.supertokens.io/supertokens/supertokens-postgresql:4.4
vs
    image: registry.supertokens.io/supertokens/supertokens-postgresql
And I tried SQL once and that was a whole other can of worms
I have deleted and redownloaded the volumes and containers each time to be sure I am getting something fresh
r
Based on the error message above, it seems like an issue with running the database.
d
I have pulled fresh images at least 10 times i get these same errors each time
r
db is unhealthy error right?
Cause that error has nothing to do with supertokens, but instead to do with the database.
d
hmm dang i will double check my docker then thats frustrating