You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
When running bbr against BOSH 268.6.4 we get that the version of PostgreSQL 10.9 is unsupported.
The text was updated successfully, but these errors were encountered: