Part 6 - PostgreSQL : How to enable remote access to PostgreSQL server.

Sdílet
Vložit
  • čas přidán 22. 08. 2024

Komentáře • 40

  • @bouboumify
    @bouboumify Před 7 měsíci +1

    Just finished accessing my database from remote server on my dbeaver
    It's a complex work but you explained it well
    Thanks a lot !

  • @ahmadarsyuddin
    @ahmadarsyuddin Před rokem +1

    Thank you...This was very helpfull ..Love from Indonesia

  • @chakshujain7246
    @chakshujain7246 Před 6 měsíci +1

    Numbers of videos are not coming in proper way. Hard to find part 5 and many more.

  • @johncarpentier7372
    @johncarpentier7372 Před 2 lety

    Thank you, well done and clear communication.

  • @calebmbugua745
    @calebmbugua745 Před 3 lety

    Thank you...This was awesome and very well explained..Love from Kenya

  • @mikehardy6729
    @mikehardy6729 Před 3 lety +2

    you enabled remote access to the PostGres so why did you add the IP address to the client server under local connections instead of under remote connections?

  • @PragneshBhalodiya
    @PragneshBhalodiya Před 3 lety +4

    Awesome tutorial but just suggestion brother.
    add captions (chapters) to all videos that will add readability and people can jump back to specific section if they want to.
    for e.g. I was looking for specific section in tutorial and if timing mentioned it's easy...
    you can include somethin like this in video description which creates chapeters
    "
    0:00 Intro
    1:20 section 1
    "

  • @fatihekinci6878
    @fatihekinci6878 Před 2 lety +1

    nice!! Thank you very much

  • @techmarc7878
    @techmarc7878 Před 2 lety +1

    Thank you!

  • @yassinsabar
    @yassinsabar Před 3 lety +1

    Hey for example in .71 server i have this error psql not found

    • @EMultiSkillsDatabaseServices
      @EMultiSkillsDatabaseServices  Před 3 lety

      Hello Yasin, Have you installed it on windows or Linux?
      As per error msg the PostgreSql binary location is not found.
      Please let me know is it windows or Linux?

  • @bhavanisankaryerriboyina4939

    can you pls do the vedio for migration oracle to postgressql tutorial

  • @rockridgetech
    @rockridgetech Před 3 lety +1

    I have followed all these instructions and I am still getting the same error of "Warning: pg_connect(): Unable to connect to PostgreSQL server: could not connect to server: Permission denied Is the server running on host "ecommerce-1" (fe80::xxx:xxxx:xxxx:xxxx) and accepting TCP/IP connections on port 5432? " I'm running a Linux server with Apache/2.4.10 (Fedora) PHP/5.5.26 and PostgreSQL 9.3.6

    • @MrRahul15937
      @MrRahul15937 Před rokem

      I m not sure, but i hope you have allowed access to the user or "all"

    • @hasanfurkancoskun6638
      @hasanfurkancoskun6638 Před rokem

      maybe your firewall application still is running. You should disable it

    • @mohammedseidu172
      @mohammedseidu172 Před 6 měsíci

      You can follow my steps above.

  • @bruhhhhh718
    @bruhhhhh718 Před 3 lety +1

    can you do a video on doing this using windows?

  • @pedrocarrano
    @pedrocarrano Před 3 lety

    GOOD

  • @sleeepymoe
    @sleeepymoe Před 2 lety

    Hi, I have downloaded postgres on an ubuntu server using postgres docs
    the server is working but I didn't run the initdb command as it was not mentioned in the docs
    I can't find pg_hba.conf file

    • @EMultiSkillsDatabaseServices
      @EMultiSkillsDatabaseServices  Před 2 lety +1

      are you able to login to psql ?

    • @sleeepymoe
      @sleeepymoe Před 2 lety

      @@EMultiSkillsDatabaseServices Yes I was able to,
      I have changed the server from ubuntu to redhat to follow the tutorial exactly and I was able to run initdb and find the pg_hba.conf file but I ran into anothe problem
      After modifying both files, pg_hba.conf and postgresql.conf, it asked for a password to restart postgres service similar to 8:12 but the problem is that I am running the server on AWS and I don't have a password for my root user, so which password should I use here

    • @EMultiSkillsDatabaseServices
      @EMultiSkillsDatabaseServices  Před 2 lety +1

      You need to switch to sudo mode

    • @sleeepymoe
      @sleeepymoe Před 2 lety

      ​@@EMultiSkillsDatabaseServices even while typing sudo systemctl start postgresql-12 it asks for password,
      I rebooted the aws instance and now the service is not started automatically and 'Active: failed (Result: exit-code)' I believe maybe AWS changes the IP address when the instance is rebooted

  • @ramprasadpanigrahy2797

    I am facing the issue while accessing the PostgreSQL Server remotely. I did all required changes whatever you provided. Still the issue is there. Is there any email address or contact number you have ? We can have a talk to get some help from you.

  • @tineristineris1860
    @tineristineris1860 Před 2 lety

    What if the client IP is dynamic?

  • @getolvid5468
    @getolvid5468 Před rokem

    Thanks, herlped a lot ! some guys make it work with just psql -U postgres [ no -h + IP] wonder how they do I'm using the same PC as Client and Server machine, maybe thats the problem

  • @deependrasinghshekhawat2856

    I get this command not found: psql

    • @EMultiSkillsDatabaseServices
      @EMultiSkillsDatabaseServices  Před 2 lety

      has it been sorted out ? Did you check if the PostgreSQL was installed and started after that ?

    • @MrRahul15937
      @MrRahul15937 Před rokem

      If you have installed Postgres alredy, you would also need to add its "bin" folder in Environment variable. Otherwise run psql from the command prompt only where psql.exe lies