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

unsupported version of postgresql: 10.9 #30

Closed
hjaffan opened this issue Aug 12, 2019 · 2 comments
Closed

unsupported version of postgresql: 10.9 #30

hjaffan opened this issue Aug 12, 2019 · 2 comments
Labels

Comments

@hjaffan
Copy link

hjaffan commented Aug 12, 2019

When running bbr against BOSH 268.6.4 we get that the version of PostgreSQL 10.9 is unsupported.

@cf-gitbot
Copy link

We have created an issue in Pivotal Tracker to manage this:

https://www.pivotaltracker.com/story/show/167851758

The labels on this github issue will be updated when the story is started.

@alamages
Copy link
Contributor

alamages commented Aug 13, 2019

Hello @hjaffan, thanks for reporting this.

This issue is not related to bbr cli. bbr is just an orchestrator which invokes backup and restore scripts on the target director or deployment. In this case, it's the backup and restore scripts of the deployed director which fail with the attached message. The cli can not address this.

The issue you describe is related with backup-and-restore-sdk-release though. BOSH is using internally this release to backup its postgres database. It seems that the backup-and-restore-sdk-release your deployed BOSH is using does not support postgres 10.9. If you check the release notes, the sdk v1.15.0 introduces support for Postgres v10.x.

You just need to bump the sdk release your director is using to a version >= v1.15.0. For example, if you check the bosh-deployment repo, this ops-file templates the latest sdk v1.17.0.

I am closing this issue since it not related to bbr and there is a fix out that is related to bumping the sdk release in the BOSH director.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants