You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 29, 2025. It is now read-only.
During a recent a security review, we were asked about how we ensure the security of our data while in transfer when using this gem to back up our database to Google & AWS.
While I realize running heroku pgbackups:url -a appname & ENV["PGBACKUPS_URL"] gives back an https url, I’m still unsure if the other end the process sucks it down from that url, or if this cloud backup gem via Fog instead posts something to a different url (and in which case is it https?).
It looks secure from what I can gather from looking at this gem's source code, but I think it's still prudent to ask for a clarification here.