Skip to content

Commit

Permalink
Use noble channel for postgres, now that it is available
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwlewis committed Feb 19, 2024
1 parent 680096c commit 42b5274
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions heroku-24/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,8 @@ apt-get install -y --no-install-recommends gnupg
# In order to support all features offered by Heroku Postgres, we need newer postgresql-client
# than is available in the Ubuntu repository, so use the upstream APT repository instead:
# https://wiki.postgresql.org/wiki/Apt
# TODO: Use `noble` not `mantic` when it becomes available
cat >>/etc/apt/sources.list <<EOF
deb http://apt.postgresql.org/pub/repos/apt/ mantic-pgdg main
deb http://apt.postgresql.org/pub/repos/apt/ noble-pgdg main
EOF

# From https://www.postgresql.org/media/keys/ACCC4CF8.asc
Expand Down

0 comments on commit 42b5274

Please sign in to comment.