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

Move from pg17rc1 to pg17ga #1881

Merged
merged 1 commit into from
Sep 26, 2024

Conversation

eeeebbbbrrrr
Copy link
Contributor

Not sure if v17 is actually out on the distro repos yet, so lets see what CI does

@@ -164,15 +164,15 @@ jobs:
echo ""

- name: Setup release Postgres apt repo
if: matrix.postgres != '17'
if: matrix.postgres != '18'
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

queue this up for the next version

run: |
sudo apt-get install -y wget gnupg
sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list'
wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add -
sudo apt-get update -y -qq --fix-missing

- name: Setup beta Postgres apt repo
if: matrix.postgres == '17'
if: matrix.postgres == '18'
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

queue this up for the next version. The postgres folks seem to put their beta packages in the same place, so we can just carry this along with us so we don't have to re-learn it again next year.

@eeeebbbbrrrr
Copy link
Contributor Author

Of course. I'll try again later today

@eeeebbbbrrrr
Copy link
Contributor Author

eeeebbbbrrrr commented Sep 26, 2024

It's still not out on the repo at http://apt.postgresql.org/pub/repos/apt/dists/jammy-pgdg/17/binary-amd64/.

Which, I don't fully understand. The directories are there but there's no usable files. Guess whoever does the needful hasn't yet.

I'll come back to this on Friday Sep 27.

@eeeebbbbrrrr eeeebbbbrrrr merged commit 3376b0e into pgcentralfoundation:develop Sep 26, 2024
14 checks passed
@eeeebbbbrrrr eeeebbbbrrrr changed the title pg17ga Move from pg17rc1 to pg17ga Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant