Re: Can pg_checksums disable checksums enabled by initdb —data-checksums

From: Hotmail <crajac66(at)hotmail(dot)com>
To: pgsql-admin(at)lists(dot)postgresql(dot)org
Subject: Re: Can pg_checksums disable checksums enabled by initdb —data-checksums
Date: 2020-02-27 21:33:03
Message-ID: BYAPR06MB4023513D1FCAE0D05F51523CD7EB0@BYAPR06MB4023.namprd06.prod.outlook.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Well, I’ve answered my own question with the documentation for postgres 12.

Additionally, PostgreSQL 12 can now enable or disable page checksums in an offline cluster using the pg_checksums command. Previously page checksums, a feature to help verify the integrity of data stored to disk, could only be enabled at the time a PostgreSQL cluster was initialized with initdb.
On Feb 27, 2020, 8:38 AM -0700, Hotmail <crajac66(at)hotmail(dot)com>, wrote:
> All,
>
> We are investigating the use of —data-checksums with initdb.
>
> My question is if a Postgres database is created with —data-checksums flag enabled with initdb is it possible to subsequently disable the checksums by shutting the database down and running disable with pg_checksums?
>
> Thanks,
>
> Craig Jackson

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Madeline Cummins 2020-02-28 04:14:26 Re: test
Previous Message S.Bob 2020-02-27 16:02:20 Re: pgbadger question