Thread: pg_basebackup Error
Dear Experts,
--
Thanks & Regards
Rahul Saha
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
+91 8806351116
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