Devaddy
Devaddy

Reputation: 65

Postgres running in kubernetes throws an error PANIC could not locate a valid checkpoint record

I am running postgres in kubernetes and I am seeing the below error.

PANIC could not locate a valid checkpoint record

How do I recover from this error as it goes in to crashloobackoff and I couldn't find a way to recover and also how do I make sure that there shouldn't be possible data corruption in future whenever I make any changes to pod and the pod restarts. can I use any preStop hooks in the container?

Upvotes: 0

Views: 541

Answers (0)

Related Questions