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

[Feature] Support Backup/Restore for external catalog #52902

Open
1 task done
srlch opened this issue Nov 14, 2024 · 0 comments · Fixed by #52895
Open
1 task done

[Feature] Support Backup/Restore for external catalog #52902

srlch opened this issue Nov 14, 2024 · 0 comments · Fixed by #52895

Comments

@srlch
Copy link
Contributor

srlch commented Nov 14, 2024

The following summarizes the behavioral changes caused by this PR:

  1. New syntax to support Backup/Restore for External Catalog, here is the new part for it:
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

  1. For EXTERNAL CATALOG Backup/Restore, no db info and ON clause can be specified.
  2. Only one Backup/Restore job can be executed at the same time in the cluster.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants