| From: | Jeff Janes <jeff(dot)janes(at)gmail(dot)com> |
|---|---|
| To: | Chris Curvey <ccurvey(at)zuckergoldberg(dot)com> |
| Cc: | Marcin Mańk <marcin(dot)mank(at)gmail(dot)com>, "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org> |
| Subject: | Re: help getting a backtrace from 9.2 on Ubuntu 13.04? |
| Date: | 2013-09-10 17:26:03 |
| Message-ID: | CAMkU=1xk7JJQVoh5o2Q4fnhSJD6wn_YKci3Eq_u3VkUQF_+J-g@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On Tue, Sep 10, 2013 at 6:57 AM, Chris Curvey <ccurvey(at)zuckergoldberg(dot)com>
wrote:
> From: Marcin Mańk [mailto:marcin(dot)mank(at)gmail(dot)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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Chris Curvey | 2013-09-10 17:37:00 | Re: help getting a backtrace from 9.2 on Ubuntu 13.04? |
| Previous Message | Eric Lamer | 2013-09-10 16:46:00 | Need help with Inet type |