Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PostgreSQL repository no longer valid #233

Open
dvalfre opened this issue Nov 8, 2023 · 3 comments
Open

PostgreSQL repository no longer valid #233

dvalfre opened this issue Nov 8, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@dvalfre
Copy link
Contributor

dvalfre commented Nov 8, 2023

The upstream PostgreSQL project has archived the packages for Ubuntu bionic, which is the base of Stack v6.
As such, this line prompts Chef to fail as the repository is no longer there: https://github.com/engineyard/ey-cookbooks-stable-v6/blob/next-release/cookbooks/postgresql/files/default/pgdg.list#L1.

In order to work around this issue, until a release is made, do use overlays to create a copy of the file where the offending line is removed, and upload it alongside your existing Chef recipes.

@dvalfre dvalfre added the bug Something isn't working label Nov 8, 2023
@dvalfre
Copy link
Contributor Author

dvalfre commented Nov 9, 2023

Actually, following PostgreSQL's recommendation, the new version of the file should contain:

deb https://apt-archive.postgresql.org/pub/repos/apt bionic-pgdg main
deb https://apt-archive.postgresql.org/pub/repos/apt bionic-pgdg-archive main

@dvalfre
Copy link
Contributor Author

dvalfre commented Nov 13, 2023

For a quick solution, do add the content of the PR as an overlay of the existing recipe.

@FernLP
Copy link

FernLP commented Nov 29, 2023

@dvalfre
https://support.engineyard.com/hc/en-us/articles/15416881367186 has been added to the KB
Please update or remove once this fix is live.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants