57 - Streaming replication PostgreSQL

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

КОМЕНТАРІ • 8

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

    The tutorial works pretty well!
    One should remember to copy "postgresql.conf" and "pg_hba.conf" files, in "/etc/postgresql/13/main/", from the Server to the Replica.
    Not doing that may result on throwing exceptions, such as on max_connections parameter, or, in the case of failover, permissions not granted in pg_hba.conf.
    I hope this small contribution come to be useful for anyone that follow this tutorial.

  • @alemamangeldinov3880
    @alemamangeldinov3880 3 роки тому

    thank you very much

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

    Well, this is awesome. By anychance the replica become master if the master goes down? Or any way to implement such setup? Please help, am new to PostgreSQL.

  • @rens071
    @rens071 11 місяців тому

    are wal files not copied to replica/standby server?

  • @mardiseptianto7039
    @mardiseptianto7039 3 роки тому

    would you please share the notes you have?
    im a newbie and your video is really helpful.
    thanks man

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

      Sorry , the documents are only available for those part of training / Document access program.
      Sorry about that . Please check the channel description for more details.

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

    will it also work on postgres version 14.3?