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

Update the PostgreSQL version to latest available in the 9.5 series #3639

Merged
merged 1 commit into from
Mar 27, 2019
Merged

Update the PostgreSQL version to latest available in the 9.5 series #3639

merged 1 commit into from
Mar 27, 2019

Conversation

justinclift
Copy link
Member

@justinclift justinclift commented Mar 25, 2019

What type of PR is this? (check all applicable)

  • Security update

In theory (!), this updated PG version should require no corresponding changes made to anything else.

Updating to a more modern PG release would have benefits (parallel query stands out), but may require some code/SQL changes to match. So, keeping this simple for now. 😄

@@ -36,7 +36,7 @@ services:
image: redis:3.0-alpine
restart: always
postgres:
image: postgres:9.5.6-alpine
image: postgres:9.5.16-alpine
Copy link
Member

@arikfr arikfr Mar 25, 2019

Choose a reason for hiding this comment

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

Does Postgres publish postgres:9.5-alpine image that tracks latest patch version?

Copy link
Member Author

Choose a reason for hiding this comment

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

Good point. Yes it does. 1 sec, will update. 😄

@justinclift
Copy link
Member Author

As a data point, Redash seems to work happily with the PostgreSQL 11-alpine image as well.

Testing it here now (only lightly though).

@arikfr arikfr merged commit 973ad56 into getredash:master Mar 27, 2019
@arikfr
Copy link
Member

arikfr commented Mar 27, 2019

Thanks and thanks for testing w/ Pg11!

@justinclift justinclift deleted the postgresql-update-compose branch March 27, 2019 16:35
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.

2 participants