Pgbackrest is no longer being maintained
21–30 of 245 posts
Re: Pgbackrest is no longer being maintained
#22Anybody know how WAL-G and Barman compare?
Re: Pgbackrest is no longer being maintained
#23I had just last year prepared a detailed guide for reliable postgre backups to local volume as well as cloud storage, using pgBackRest, for my own projects.. pgBackRest have worked so well for me
https://github.com/freakynit/postgre-backup-and-restore-guid...
Thanks to the author for all the time and effort he put into this project..
Re: Pgbackrest is no longer being maintained
#24Re: Pgbackrest is no longer being maintained
#25What's the next-closest thing? wal-g? barman? databasus? I only get to cosplay as a DBA.
Re: Pgbackrest is no longer being maintained
#26Waiting for all the C-level execs saying that "anyway this is not needed, we're going to vibe-code a solution to our production database backups" lol
Re: Pgbackrest is no longer being maintained
#27Wow, this is pretty surprising, I was under the impression that this is the leading PG backup/recovery tool. Anybody know how WAL-G and Barman compare? https://github.com/wal-g/wal-g https://github.com/EnterpriseDB/barman
Re: Pgbackrest is no longer being maintained
#28It was the only solution that seemed to take restoring and validating as seriously as “taking a backup” which lead to an unfortunate situation with my employer. (details here: https://blog.dijit.sh/that-time-my-manager-spend-1m-on-a-bac...)
This is really a major loss. :(
Re: Pgbackrest is no longer being maintained
#29Re: Pgbackrest is no longer being maintained
#30So sad to see this happening.. I had just last year prepared a detailed guide for reliable postgre backups to local volume as well as cloud storage, using pgBackRest, for my own projects.. pgBackRest have worked so well for me https://github.com/freakynit/postgre-backup-and-restore-guid... Thanks to the author for all the time and effort he put into this project..