Search Postgresql Archives

Re: PostGreSQL Replication and question on maintenance

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, Nov 14, 2019 at 12:23 PM github kran <githubkran@xxxxxxxxx> wrote:

 

Problem what we have right now.

When the migration activity runs(weekly) from past 2 times , we saw the cluster read replica instance has restarted as it fallen behind the master(writer instance).


I can't figure out what your setup is here.  You must be using logical replication (not physical) or you wouldn't be able to write to the replica at all.  But if you are using logical replication, why do you also need these weekly jobs?  Why isn't logical replication taking care of it?


 

Everything

after that worked seamlessly but we want to avoid the replica getting restarted. To avoid from restart we started doing smaller binary files and copy those files to the cluster-2


Who restarted it?  I am not aware of any case where the replica responds to falling behind by restarting itself.  With physical replication, it can start cancelling queries, but you don't seem to be using physical replication.

Cheers,

Jeff

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]

  Powered by Linux