TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

PGHoard – PostgreSQL backup and restore service for cloud object storages

122 pointsby bjokoabout 6 years ago

8 comments

melorabout 6 years ago
One of the pghoard developers here. We developed pghoard for our use case (<a href="https:&#x2F;&#x2F;aiven.io" rel="nofollow">https:&#x2F;&#x2F;aiven.io</a>):<p>* Optimizing for roll forward upgrades in a fully automated cloud environment * Streaming: encryption and compression on the fly for the backup streams without creating temp files on disk * Solid object storage support (AWS&#x2F;GCP&#x2F;Azure) * Survive over various glitches like faulty networks, processes getting restarted, etc.<p>Restore speed is very important for us and pghoard is pretty nice in that respect, e.g. 2.5 terabytes restored from an S3 bucket to an AWS i3.8xlarge in half an hour (1.5 gigabytes per second avg). This means hitting all of cpu&#x2F;disk&#x2F;network very hard, but at restore time there&#x27;s not typically much else to do with them.
manigandhamabout 6 years ago
It would be good for the PG community to consolidate some of these projects (wall-e, wall-g, pghoard, pgbackrest, barman, etc) into the core functionality at this point.
oskariabout 6 years ago
One of the PGHoard authors will be talking about PostgreSQL backups in the cloud in a couple of weeks in PostgresConf NYC: <a href="https:&#x2F;&#x2F;postgresconf.org&#x2F;conferences&#x2F;2019&#x2F;program&#x2F;proposals&#x2F;postgresql-backups-in-the-age-of-the-cloud" rel="nofollow">https:&#x2F;&#x2F;postgresconf.org&#x2F;conferences&#x2F;2019&#x2F;program&#x2F;proposals&#x2F;...</a>
briffleabout 6 years ago
How does a &#x27;periodic backup using pg_basebackup&#x27; compare to barman&#x27;s rsync and reuse_backup = link for speed of backups, and size of files?<p>I want to look at this (and Wal-G) but am not sure how much of a load I would be putting on our db servers when they do the periodic backups. Our database is pretty heavy on &#x27;history&#x27; tables that don&#x27;t change much once they are written to.
seslatteryabout 6 years ago
How does this compare to pgBackRest? <a href="https:&#x2F;&#x2F;pgbackrest.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;pgbackrest.org&#x2F;</a>
koolbaabout 6 years ago
How’s the cpu usage for this when compressing? Are the libs C libraries? (ie native performance)
评论 #19288018 未加载
scottshamusabout 6 years ago
I&#x27;m going to look at this more later, but my first thought is how does this compare to WAL-e <a href="https:&#x2F;&#x2F;github.com&#x2F;wal-e&#x2F;wal-e" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;wal-e&#x2F;wal-e</a>
评论 #19285988 未加载
评论 #19286332 未加载
tpetryabout 6 years ago
With wal-e, wal-g and pghoard its getting really difficult choosing a solution, they are so comparable
评论 #19288378 未加载