You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
…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
…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
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.
The text was updated successfully, but these errors were encountered: