Hi all,
I have a question about PITR(Point In Time Recovery) with barman.
Here is command I ran.
I wanted to get the data of this point 2016-04-03 15:39:40.
But I was able to get the previous data than 2016-04-03 15:39:40.
In log, I got some message with red line.
cp: cannot stat ‘barman_xlog/0000000100000043000000D8’: No such file or directory.
And last completed transaction was at log time 2016-04-03 15:39:30….
I think above wal file had a data around 2016-04-03 15:39:40.
But that wal file didn’t copy to barman_xlog.
After that, I changed recovery time in the command as below.(added 10 sec, 15:39:40 -> 15:39:50)
Could you explain why?
Why wal file needed for PITR wasn’t copied ?
--
--
You received this message because you are subscribed to the "Barman for PostgreSQL" group.
To post to this group, send email to pgba...@googlegroups.com
To unsubscribe from this group, send email to
pgbarman+u...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/pgbarman?hl=en?hl=en-GB
---
You received this message because you are subscribed to the Google Groups "Barman, Backup and Recovery Manager for PostgreSQL" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pgbarman+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I’m trying to recover db backup with PITR from backup server(C) to test server.(B)
But as you said, barman doesn’t copy wal file needed for PITR sometimes.
I’m preparing to test with get-wal option.