How to Migrate Local PostgreSQL Database to AWS RDS

Sdílet
Vložit
  • čas přidán 22. 08. 2024
  • In this video we are going to see how to Migrate local PostgreSQL database to AWS-RDS So this is the 3rd video of MEAN stack deployment architecture for aws
    In the last video we have seen that how to deploy nodejs REST APIs to aws Lambda function
    So this video is only about AWS-RDS services
    RDS has free-tier option with 20GB of storage and 20GB of backup so basically we are going to get RDS service free for one year.
    So before starting this video we need pgAdmin
    pgAdmin is a database management tool.
    so we will use this tool to connect to local postgres databse as well as for Remote Database Service
    www.pgadmin.or...
    #PostgreSQL #aws #RDS

Komentáře • 22

  • @joelletchaks4570
    @joelletchaks4570 Před 2 lety +2

    never thought it could be this easy thank you so much.

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

    Great explanation of backup and restore of Postgres

  • @sebashmh
    @sebashmh Před 2 lety +5

    Thanks for the explanation. I understand this is a demo for testing purposes, but be aware it is really dangerous to enable "All Traffic" in the security groups, this is a sure way to get hacked.

    • @shriramvenu
      @shriramvenu Před rokem

      yea. ideally the DB should not be accessible from the open internet. one should restrict it to VPC only and VPN in. but for temporary access, whitelist your ip and then remove it once done

  • @JuanCruz-qc9ms
    @JuanCruz-qc9ms Před rokem +2

    Thanks very much, greetings from argentina!

  • @syedrahatali2309
    @syedrahatali2309 Před 2 měsíci

    nice explanation man, i was already using backup purposes but does't restored using this actually i was using simple file format but in restore the only option is custom this demo solves the problem when i changes the backup to custom

  • @srkkhan5867
    @srkkhan5867 Před 2 lety +2

    Thanks alot for the video it was really helpful 😊

  • @malithjayalath6417
    @malithjayalath6417 Před 4 měsíci

    Worked thank you very much

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

    Great work, thanks

  • @psyferinc.3573
    @psyferinc.3573 Před rokem +1

    thank you

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

    Awesome thanks

  • @AzharKhan-wn8wy
    @AzharKhan-wn8wy Před 2 lety +1

    Thanks 👍

  • @jerrychuang81
    @jerrychuang81 Před 10 měsíci

    How to delete table?I tried to delete one table but it shows the database is locked. I can only delete the row of the table one by one

  • @sandeepsahu1716
    @sandeepsahu1716 Před rokem

    Hi sir, can u please help in how to do major version upgrade of postgres SQL version of Amazon rds database

  • @lonewolf796
    @lonewolf796 Před rokem +1

    Why I can't connect with my IP option , anywhere is not secure for prod

    • @shriramvenu
      @shriramvenu Před rokem

      you can

    • @lonewolf796
      @lonewolf796 Před rokem

      @@shriramvenu I m using free tier , and trying to connect to local postgresql instance - RDS with only my ip allowed.. security group ?...

  • @yashdholakia6201
    @yashdholakia6201 Před 3 lety

    (School management system) project ka 1k video create kro plz

  • @faisalkhan-gy5ef
    @faisalkhan-gy5ef Před 2 lety

    Do we don't have to run migrations?

  • @jintuthomas6947
    @jintuthomas6947 Před 2 lety

    Is That database is stored in aws????

  • @luv-ly462
    @luv-ly462 Před 3 měsíci

    i keep getting connection time out bruhh

  • @flutterguru3764
    @flutterguru3764 Před 2 lety

    Migrate local mysql database to aws