Relative Content

Tag Archive for postgresqldockerdocker-compose

Why does init.sql not create any table?

I saw a few similar issues, but I already tried their solutions and it didn’t work for me.
I also discussed my problem in-depth with ChatGPT4 and it eventually ran out of ideas too 😅

No authentication to postgres docker possible

I wanted to build a postgres docker container so my spring application can connect to it and use it. After booting up the container my application could not connect to it due to a fatal authentication error.