Re: [ADMIN] Restore master from slave

2011-05-31 Thread Kevin Grittner
sonnix wrote: > Can i make only base backup from temporary master to main master? You didn't say which version of PostgreSQL you're using, what OS it's running on, how you're managing the replication, or what exactly you did -- so it's hard to give very specific advice. That said, I'm pretty

[ADMIN] Restore master from slave

2011-05-27 Thread sonnix
Hi, i have master and slave server(timeline 1). I turned off master and set up slave to new temporary master and it has enabled wal archiving (timeline 2). While the main master was turned off i had some insert to temporary master. I need to recovery this inserts to main master from wal logs. When