pgAdmin not connecting with postgres Docker image

Поділитися
Вставка
  • Опубліковано 17 жов 2024

КОМЕНТАРІ • 15

  • @omairtech6711
    @omairtech6711 7 місяців тому

    Thank you, friend. The instructions on the official docker hub as well as pgadmin's website are not clear to say the least. If anything they are damn confusing. Your walk through solved my problem.

  • @wilkbartosz5252
    @wilkbartosz5252 4 місяці тому +4

    it didn't work for me due to error when creating server connection in pgadmin "Unable to connect to server: connection timeout expired" but i found work around to connect by localhost, I just needed to close local postgres server so local and docker one are not conflting
    Open the Services management console (services.msc).
    Find the PostgreSQL service in the list (it might be named something like postgresql-x64-13).
    Right-click on the PostgreSQL service and select Stop.
    then you should be able to create connection by localhost

    • @wilkbartosz5252
      @wilkbartosz5252 4 місяці тому

      described sollution how to close local postgres server is for windows but I guess it should be easy to find how to close for other os in web

    • @anmolraj1764
      @anmolraj1764 3 місяці тому

      Amazing man. This is the exact way to solve this issue.

    • @ixbetelguese5327
      @ixbetelguese5327 3 місяці тому

      Bro you're a lifesaver

    • @ixbetelguese5327
      @ixbetelguese5327 3 місяці тому

      If it helps, services.msc can be accessed by pressing Windows Key+R and entering 'services.msc'.

  • @abdelrahmansoliman9589
    @abdelrahmansoliman9589 6 місяців тому +2

    i was facing this issue but i did like you and it worked, but there is a message says:
    Unable to connect to server: connection timeout expired

  • @ayocs2
    @ayocs2 Місяць тому

    what if i want to access it remotely?
    in windows pgadmin4

  • @flapa2010
    @flapa2010 Рік тому

    Thank you for sharing. It helped me alot ..am you 20th subcriber, good luck on your youtube and IT journey👍

  • @daviamerico2268
    @daviamerico2268 5 місяців тому

    here the postgresql is out of docker but pgadmin not

  • @katarina794
    @katarina794 Рік тому

    Thanks so much , you help me! thx

  • @PoAndGau
    @PoAndGau 5 місяців тому

    thanks man, ít's really help me

  • @esaucy1517
    @esaucy1517 10 місяців тому

    You rock!