Install Postgresql Database directly on EC2

แชร์
ฝัง
  • เผยแพร่เมื่อ 8 ม.ค. 2025

ความคิดเห็น • 23

  • @shivammishra4177
    @shivammishra4177 ปีที่แล้ว +3

    Sir just got the video that I wanted. Your teaching is great.

  • @shubhamchaudhari7599
    @shubhamchaudhari7599 ปีที่แล้ว +1

    this video is very helpful for me thank you sir

  • @shivakumarpalled5462
    @shivakumarpalled5462 11 หลายเดือนก่อน +2

    great sir, thanks

  • @techiashish86
    @techiashish86 10 หลายเดือนก่อน +1

    Thanks its worked for me......

  • @crazy_gamers_0079
    @crazy_gamers_0079 ปีที่แล้ว +2

    Sir, if deploy postgresql in AWS ec2 , where will the data be stored? Please let me know this. 🙏🙏🙏🙏🙏

    • @AWSTrainingByGauravAgrawal
      @AWSTrainingByGauravAgrawal  ปีที่แล้ว

      The data will be stored on the local EBS volume which is attached to the EC2 instance.

    • @crazy_gamers_0079
      @crazy_gamers_0079 ปีที่แล้ว +1

      @@AWSTrainingByGauravAgrawal so there will no problem with that . Storing the data on Ebs.Thanku sir for replying

    • @AWSTrainingByGauravAgrawal
      @AWSTrainingByGauravAgrawal  ปีที่แล้ว

      No problem with that. The RDS service also stores data on the EFS volume. Volume is the only way to store data. All the other services like EFS, S3 also store their data on EB S volumes.@@crazy_gamers_0079

  • @hemaldodiya4858
    @hemaldodiya4858 9 หลายเดือนก่อน +4

    it gives me connection timeout error what to do ?

    • @Kyntix
      @Kyntix 2 หลายเดือนก่อน +1

      You have to enable port 5432 from security group

  • @MichealShodamola
    @MichealShodamola หลายเดือนก่อน

    Thank you Sir.

  • @BilalShaikh-gz9ve
    @BilalShaikh-gz9ve 11 หลายเดือนก่อน +1

    Hello Sir I have followed the video exactly but when I try switch user to root. It gives authentication failure as I am passing the password as "postgres". How can I resolve it please help?

    • @chotadaaud914
      @chotadaaud914 11 วันที่ผ่านมา

      try command sudo -i after logging in as ec2-user in putty

  • @nefraverse
    @nefraverse 7 หลายเดือนก่อน +2

    Thanks a lot

  • @meetsavaliya6472
    @meetsavaliya6472 8 หลายเดือนก่อน +1

    for connection ip address is public or private

  • @tanayaraut549
    @tanayaraut549 ปีที่แล้ว

    Authentication failure aa rha hai

  • @tanayaraut549
    @tanayaraut549 ปีที่แล้ว +1

    Sir wht we shoult type in retype password

  • @quoctang6408
    @quoctang6408 6 หลายเดือนก่อน

    sudo dnf install -y postgresql14.x86_64 postgresql14-server
    i can't download this version

    • @AWSTrainingByGauravAgrawal
      @AWSTrainingByGauravAgrawal  6 หลายเดือนก่อน

      you can use the following command - sudo dnf install postgresql15.x86_64 postgresql15-server -y