Postgresql error : PANIC: could not locate a valid checkpoint record

From: Pragati Agarwal <pragatiagarwal121(at)gmail(dot)com>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Postgresql error : PANIC: could not locate a valid checkpoint record
Date: 2022-01-28 08:41:26
Message-ID: CALTnk7uOrMztNfzjNOZe3TdquAXDPD3vZKjWFWj=-Fv-gmROUQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following error "could not locate a valid checkpoint record" occurs on
a datastore server running on postgreSQL 13.1.
Datastore is hosted on windows 2016 and the system has McAfee virus scan
installed.
This error occurs when server start is attempted.

[7804] LOG: starting PostgreSQL 13.1, compiled by Visual C++ build 1914, 64-bit
[8812] LOG: invalid primary checkpoint record
[8812] PANIC: could not locate a valid checkpoint record
[7804] LOG: startup process (PID 8812) was terminated by exception 0xC0000409
[7804] HINT: See C include file "ntstatus.h" for a description of the
hexadecimal value.
[7804] LOG: aborting startup due to startup process failure
[7804] LOG: database system is shut down

Thanks,
Pragati

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message PG Bug reporting form 2022-01-28 09:07:40 BUG #17385: "RESET transaction_isolation" inside serializable transaction causes Assert at the transaction end
Previous Message Amit Langote 2022-01-28 06:48:07 Re: The follwing error sometimes happened while updating partitioned table using inheritance; ERROR: attribute xxx of type record has wrong type