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

[YW] Restoring universe backup from Backups tab into a different universe fails to create tables #5890

Closed
andrewc-dev opened this issue Sep 30, 2020 · 0 comments
Assignees
Labels
area/platform Yugabyte Platform priority/critical Critical issue

Comments

@andrewc-dev
Copy link
Contributor

When restoring from the action in the list of backups, the user is able to specify a different universe. When the restore completes no missing tables are added to the destination universe.
Screen Shot 2020-09-30 at 3 55 30 PM

@andrewc-dev andrewc-dev added priority/critical Critical issue area/platform Yugabyte Platform labels Sep 30, 2020
@andrewc-dev andrewc-dev self-assigned this Sep 30, 2020
andrewc-dev pushed a commit that referenced this issue Sep 30, 2020
…e in the event of restoring cross-universe.

Summary:
When restoring to a universe we check the universeUUID of the backupInfo object but
universe backups contain nested backupInfo, so the fix is to update the nested objects to match the
parent universeUUID.

Test Plan:
Create universe backup and then try restoring to a different universe from the Backups
tabs and selecting a specific backup from the table action.

Reviewers: sanketh, arnav

Reviewed By: arnav

Subscribers: jenkins-bot, yugaware

Differential Revision: https://phabricator.dev.yugabyte.com/D9514
andrewc-dev pushed a commit that referenced this issue Sep 30, 2020
…e in the event of restoring cross-universe.

Summary:
When restoring to a universe we check the universeUUID of the backupInfo object but
universe backups contain nested backupInfo, so the fix is to update the nested objects to match the
parent universeUUID.

Test Plan:
Create universe backup and then try restoring to a different universe from the Backups
tabs and selecting a specific backup from the table action.

Reviewers: sanketh, arnav

Reviewed By: arnav

Subscribers: jenkins-bot, yugaware

Differential Revision: https://phabricator.dev.yugabyte.com/D9514
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/platform Yugabyte Platform priority/critical Critical issue
Projects
None yet
Development

No branches or pull requests

1 participant