Hacker News new | ask | show | jobs
by AznHisoka 2666 days ago
In my experience, WAL-E is very brittle and fails with weird errors at times such as when your database restarts, or when it fails to upload a segment.

I have gone back to using pg_dump even though its not a real-time snapshot. In the end, replication + pg_dump gets the job done

1 comments

I added a pager duty alert to my wall-e when backups stop. Happen once or so a month. Not ideal but I just poke it with a stick and it comes back.
I switched from wal-e to pgbackrest a couple years ago. Totally worth it.