Re: Check integrity between servers

From: Patrick B <patrickbakerbr(at)gmail(dot)com>
To: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: Check integrity between servers
Date: 2016-11-17 00:53:51
Message-ID: CAJNY3iuwcGty5WNw7jjfYk=AzD2xe2tF_Z7SoRr56h2JWYkZNQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

2016-11-17 12:19 GMT+13:00 Patrick B <patrickbakerbr(at)gmail(dot)com>:

> Would be possible to check the integrity between two database servers?
>
> Both servers are slaves (streaming replication + wal_files) but I believe
> one of them, when recovered from wal_files in a fast outage we got, got
> recovered not 100%.
>
> How could I check the data between both DB?
>
> I'm using Postgres 9.2
> Cheers
>

As far as I could see, checksum is only allowed on Postgres 9.3?
https://wiki.postgresql.org/wiki/What's_new_in_PostgreSQL_9.3#Data_Checksums

So can't use that! Any other ideas?

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2016-11-17 01:24:44 Re: Streaming replication failover/failback
Previous Message Israel Brewster 2016-11-17 00:51:26 Streaming replication failover/failback