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

Script can not detect when newer PostgreSQL is used #1

Open
krutten opened this issue Nov 25, 2020 · 0 comments
Open

Script can not detect when newer PostgreSQL is used #1

krutten opened this issue Nov 25, 2020 · 0 comments

Comments

@krutten
Copy link

krutten commented Nov 25, 2020

The pre-start script assumes PostgreSQL 11.6 is the target
https://github.com/rkoster/migrate-postgres-boshrelease/blob/master/jobs/migrate-postgres/templates/pre-start.erb#L96

This is true for cloudfoundry/postgres-release v40, but v41 is 11.7, and newer releases bump PSQL also. We need to bump this to 11.7 for the current cf kit 2.0.0 but if possible, detect the installed target version to make it more independent to release bumps

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

No branches or pull requests

1 participant