Re: Postgres DR using ACM

From: vignesh kumar <vigneshkumar(dot)venugopal(at)outlook(dot)com>
To: Rajesh Kumar <rajeshkumar(dot)dba09(at)gmail(dot)com>
Cc: Pgsql-admin <pgsql-admin(at)lists(dot)postgresql(dot)org>
Subject: Re: Postgres DR using ACM
Date: 2024-10-15 17:00:14
Message-ID: MN0PR20MB4912EE54A2B8E5ADAB6DAE7287452@MN0PR20MB4912.namprd20.prod.outlook.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-admin

I'm not getting the term crash here.. so you gonna perform some transaction then you wanted to simulate a failover.. just kill the pid of postgres.. that's the worst crash that could be simulated.

Depends on how your postgres is going to send the SIGKILL or SIGTERM signal to counterpart

Sent from Outlook for Android<https://aka.ms/AAb9ysg>
________________________________
From: Rajesh Kumar <rajeshkumar(dot)dba09(at)gmail(dot)com>
Sent: Tuesday, October 15, 2024 10:26:19 PM
To: vignesh kumar <vigneshkumar(dot)venugopal(at)outlook(dot)com>
Cc: Pgsql-admin <pgsql-admin(at)lists(dot)postgresql(dot)org>
Subject: Re: Postgres DR using ACM

Perform some transactions , while doing that crash the primary to see if it fails over automatically as per Dr policy

On Tue, 15 Oct 2024, 21:28 vignesh kumar, <vigneshkumar(dot)venugopal(at)outlook(dot)com<mailto:vigneshkumar(dot)venugopal(at)outlook(dot)com>> wrote:
What's crash test btw.. I mean what in specific ?

Sent from Outlook for Android<https://aka.ms/AAb9ysg>
________________________________
From: Rajesh Kumar <rajeshkumar(dot)dba09(at)gmail(dot)com<mailto:rajeshkumar(dot)dba09(at)gmail(dot)com>>
Sent: Tuesday, October 15, 2024 10:49:16 AM
To: Pgsql-admin <pgsql-admin(at)lists(dot)postgresql(dot)org<mailto:pgsql-admin(at)lists(dot)postgresql(dot)org>>
Subject: Postgres DR using ACM

Hi all,

We are running postgres 15.6 in openshift env. We are performing DR using RHACM.

I have been asked to perform crash test.

Anybody guide me with some kind of info would help.

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Sam Stearns 2024-10-15 17:12:28 Re: create foreign table
Previous Message Rajesh Kumar 2024-10-15 16:56:19 Re: Postgres DR using ACM