We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The following summarizes the behavioral changes caused by this PR:
Backup/Restore
External Catalog
BACKUP (ALL EXTERNAL CATALOGS | EXTERNAL CATALOG <catalog_name> [, ...]) SNAPSHOT <snapshot_name> TO <repo_name> [PROPERTIES] RESTORE SNAPSHOT <snapshot_name> FROM <repo_name> [ ALL EXTERNAL CATALOGS | EXTERNAL CATALOG <catalog_name> AS <alias> [, ...] ] [PROPERTIES] CANCEL EXTERNAL CATALOG BACKUP CANCEL EXTERNAL CATALOG RESTORE
EXTERNAL CATALOG
ON
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
In this PR, we support Backup/Restore for External Catalog. User can Backup All of or part of
External Catalog metadata into snapshot file and restore it into a new cluster.
The following summarizes the behavioral changes caused by this PR:
Backup/Restore
forExternal Catalog
, here is the new part for it:EXTERNAL CATALOG
Backup/Restore
, no db info andON
clause can be specified.Backup/Restore
job can be executed at the same time in the cluster.The text was updated successfully, but these errors were encountered: