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

Commits on Jul 11, 2019

  1. backupccl: add skip_missing_views option for RESTORE

    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.
    lucy-zhang committed Jul 11, 2019
    Configuration menu
    Copy the full SHA
    b22ebe1 View commit details
    Browse the repository at this point in the history