On Sun, Jan 26, 2014 at 12:33 AM, <[email protected]> wrote: > On Saturday, November 2, 2013 5:31:48 PM UTC-7, Nick Auger wrote: >> Cascading replication was added to PG in 9.2 Is it possible to use WAL-E to >> log ship from a hot-standby? If so-- how would the configuration look? >> >> >> >> [master] -> [standby] -> [wal-e & s3] >> >> >> >> >> Thanks! >> >> >> >> -Nick > > I was wondering the same thing. Any guidance on WAL-E and cascading > replication?
Cascaded systems can't take backups nor upload WAL, but since they are replicas of the primary one can transitively close the cascading and read directly from the primary's archives. Given your other question on the other thread, I'm guessing you are running into the thorny problem of double-promotions and remastering, is that right? -- You received this message because you are subscribed to the Google Groups "wal-e" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
