heroku_cloud_backup icon indicating copy to clipboard operation
heroku_cloud_backup copied to clipboard

Uploads heroku pgbackups into the cloud using fog.

Results 4 heroku_cloud_backup issues
Sort by recently updated
recently updated
newest added

Is this gem still active? The old `pgbackups` heroku addon has been deprecated so `heroku_cloud_backup` doesn't work anymore.

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...

Pruning did not seem to be working and I am not sure how it could have ever worked. Specifically i noticed that following code within prune was comparing an number...

When I run heroku:cloud_backup I get: [2012-06-20 18:47:51 +0000] creating /DATABASE_URL/2012-06-19-200000.dump rake aborted! bad URI(is not URI?): https://s3.amazonaws.com/hkpgbackups/[email protected]/a012.dump.aa?AWSAccessKeyId=MYACCESSKEY&Expires=1340218670&Signature=4OLHtEwERoKS56ZUfNdv52sYAlI%3D https://s3.amazonaws.com/hkpgbackups/[email protected]/a012.dump.ab?AWSAccessKeyId=MYACCESSKEY&Expires=1340218670&Signature=jf4AyYVVuO1GeXMsYiF5Y%2BiVvuw%3D It's a large DB...and it gets split I believe(?)...could that be...