
debian - Docker: error could not translate host name to address: Name ...
May 24, 2022 · Docker: error could not translate host name to address: Name or service not known in psql Ask Question Asked 3 years, 7 months ago Modified 3 years, 7 months ago
postgresql - Postgres Docker- How to enable postgres docker to allow ...
Sep 8, 2018 · Postgres Docker- How to enable postgres docker to allow remote connections? Ask Question Asked 7 years, 4 months ago Modified 5 years, 5 months ago
Docker PostgreSQL change database encoding to UTF-8
Aug 16, 2021 · I want to run via docker-compose a postgres container which has COLLATE and CTYPE 'C' and database encoding 'UTF-8'. But this looks to be impossible. This is the part on the docker …
ubuntu - PostgreSQL can't bind to docker ip at boot (Cannot assign ...
Dec 9, 2019 · I am running PostgreSQL on the host machine. An application inside of a docker container should be able to communicate with the database. Since postgres is by default only listening for …
docker - Run initdb with user having write rights, but not owner of ...
Nov 27, 2018 · 3 I'm running initdb in docker image (official Postgres image) in Openshift environment, with sets the strict security policy, that user that will run the container will have random UID, but GID …
Database Is lost when Docker Container is stopped. How to recover?
The docker volume driver is not persisting your data between restarts of services. You can use the local-persist driver ; I have used this several times for this use case. When you already have the data …
Postgres in a docker container not working - Server Fault
Jun 22, 2017 · Postgres in a docker container not working - constantly restarting Ask Question Asked 8 years, 6 months ago Modified 6 years, 10 months ago
postgresql - How to pass server configuration to postgres docker via a ...
Mar 20, 2023 · I am using Postgres docker 14.4. I want to pass a server configuration (let's say idle_session_timeout) to the postgres docker. The doc gives an example using docker run docker …
postgresql - What's wrong in my docker file - Server Fault
Feb 3, 2023 · 1 you are missing the -, you are doing it correct in the pgadmin container environment: - POSTGRES_USER={###} - POSTGRES_PASSWORD={###} - POSTGRES_DB={###}
Unable to connect to local postgres docker container
I am trying to troubleshoot a connection issue between my postgres client and my postgres docker container (locally). To start my docker container I ran the following command: docker run -d --name