Skip to content

Cannot download backup before it's removed from server #4790

Closed Answered by tpluscode
tpluscode asked this question in Q&A
Discussion options

You must be logged in to vote

It was suspicious that the download would break each time around 1 gb. I found that it may be caused by nginx proxy cache which in turn fools the server into thinking that the download has already been consumed.

My immediate solution was to set proxy_max_temp_file_size 0; in the nginx config to disable the cache at the expense of the upstream server.

That said, I think that the download expiration is prohibitively short. Could it be extended? Configurable maybe?

Replies: 1 comment 8 replies

Comment options

You must be logged in to vote
8 replies
@tpluscode
Comment options

Answer selected by reckart
@reckart
Comment options

@tpluscode
Comment options

@reckart
Comment options

@tpluscode
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants