postgresql error PANIC: could not locate a valid checkpoint record

前端 未结 5 1586
感情败类
感情败类 2020-12-07 18:23

When I load up the postgres server (v9.0.1) i get a panic that prevents it from starting:

PANIC: could not locate a valid checkpoint record

5条回答
  •  [愿得一人]
    2020-12-07 19:06

    just like the log saying : could not locate a valid checkpoint record.Postgres can't find a properly WAL under the $PGDATA/pg_xlog/ directory. Try to use pg_resetxlog

提交回复
热议问题