Re: Database consistency check.

From: Grigory Smolkin <g(dot)smolkin(at)postgrespro(dot)ru>
To: pgsql-admin(at)lists(dot)postgresql(dot)org
Subject: Re: Database consistency check.
Date: 2019-11-07 22:37:03
Message-ID: 26d7d056-5424-7f4d-ddf9-d74896c7e0ac@postgrespro.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hello!

pg_probackup has dedicated command for PostgreSQL instance verification,
which rely on amcheck, page checksum comparison and page header sanity
checks.
It can be used on running databases and can be used even if you do not
use pg_probackup for backup/restore purposes.

https://github.com/postgrespro/pg_probackup/blob/master/Documentation.md#checkdb
https://github.com/postgrespro/pg_probackup/blob/master/Documentation.md#verifying-a-cluster

On 11/7/19 10:47 AM, Asomba Djala wrote:
> Hello,
>
> I have a question, SQL Server has a tool DBCC checkdb and I believe
> Oracle it's VerifyDB. Does Postgres have something similar and if not,
> does anyone have steps or queries to do a sanity check or database
> integrity check with PgAdmin4?
>
> In advance,
>
> Thank you for your help.
>
> Aso.

--
Grigory Smolkin
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Vasanth Kumar Pediseti 2019-11-07 22:44:54 Re: Database consistency check.
Previous Message Keith Fiske 2019-11-07 20:26:16 Re: Index degradation