-
-
Notifications
You must be signed in to change notification settings - Fork 261
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
Conversation
@@ -164,15 +164,15 @@ jobs: | |||
echo "" | |||
|
|||
- name: Setup release Postgres apt repo | |||
if: matrix.postgres != '17' | |||
if: matrix.postgres != '18' |
There was a problem hiding this comment.
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' |
There was a problem hiding this comment.
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.
Of course. I'll try again later today |
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.
|
Not sure if v17 is actually out on the distro repos yet, so lets see what CI does