skip to Main Content

I can't connect to my postgres database on Docker from Intellij – Debian

I'm doing the same steps as described in: https://medium.com/better-programming/connect-from-local-machine-to-postgresql-docker-container-f785f00461a7 but when I try to connect to my postgres (with password mysecretpassword) from Intellij I get the following error: The specified database user/password combination is rejected: [28P01] FATAL: password authentication failed…

VIEW QUESTION

Redis data being wiped out

I have a single redis server running in a docker container on my server. I use the defaults for everything. I populate it with some key values and call save. Every day though, it gets wiped out. The logs look…

VIEW QUESTION
Back To Top
Search