PGHoard: Tools for making PostgreSQL backups to cloud object storages
1–10 of 14 posts
Re: PGHoard: Tools for making PostgreSQL backups to cloud object storages
#2Re: PGHoard: Tools for making PostgreSQL backups to cloud object storages
#3Takes care of realtime WAL streaming, compression, encryption, restoration and backup expiration among other things. Open Source and written in Python.
Re: PGHoard: Tools for making PostgreSQL backups to cloud object storages
#4Takes care of realtime WAL streaming, compression, encryption, restoration and backup expiration among other things. Open Source and written in Python.
Curious if it backs up to other cloud storage providers in vendor neutral ways.
Which vendor neutral protocol are you interested in using?
Re: PGHoard: Tools for making PostgreSQL backups to cloud object storages
#5Takes care of realtime WAL streaming, compression, encryption, restoration and backup expiration among other things. Open Source and written in Python.
Curious if it backs up to other cloud storage providers in vendor neutral ways.
Re: PGHoard: Tools for making PostgreSQL backups to cloud object storages
#6Re: PGHoard: Tools for making PostgreSQL backups to cloud object storages
#7How does this compare to WAL-E? https://github.com/wal-e/wal-e
Re: PGHoard: Tools for making PostgreSQL backups to cloud object storages
#8Re: PGHoard: Tools for making PostgreSQL backups to cloud object storages
#9Do you prevent segments from being removed while they're not yet received by pg_receivexlog? wal_keep_segments or replication slots?
Re: PGHoard: Tools for making PostgreSQL backups to cloud object storages
#10Earlier quoted context omitted.
Curious if it backs up to other cloud storage providers in vendor neutral ways.
Currently S3 (AWS + compatible), Google Cloud, OpenStack Swift, Azure (experimental), local disk and Ceph (via S3 or Swift) are supported. More can be added quite easily as the object storage logic is behind an extendable interface. Which vendor neutral protocol are you interested in using?