On Sun, Mar 12, 2017 at 11:08 PM Stuart Bishop <[email protected]>
wrote:

> I believe it would also work if I could download all the WAL files
> after downloading the backup, ensuring I had them all in place before
> restarting. I think I would need to teach WAL-E to navigate timeline
> changes to do that reliably (unless I just waste bandwidth and disk
> space and download all future timelines, which is probably good enough
> for real life use cases)
>

Another thing you might find useful is the default behavior for this
promotion is to merely "pause" recovery. Thus, you have an opportunity to
check timestamps and the data for suitability. If you want to continue
archive retries, you then can call a function to continue function.

See https://www.postgresql.org/docs/9.6/static/functions-admin.html,
xlog_replay_resume.

-- 
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/d/optout.

Reply via email to