Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am getting an XML error when I try and access the Heroku Postgres backup snapshot. I cant download it from the website and it will not restore!

Is anyone else seeing this error downloading or restore a snapshot?

This is the error from the Heroku website:

This XML file does not appear to have any style information associated with it. The document tree is shown below.

<Error>
<Code>NoSuchKey</Code>
<Message>The specified key does not exist.</Message>
<Key>app*****@heroku.com/a193.dump</Key>
<RequestId>****************</RequestId>
<HostId>
*************/*************************
</HostId>
</Error>`

Regards Kevin

share|improve this question
Can you explain more about you environment and what application do you use (supposed it's JDBC)? May be you need to try to follow an error 'The specified key does not exist' and solve it, upload keys? – CodeGroover Jan 14 at 17:39

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.