Re: Database consistency check.

Поиск
Список
Период
Сортировка
От Vasanth Kumar Pediseti
Тема Re: Database consistency check.
Дата
Msg-id 1573166246.S.5371.3178.f5-224-165.1573166713.26585@webmail.rediffmail.com
обсуждение исходный текст
Ответ на Re: Database consistency check.  (Grigory Smolkin <g.smolkin@postgrespro.ru>)
Список pgsql-admin


From: Grigory Smolkin <g.smolkin@postgrespro.ru>
Sent: Fri, 08 Nov 2019 04:07:26
To: pgsql-admin@lists.postgresql.org
Subject: Re: Database consistency check.

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


 

В списке pgsql-admin по дате отправления:

Предыдущее
От: "Vasanth Kumar Pediseti"
Дата:
Сообщение: Re: Database consistency check.
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: How to change the TLS certificate/key without restarting theserver?