About 479,000 results
Open links in new tab
  1. 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 …

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

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

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

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

  6. How does "restart: always" policy work in docker-compose?

    Nov 23, 2017 · The problem is that restart: always policy does not seem to work when I kill the container (simulating app crash using docker kill) and docker-compose does not restart my …

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

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

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

  10. ubuntu - What default PostgreSql password? - Server Fault

    May 28, 2019 · docker run --name some-postgis -e POSTGRES_PASSWORD=mysecretpassword -d mdillon/postgis And now wnat to enter in …