Replies: 3 comments
-
The development container doesn't include a postgres database. You should spin up your own, external to the container. This can be either;
|
Beta Was this translation helpful? Give feedback.
-
Okay, there's still a question. I downloaded the old version of frepple for Windows (frepple.exe 6.15 version), installed it along with the database. Frepple runs locally on port 8000 and connects to the database. But how can I see this database (tables, views) in pgAdmin 4 or through the console. |
Beta Was this translation helpful? Give feedback.
-
Don't do that. ⛔ Do it the proper way and install a recent postgres from https://www.postgresql.org/download/windows/ : v14, v15 or v16. We haven't tried the very new postgres v17 yet. |
Beta Was this translation helpful? Give feedback.
-
Hello, I ran into a problem with local startup frepple in VScode on Windows, I have docker desktop (wsl enabled) installed, when trying to launch a container in docker dekstop, the database waiting error occurred. There are also errors in VS Code, I cloned the repository, created the build folder where I registered cmake.., and then tried to connect to the database, which turned out to be unsuccessful.
Beta Was this translation helpful? Give feedback.
All reactions