Quantcast
Channel: Question and Answer » postgresql
Viewing all articles
Browse latest Browse all 1138

pg_basebackup could not get WAL end position from server

$
0
0

I’m trying to pg_basebackup my database. I followed instructions in PG Mauals and set it up properly (check on other server and database), but my backup isn’t ending – on end of progress it’s displaying error:

could not get WAL end position from server

I’ve found few Q&A about this issue but all resolution was to check owners of files. In my case all files owner is user postgres, chown also OK

What could be the trouble

Server Ubuntu 13.10 Postgresql 9.1, database is having 2 tablespaces.

EDIT

Exact version is: PostgreSQL 9.1.13 on x86_64-unknown-linux-gnu, compiled by gcc (Ubuntu/Linaro 4.8.1-10ubuntu8) 4.8.1, 64-bit

Exact command is:

pg_basebackup -D /home/osm/bkp_binary/ -Ft -P -v -x -z

Viewing all articles
Browse latest Browse all 1138

Trending Articles