About 437,000 results
Open links in new tab
  1. postgresql - Postgres Docker- How to enable postgres docker to …

    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

  2. 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 …

  3. 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 …

  4. Docker Container time & timezone (will not reflect changes)

    Apr 15, 2015 · >docker run -it ubuntu:trusty /bin/bash #dpkg-reconfigure tzdata (follow prompts to select my timezone) >docker commit [container-id] chocko/ubuntu:local Then I updated my …

  5. docker - Why does my container not contain DB data after I …

    Jun 28, 2021 · I'm trying to create a PostgreSQL container that already contains development data. I can see the data I have created, but when I commit, push, and pull the image, the data …

  6. debian - Docker: error could not translate host name to address: …

    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

  7. Docker Service Postgres migrate 9.6-alpine data to 13.2-alpine

    Mar 26, 2021 · I upgraded a while back from docker service postgres 9.5 to 9.6-alpine but cannot seem to get 9.6-alpine upgraded to 13.2-alpine. Steps taken so far without success.

  8. Picking up environment variables that have been set in docker …

    Oct 31, 2023 · I have a postgres service in a docker compose file. However, this service is not based directly on the postgres image. It is based on a dockerfile that builds on the postgres …

  9. 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

  10. 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 …