Re: Unable to start postgres instance.

From: "Gone, Sajan" <SGone(at)lb(dot)com>
To: "Hunley, Douglas" <douglas(dot)hunley(at)openscg(dot)com>
Cc: "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Unable to start postgres instance.
Date: 2017-04-27 21:43:18
Message-ID: D527D893.7FD7%sgone@lb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi Douglas,

Appreciate your help.

'hot_standby = on' set up was already made but I restarted the server just in case, however I am still getting the same error.

But when I am attempting to reboot the database this is what I have noticed on the error logs

LOG: started streaming WAL from primary at 0/1B000000 on timeline 1
FATAL: could not receive data from WAL stream: ERROR: requested WAL segment 00000001000000000000001B has already been removed

LOG: received fast shutdown request
LOG: shutting down
LOG: database system is shut down

So, I am assuming the WAL files have already been deleted on the Master. Is there any setting on Master I can toggle in order to increase the expiry(retention policy) for the WAL files.

Thank You,
Sajan Gone
Database Administrator
L Brands
Mobile #: 517-990-5282
Office #:   614-577-7622
From: "Hunley, Douglas" <douglas(dot)hunley(at)openscg(dot)com<mailto:douglas(dot)hunley(at)openscg(dot)com>>
Date: Thursday, April 27, 2017 at 3:45 PM
To: Sajan Gone <sgone(at)lb(dot)com<mailto:sgone(at)lb(dot)com>>
Cc: "pgsql-admin(at)postgresql(dot)org<mailto:pgsql-admin(at)postgresql(dot)org>" <pgsql-admin(at)postgresql(dot)org<mailto:pgsql-admin(at)postgresql(dot)org>>
Subject: Re: [ADMIN] Unable to start postgres instance.

On Thu, Apr 27, 2017 at 3:38 PM, Gone, Sajan <SGone(at)lb(dot)com<mailto:SGone(at)lb(dot)com>> wrote:
-bash-4.3$ psql -U postgres
psql: FATAL: the database system is starting up

However its been on that from quite a long time. It would really appreciate if anyone could explain me on what is really going on.

It is doing exactly what it should. A standby is, by default, in permanent recovery mode. If you wish to be able to connect to it in this mode, you need to add 'hot_standby = on' to its postgresql.conf and restart the standby.

--
{
"name" : "douglas j hunley",
"title" : "database engineer",
"email" : "douglas(dot)hunley(at)openscg(dot)com<mailto:doug(dot)hunley(at)gmail(dot)com>",
"mobile" : "+1 614 316 5079"
}

________________________________

Notice: This communication may contain privileged and/or confidential information. If you are not the intended recipient, please notify the sender by email, and immediately delete the message and any attachments without copying or disclosing them. LB may, for any reason, intercept, access, use, and disclose any information that is communicated by or through, or which is stored on, its networks, applications, services, and devices.

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Andrew Foster 2017-04-27 21:50:48 Re: Unable to start postgres instance.
Previous Message Hunley, Douglas 2017-04-27 19:45:04 Re: Unable to start postgres instance.