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

release-19.1: backupccl: add skip_missing_views option for RESTORE #38773

Merged
merged 1 commit into from
Jul 11, 2019

Conversation

thoszhang
Copy link
Contributor

Backport 1/1 commits from #38597.

/cc @cockroachdb/release


Add a skip_missing_views option for RESTORE, similar to
skip_missing_foreign_keys, to skip restoring views whose (recursive)
dependencies are not being restored at the same time.

Release note (enterprise change): Add a skip_missing_views option for
RESTORE to skip restoring views which cannot be restored because their
dependencies are not being restored at the same time.

@thoszhang thoszhang requested review from dt and a team July 9, 2019 18:38
@cockroach-teamcity
Copy link
Member

This change is Reviewable

Add a `skip_missing_views` option for RESTORE, similar to
skip_missing_foreign_keys, to skip restoring views whose (recursive)
dependencies are not being restored at the same time.

Release note (enterprise change): Add a `skip_missing_views` option for
`RESTORE` to skip restoring views which cannot be restored because their
dependencies are not being restored at the same time.
@thoszhang
Copy link
Contributor Author

s/errors.AssertionFailedf/pgerror.NewAssertionErrorf to get this to backport cleanly

@thoszhang thoszhang merged commit 197b939 into cockroachdb:release-19.1 Jul 11, 2019
@thoszhang thoszhang deleted the backport19.1-38597 branch July 11, 2019 17:43
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.

None yet

4 participants