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

backupccl: allow restoring into multi-region databases #65015

Merged
merged 1 commit into from Jul 6, 2021

Commits on Jul 6, 2021

  1. backupccl: allow restoring into multi-region databases

    Previously, restoring a non-multi-region table in to multi-region database is
    not allowed.
    
    This patch unblocks restoring non-multi-region table into multi-region
    database and sets the table locality as regional by table to the primary
    region of the target database.
    
    Additionally, GLOBAL tables, REGIONAL BY TABLE IN PRIMARY REGION and
    REGIONAL BY TABLE IN <region> tables are also supported given that the
    <region> is compatible with the target database.
    
    Release note (enterprise change): RESTORE now supports restoring
    individual tables into a multi-region database. If the table being
    restored is also multi-region, REGIONAL BY ROW tables cannot be
    restored, and REGIONAL BY TABLE tables can only be restored if their
    localities match those of the database they're being restored into.
    Elliebababa authored and pbardea committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    042aed3 View commit details
    Browse the repository at this point in the history