PostgreSQL Logical Replication Guide

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

КОМЕНТАРІ • 32

  • @arreyettabawakaugustinebes8410
    @arreyettabawakaugustinebes8410 25 днів тому +1

    You are a lifesaver! 🙌 God bless you! I’ve been working on a project for about a month that required logical replication. After trying several methods and reading various documents, I was really unsure about what to do since it kept failing. Today, I decided to dive back into research and accidentally stumbled upon your video. After watching it, I realized where I went wrong and immediately got back to it. I finally succeeded! 🎉 Thank you so much! I’m at a loss for words! ❤

  • @scottspitlerII
    @scottspitlerII 8 місяців тому +6

    God you made such a good video! Seriously no one has put anything as good as this up!

    • @mrmik82
      @mrmik82 6 місяців тому

      That is true! Theo best tutoriale what I've ever seen. Thank you.

  • @joobis.b4568
    @joobis.b4568 2 місяці тому

    i found this channel today and watched 2 of them and I'm really impressed, thankyou for the effort!

  • @habbex
    @habbex 2 роки тому +3

    Thank you for the great explanation on the topic of logical replication, keep up the good work!

  • @agoodmuffin9905
    @agoodmuffin9905 2 роки тому +4

    Very good content.
    The video is well structured,
    illustrations are straightforward & pleasant to look at,
    and you are speaking very clearly. Keep it up
    +1

  • @kalyaninagul8678
    @kalyaninagul8678 8 місяців тому

    Thank you so much for this video. Very detailed and with good examples.

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

    You are so good in a teaching. Please keep going.

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

    Hi. Very good presentation of logical replication! One thing I want to mention is that schema is not the same as the database. In this case, the schema used was Public and the database name was Pub.

  • @anton-r
    @anton-r 2 роки тому

    so match senk you , great explanation
    for docker users that using psql 11 wal lvl ->
    command:
    - "postgres"
    - "-c"
    - "wal_level=logical"

  • @VentsislavKolev
    @VentsislavKolev 2 місяці тому

    Is it possible to create a video for Bidirectional Logical Replication in PostgreSQL 16

  • @veerareddy6723
    @veerareddy6723 2 роки тому +1

    Very good explanation. If possible please provide upgrade using logical replication. How to ignore Deletes or update in logical replication.

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

    This is amazing content, thank you very much, won another subscriber

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

    pg_ctl: could not open PID file "/tmp/publication_db/postmaster.pid": Permission denied
    i changing owner to postgres already but still have errors

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

    Nice explanation sir , can you please make video on BDR (Bi directional replication)

  • @AuthorReviews
    @AuthorReviews 2 роки тому +1

    Thanks for the video. But I'm facing some issues. First of all I'm running both servers in Docker containers. I use Dbeaver to connect to database and manage it. When i create Database everything works fine. Once I change postgresql.conf file and restart postgres in container I can't connect to it using Dbeaver, although I can manage database in docker container. Another issue is with dumping and restoring at the same time - never works like in your video. I don;t know what am I doing wrong. Coudn't find any solution.

  • @clouddeep3687
    @clouddeep3687 2 роки тому

    Very nice and clear guide, thank you.

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

    Can this logical replication use for other databases like mongodb?

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

    DDL statements seem to flow thru on PGv14. At least our replica has changes that were made to the schema from our prod db.

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

    I have a doubt can logical replication be the solution to long running queries getting cancelled due to replication lag, I understand more replication lag means too much updates on the master/publisher side and subscriber/replica is taking time to catchup, But is there anyway in which logical replication can help in this case over physical replication
    BTW thanks for the great content you are providing!!

  • @ravulapallivenkat8640
    @ravulapallivenkat8640 2 роки тому

    Hi everything is good but iam not able to get replicated the tables which are generated from11 to 20 please provide answer for this error.

  • @adib-enc
    @adib-enc 6 місяців тому

    Good content, thank you very much

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

    Thank you very much. great video

  • @radhikaganesan
    @radhikaganesan 2 роки тому

    Great explanation!

  • @ander172
    @ander172 2 роки тому +1

    Ok, and what if subscriber has outage - not connected some time...( Hours,days...) And then connected back, how will be then sql data replicated in what order ?

    • @seamusmcdonald6310
      @seamusmcdonald6310 Рік тому +1

      I believe you will need to reinitialize the stream with the last processed LSN (log sequence number) which can be stored in a shared, persistent state.
      If you have more than one consumer, more logic and data will be required.

  • @hinhnguyeninh7610
    @hinhnguyeninh7610 2 роки тому

    I got an error could not connect to the publisher: connection to server at "ip host", port 5432 failed: fe_sendauth: no password supplied , How should I deal with it, help me, please.

  • @martindominikus8825
    @martindominikus8825 2 роки тому

    Great video! By the way, is there a way to store the replication log? I need to know the timestamp when the DML operation occurs, or if I can write a code that pull the timestamp and store it back to the table, is there a way to see these logs stream?

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

    sir please make video on BDR replicational also

  • @decipheringthematrix56
    @decipheringthematrix56 2 роки тому

    Great content

  • @Bunnyman33-u6e
    @Bunnyman33-u6e 9 місяців тому

    I will like to talk to you, I really like your lectures on Postgres. Please send me your email address, I will like to talk about my interest of becoming DBA