EnterpriseDB / edb-installers

PostgreSQL installers packaged by EDB
37 stars 11 forks source link

Installer download broken with 403 response #161

Closed jamiebarrow closed 2 months ago

jamiebarrow commented 2 months ago

I'm unable to download the installer for Windows, and constantly get a 403 response from the download page.

Seems I am not the only one, cross posting below: https://github.com/microsoft/winget-pkgs/issues/127503

jamiebarrow commented 2 months ago

Is it possible to publish the distributable installers in Github Releases?

dpage commented 2 months ago

It appears that winget is using Microsoft's delivery optimisation mechanisms, which are causing downloads to be broken up into 512KB requests, which are then getting rate limited by CloudFront. We've adjusted the rate limiting to try to mitigate this.

jamiebarrow commented 2 months ago

Thanks @dpage! I tried it out again on another machine this evening, and I see it did fail at first but on second attempt it succeeded.

I'll let you manage this issue in case you want to keep visibility of it, but if you feel it is "closed" then go ahead ;)

image

dpage-edb commented 2 months ago

Thanks for the update. I'll close this for now, but we'll continue to monitor the situation.