Re: Restore is failing

From: Rob Sargent <robjsargent(at)gmail(dot)com>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Restore is failing
Date: 2020-02-05 08:31:08
Message-ID: b60c65d5-c24f-0148-c307-8d7e894bbd9a@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 2/5/20 1:24 AM, Sonam Sharma wrote:
> I am copying schema data to qa box from prod.its failing and giving
> below error :
>
> WARNING: terminating connection because of crash of another server process
>
> DETAIL: The postmaster has commanded this server process to roll back
> the current transaction and exit, because another server process
> exited abnormally and possibly corrupted shared memory.
>
> HINT:  In a moment you should be able to reconnect to the database and
> repeat your command.
>
> server closed the connection unexpectedly.
>
>
> Can some one please help. Work_mem is set to 8gb.
>
>
> Thanks , Sonam
>
What version of postgres?
Method of copy?
Identify which server process is failing, what's the error there.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Sonam Sharma 2020-02-05 08:47:57 Re: Restore is failing
Previous Message Sonam Sharma 2020-02-05 08:24:56 Restore is failing