Re: help getting a backtrace from 9.2 on Ubuntu 13.04? - Mailing list pgsql-general

From Jeff Janes
Subject Re: help getting a backtrace from 9.2 on Ubuntu 13.04?
Date
Msg-id CAMkU=1xk7JJQVoh5o2Q4fnhSJD6wn_YKci3Eq_u3VkUQF_+J-g@mail.gmail.com
Whole thread Raw
In response to Re: help getting a backtrace from 9.2 on Ubuntu 13.04?  (Chris Curvey <ccurvey@zuckergoldberg.com>)
Responses Re: help getting a backtrace from 9.2 on Ubuntu 13.04?  (Chris Curvey <ccurvey@zuckergoldberg.com>)
List pgsql-general
On Tue, Sep 10, 2013 at 6:57 AM, Chris Curvey <ccurvey@zuckergoldberg.com> wrote:
> From: Marcin Mańk [mailto:marcin.mank@gmail.com]
>
>
> > Is it crashing on a specific database object? pg_restore -v will tell you
> > how far it went. Then try to restore only that object. Is it perhaps
> > crashing on a specific row?
> >
>
>  
>
> Good advice.  I turned on –verbose, and got a ton of output, ending with:
>
>  
>
> pg_restore: setting owner and privileges for FK CONSTRAINT
> user_id_refs_id_7ceef80f
>
> pg_restore: setting owner and privileges for FK CONSTRAINT
> user_id_refs_id_dfbab7d
>
> pg_restore: [archiver (db)] could not execute query: no connection to the
> server
>
>     Command was: -- Completed on 2013-09-09 11:35:16 EDT
>

What does the server log say?  It should tell you why the server is restarting.

Cheers,

Jeff

pgsql-general by date:

Previous
From: Muhammad Bashir Al-Noimi
Date:
Subject: PG9.1 Static build over Windows
Next
From: Chris Curvey
Date:
Subject: Re: help getting a backtrace from 9.2 on Ubuntu 13.04?