-
Notifications
You must be signed in to change notification settings - Fork 149
upgrade to postgres16 #4553
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
upgrade to postgres16 #4553
Conversation
…emporary-update-for-spark-downloads [DEV-13706] Use delta location to support EMR cutover
Sprint 211 Prod Promotion
…ilter-by-prefix-on-s3-retrieval [DEV-13988] Limit the S3 objects we check during download zip process
…ilter-by-prefix-on-s3-retrieval Promote hotfix to master
Sprint 212 Staging Deploy
Sprint 212 Prod Deploy
| RUN apt-get update && apt-get install -y wget gnupg lsb-release \ | ||
| && wget -qO - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - \ | ||
| && echo "deb http://apt.postgresql.org/pub/repos/apt/ $(lsb_release -cs)-pgdg main" \ | ||
| > /etc/apt/sources.list.d/pgdg.list \ | ||
| && apt-get update \ | ||
| && apt-get install -y postgresql-16 |
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.
What is the benefit of installing this way vs updating the existing pattern to apt install postgresql-16?
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.
That was the first thing I tested. It seems the base image does not come with postgresql-16 package
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.
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.
Looks like the postgresql-16 package is only available in Debian's unstable branch, so installing it from Postgres' repo is the easiest option.
|
Are we going straight to the |
Description:
Technical Details:
Requirements for PR Merge:
Explain N/A in above checklist: