Skip to content

Instantly share code, notes, and snippets.

@davetapley
Created March 21, 2013 18:18
Show Gist options
  • Save davetapley/5215353 to your computer and use it in GitHub Desktop.
Save davetapley/5215353 to your computer and use it in GitHub Desktop.
pgbackups download error
<!-- Running command:
curl -o latest.dump `heroku pgbackups:url --app xxxxx`
At 100% we get: -->
<Error><Code>AccessDenied</Code><Message>Request has expired</Message><RequestId>xxxxxxx</RequestId><Expires>2013-03-21T16:02:26Z</Expires><HostId>xxxxxxx</HostId><ServerTime>2013-03-21T16:50:38Z</ServerTime></Error>
@davetapley
Copy link
Author

Any attempt to restore latest.dump locally yields:

pg_restore: [custom archiver] could not read from input file: end of file
pg_restore: *** aborted because of error  

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment