Y
Hacker News
new
|
ask
|
show
|
jobs
by
ruckusing
4314 days ago
Another solution is wal-e[1] which handles continuous archiving. It was built by the Heroku guys and as such is battle-tested.
I use wal-e myself and its indispensable and easy to use.
https://github.com/wal-e/wal-e
1 comments
secure
4314 days ago
After reading its README.rst, it seems to me like wal-e only cares about backing up (and restoring) WAL files, not about synchronuous replication like the original article.
link
tacticus
4313 days ago
But it is very easy to combine wal-e and the built in streaming replication.
link