Good to see people sticking to the unix philosophy of doing one thing well and delegating other concerns - cat and lzop are both fine choices!
Introducing WAL-G: Faster Disaster Recovery for Postgres
21–30 of 66 posts
Re: Introducing WAL-G: Faster Disaster Recovery for Postgres
#22Hello everyone, I'm the primary author for WAL-G and would be happy to answer any questions.
Can you elaborate on how much automated testing is behind this? When it comes to backup tools, I am very cautious.
Re: Introducing WAL-G: Faster Disaster Recovery for Postgres
#23Re: Introducing WAL-G: Faster Disaster Recovery for Postgres
#24Earlier quoted context omitted.
Is this production ready, or just an early dev snapshot?
WAL-G is not yet production ready, but it has been used in a staging environment for the past few weeks without any issues. Once fdr adds parallel WAL support, he plans to take it into production.
is google cloud storage on the roadmap?
Re: Introducing WAL-G: Faster Disaster Recovery for Postgres
#25"WAL-E compresses using lzop as a separate process, as well as the command cat to prevent disk I/O from blocking." Good to see people sticking to the unix philosophy of doing one thing well and delegating other concerns - cat and lzop are both fine choices!
Re: Introducing WAL-G: Faster Disaster Recovery for Postgres
#26Hello everyone, I'm the primary author for WAL-G and would be happy to answer any questions.
Thanks for making this! To someone who's unfamiliar with Postgres tooling, what's the difference between WAL-G and Barman? What're the advantages of using one over the other?
Re: Introducing WAL-G: Faster Disaster Recovery for Postgres
#27Hello everyone, I'm the primary author for WAL-G and would be happy to answer any questions.
Re: Introducing WAL-G: Faster Disaster Recovery for Postgres
#28This is great. Can't wait to be using it. We've been using WAL-E for years and this looks like a big improvement. The steady, high throughput is a big deal – our prod base backups take 36 hours to restore, so if the recovery speed improvements are as advertised, that's a big win. In the kind of situation in which we'd be using these, the difference between 9 hours and 36 hours is major. Also, the quality of life impr…
Re: Introducing WAL-G: Faster Disaster Recovery for Postgres
#29Hello everyone, I'm the primary author for WAL-G and would be happy to answer any questions.
Re: Introducing WAL-G: Faster Disaster Recovery for Postgres
#30Hello everyone, I'm the primary author for WAL-G and would be happy to answer any questions.
Any plans to support backup to Google Cloud Storage instead of just S3?
For now, since I'm also on GCP, I'm using PGHoard: https://github.com/ohmu/pghoard