Re: [GENERAL] database is not accepting commands - Mailing list pgsql-general

From Jeff Janes
Subject Re: [GENERAL] database is not accepting commands
Date
Msg-id CAMkU=1y6kOwSr6_EaGQg8FsDo-KkHbtE+KFiGNfa=4qkwV9XkA@mail.gmail.com
Whole thread Raw
In response to [GENERAL] database is not accepting commands  (reem <dailyemailr@gmail.com>)
Responses Re: [GENERAL] database is not accepting commands
List pgsql-general
On Tue, May 16, 2017 at 1:28 AM, reem <dailyemailr@gmail.com> wrote:
We have 1.5 TB database that's shown an error and block all commands.
The error is :
"ERROR:  database is not accepting commands to avoid wraparound data loss in
database "dbname"
HINT:  Stop the postmaster and use a standalone backend to vacuum that
database.
You might also need to commit or roll back old prepared transactions."

I tried to do vacuum in the backend mode. Also I tried to set
zero_damaged_pages = on then do the vacuum again but same error appeared.
The error appeared after two hours of vacuuming where verbose shows passing
tables.

I don't see any way that error message can be generated while in standalone mode.

Are you sure you sure you don't have multiple instances running, and you are mixing up the logs between them?

Cheers,

Jeff

pgsql-general by date:

Previous
From: Francisco Olarte
Date:
Subject: Re: [GENERAL] PSQL command line print speed
Next
From: Adrian Klaver
Date:
Subject: Re: [GENERAL] PSQL command line print speed