Replies: 4 comments 3 replies
-
|
The path in the docs for postgres is incorrect with the latest release of postgres. Change the line in your docker compose from: to: That fixed it for me. I saw a PR with someone with this fix as well. |
Beta Was this translation helpful? Give feedback.
-
|
I have changed the path to the correct one and even rebooted my server on linode. Still getting the same message as above. What else should I be looking for? |
Beta Was this translation helpful? Give feedback.
-
|
I had this issue myself when setting up peppermint for the first time a just few days ago. Here's how I fixed it: I'm getting a database error upon login, postgres logs show it crashes immediately upon starting, and peppermint logs show it sees nothing where the database should be (presumably because it never started)
|
Beta Was this translation helpful? Give feedback.
-
|
Hello! I had the same issue but I found a solution for it. I used Docker Desktop to run this. On the files, go to docker-compose (there's 3 files like that, choose the one that does not have .local or .dev in the end) Open it with an editor (Notepad/VSCode etc) Make this change: Current -> image: postgres:latest Save Open PowerShell on the folder where you have saved the files (Shift + Right Click) Restart everything ( docker compose down -v & docker compose up -d ) Verify it works Run: docker compose ps You should see: peppermint_postgres Up ❌ NOT “Restarting” Then open the app (For me it was http://localhost:1000; check on Docker on which port it has been assigned) There it is :D Hopefully it was somewhat helpful! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Beta Was this translation helpful? Give feedback.
All reactions