Re: Can't restart Postgres

From: Shawn Thomas <thomassd(at)u(dot)washington(dot)edu>
To: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
Cc: Magnus Hagander <magnus(at)hagander(dot)net>, "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>, "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Can't restart Postgres
Date: 2017-02-15 23:09:50
Message-ID: FE9CF085-2518-4CEA-A4B6-D020DD354585@u.washington.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Just wanted to follow up that re-installing Postgres worked (well almost—I did have to reset the permissions and ownership on the key and pem file).

Thanks so much for all the help.

-Shawn

> On Feb 15, 2017, at 9:49 AM, Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com> wrote:
>
> On 02/15/2017 09:45 AM, Shawn Thomas wrote:
>> Which would you recommend? Leave the data directory in place and
>> re-install PG or copy it to somewhere else, delete it and then
>> re-install PG?
>
> I would copy the data directory somewhere else for safe keeping leaving the original in place. Then reinstall Postgres, the install should leave the original directory alone and you will be ready to go. Should there be an oops you will have the copy as backup.
>
>>
>> -Shawn
>>
>>> On Feb 15, 2017, at 9:36 AM, Magnus Hagander <magnus(at)hagander(dot)net
>>> <mailto:magnus(at)hagander(dot)net>> wrote:
>>>
>>> On Wed, Feb 15, 2017 at 6:28 PM, Shawn Thomas
>>> <thomassd(at)u(dot)washington(dot)edu <mailto:thomassd(at)u(dot)washington(dot)edu>> wrote:
>>>
>>> Well that would make more sense of things. I had removed and
>>> re-installed the postresql-common package:
>>>
>>> https://packages.debian.org/jessie/postgresql-common
>>> <https://packages.debian.org/jessie/postgresql-common>
>>>
>>> and thought that it would leave the main PG package in place. But
>>> perhaps I was wrong. I’ll follow Tom’s advice and just re-install
>>> everything (saving the old data directory) and hope the new
>>> installation can use the old data data directory.
>>>
>>>
>>> If you removed it and then installed it, then the removal would remove
>>> all dependent packages and if you then only intalled that one and not
>>> the dependencies that would explain it.
>>>
>>> If you had run a reinstall on it, then it would've kept them around.
>>>
>>>
>>>
>>> One question about this approach though: the Debian package
>>> installation automatically initializes the new data directory and
>>> starts PG. If I shut it down and copy the old data directory into
>>> the newly installed one, will there be an xlog issue?
>>>
>>>
>>> You have to copy the xlog along with the database.
>>>
>>> Or if you leave it in place where it is, the packages won't initialize
>>> a new data directory.
>>>
>>> --
>>> Magnus Hagander
>>> Me: http://www.hagander.net/
>>> Work: http://www.redpill-linpro.com/
>>
>
>
> --
> Adrian Klaver
> adrian(dot)klaver(at)aklaver(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message David O'Mahony 2017-02-15 23:30:11 Potential Bug: Frequent Unnecessary Degeneration
Previous Message Alvaro Herrera 2017-02-15 22:33:14 Re: Autovacuum stuck for hours, blocking queries