-
Notifications
You must be signed in to change notification settings - Fork 135
Builds are broken with the latest s3 bucket change. #47
Comments
From what I can gather it looks like the manifest files were moved from Old: New: |
We just had the same thing happen to my company, during a prod deploy. |
I had to change the bucket in the hurry, and dropped support for deprecated stacks. |
@cyberdelia could you either grant public access to the manifest files on S3 or publish them elsewhere? We're not able to deploy until this is fixed. |
@ardell Are you unable to use the |
@cyberdelia I have not tested on cedar-14 yet, and would like to be able to deploy if anything comes up in the meantime. I understand not wanting to support cedar-14 indefinitely but is there something we can do short-term until we get migrated? |
I get the same error on heroku-16
|
@scurramalum Try bumping the version of Instead of
You may need to use the |
@cyberdelia I tried upgrading to
Whereas production is giving me Here's the output from
Any ideas? |
Ouch. Summarily dropping support for deprecated stacks seemed a bit harsh. And we've now lost a significant part of production functionality during a routine deploy and it's unclear (yet) what the best path is to recover. goes to brew a large pot of coffee |
@ardell fwiw, I just did the upgrade to
And our code that was failing before this is now working again. pours rest of coffee down sink |
It seems s3 files has been removed by author. We need either someone to post mirror repository or everyone needs to switch to newest heroku stack immediately.. |
@denishaskin that's encouraging, thanks! What version of the rgeo gem are you running? Wondering if I'll need to upgrade that as well... |
@ardell We have no version specified in the Various relevant bits from the build log:
hth |
We were caught off guard by this, as cedar-14 is supported by Heroku until April of next year. We solved it both on cedar-14 and heroku-16 by removing this buildpack and instead using the apt buildpack provided by heroku for our django applications. heroku-16Aptfile:
Commands:
settings.py:
cedar-14Aptfile:
commands:
settings.py:
notes
|
After trying and failing to get I ended up biting the bullet and upgrading to |
Our build was broken again today. The new bucket seems to be inaccessible today. Is anyone else having this issue? Edit: I just realized that the buildpack was added after the Ruby buildpack. I hope that resolves the problem. |
@ograycode I'm trying your suggestion with the apt buildpack, and installation works but the |
For anyone coming on here after Oct 6, 2020, I ended up solving this issue and also issues with using the apt buildpack by using this one newly built by heroku with no additional config or setup: https://github.com/heroku/heroku-geo-buildpack The reason adding lines like For reference, this is how |
Starting this afternoon I'm getting the following when trying to deploy using this buildpack
https://github.com/cyberdelia/heroku-geo-buildpack.git#1.3
The text was updated successfully, but these errors were encountered: