Closed rkoster closed 5 years ago
:white_check_mark: Hey rkoster! The commit authors and yourself have already signed the CLA.
We have created an issue in Pivotal Tracker to manage this:
https://www.pivotaltracker.com/story/show/163394116
The labels on this github issue will be updated when the story is started.
@valeriap thanks for merging this PR, would it be possible to cut a final release with this fix?
When trying to restore a database (concourse atc) we get a warning about tables which don't exist:
This results in a non zero exit code, which makes bbr unhappy:
This PR addresses the above issue by using the
--if-exists
flag.