Thread: Only WAL archive left. Need to restore data.
Hi,
I have 2GB backup of WAL archive folder but the backup of postgres database cluster directory is lost.
However I need to restore any data possible from these WAL logs.
Is that possible? What do I do to get the data.
Thanks in advance.
--
Best regards,
Sergey Arlashin
Sergey Arlashin wrote: > I have 2GB backup of WAL archive folder but the backup of postgres database cluster directory is lost. > However I need to restore any data possible from these WAL logs. > > Is that possible? What do I do to get the data. Unfortunately that is impossible. Yours, Laurenz Albe
On Fri, Aug 9, 2013 at 4:06 AM, Sergey Arlashin <sergeyarl.maillist@gmail.com> wrote:
Hi,I have 2GB backup of WAL archive folder but the backup of postgres database cluster directory is lost.However I need to restore any data possible from these WAL logs.Is that possible? What do I do to get the data.
I haven't used it personally, but xlogdump might work somewhat: https://github.com/snaga/xlogdump