could not access status of transaction

From: Harsh Patel <harshpatel19(at)gmail(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: could not access status of transaction
Date: 2017-07-12 13:43:33
Message-ID: CABtCfiij1E1kz=k0njtW9Dshw_jTUT+hSehOtJDFhub1ZYeWMQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

While configuring streaming replication on master(master already had 200gb
data), I added the following changes
wal_level = hot_standby
max_wal_senders = 3
wal_keep_segments = 8

and restarted postgres.

I started getting error
could not access status of transaction 243368097
Could not open file "pg_multixact/members/433B": No such file or directory.

What steps should I take to recover from this.

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Ashish Tiwari 2017-07-12 15:10:26 Re: could not access status of transaction
Previous Message Om Prakash Jaiswal 2017-07-12 08:26:21 Re: Postgres - Replication