Обсуждение: pg_basebackup Error

Поиск
Список
Период
Сортировка

pg_basebackup Error

От
Rahul Saha
Дата:
Dear Experts,

I am facing the below error related to pg_basebackup. Though I can see that basebackup completed the copy of data. Tried to find solution but no luck.

We are using 9.3.x. And below is the error.

<snip>
1001263435/1001263435 kB (100%), 1/1 tablespace
pg_basebackup: child process exited with error 1

<snip/>

Can anyone please suggest why we are receiving this particular error. 

--

Thanks & Regards
Rahul Saha

DBA, CISCO

+91 8806351116

Re: pg_basebackup Error

От
Albe Laurenz
Дата:
Rahul Saha wrote:
> I am facing the below error related to pg_basebackup. Though I can see that basebackup completed the
> copy of data. Tried to find solution but no luck.
> 
> We are using 9.3.x. And below is the error.
> 
> <snip>
> 1001263435/1001263435 kB (100%), 1/1 tablespace
> pg_basebackup: child process exited with error 1
> 
> <snip/>
> 
> Can anyone please suggest why we are receiving this particular error.

Are there no other messages?

This message is written if there are problems streaming the data from the server.

Maybe you can find something in the server log of the database server.

Yours,
Laurenz Albe