Re: Mysterious DB reset

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Israel Brewster <israel(at)eraalaska(dot)net>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: Mysterious DB reset
Date: 2014-03-06 19:34:24
Message-ID: 5318CDC0.9020703@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 03/06/2014 11:09 AM, Israel Brewster wrote:
> On Mar 6, 2014, at 10:03 AM, Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com> wrote:
>

>>
>> Are all the scripts running from one machine?
>> If so, have you checked that the times are set correctly on the various machines?
>
> Three different machines (due to OS requirements), but yeah the times all appear to be correct.

So it appears you will have to wait to see what the logging reports.
Should have mentioned that you need to make sure you do something like
pg_ctl reload on the Postgres server to get the postgressql.conf changes
to take effect.

Another thought. Might not be bad idea to grep your scripts for ALTER,
SEQUENCE or any other relevant keywords. Just in case something slipped
in you where not aware of.

>
>>
>>
>>>
>>> Make sense? Probably not the best setup, but then that's what happens when you figure out stuff for yourself rather than having formal training :-) I'm DEFINITELY open to suggestions :-)
>>
>> 'Makes sense' is context sensitive. It really depends on what you want to achieve. My procedure is to define the end result first and then work backwards from there.
>
> Good point. However, I was asking more in the general "did I explain it well enough to be understood" rather than in the "is it a sensible setup" aspect. The rest of the sentence was just me being insecure :-D

I understood the basics of what you are doing. The details probably can
wait pending the log information. Hey, all of us are beginners/learning
in something.

>

>
> -----------------------------------------------
> Israel Brewster
> Computer Support Technician II
> Era Alaska
> 5245 Airport Industrial Rd
> Fairbanks, AK 99709
> (907) 450-7250 x7293
> -----------------------------------------------
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Matthew Chambers 2014-03-06 20:41:39 Re: high throughput 9.3, master/slave question
Previous Message Israel Brewster 2014-03-06 19:09:54 Re: Mysterious DB reset