Re: Does PostgreSQL check database integrity at startup?
От | David Steele |
---|---|
Тема | Re: Does PostgreSQL check database integrity at startup? |
Дата | |
Msg-id | 3e608a5a-108f-38ad-291c-85447dd9a349@pgmasters.net обсуждение исходный текст |
Ответ на | Re: Does PostgreSQL check database integrity at startup? (Pavel Stehule <pavel.stehule@gmail.com>) |
Ответы |
Re: Does PostgreSQL check database integrity at startup?
|
Список | pgsql-hackers |
On 12/26/17 10:57 AM, Pavel Stehule wrote: > 2017-12-26 16:50 GMT+01:00 Edson Carlos Ericksson Richter >> > I'm rebuilding the standby server for two days already, with 23% of > completion status... > If lost the database and backups because of that failure, it would > be a giant disaster. > Few hours checking integrity would be acceptable... Specially if I > can run it on standby only. > > > very simple check > > pgdumpall > /dev/null > > but this doesn't check indexes. pgBackRest will validate all page checksums (including indexes, etc.) in the cluster during backup. Full backups check everything, incr/differential backups check only the files that have changed. -- -David david@pgmasters.net
В списке pgsql-hackers по дате отправления: