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

lightning: support import from azure blob #56606

Open
D3Hunter opened this issue Oct 12, 2024 · 0 comments
Open

lightning: support import from azure blob #56606

D3Hunter opened this issue Oct 12, 2024 · 0 comments
Labels
type/feature-request Categorizes issue or PR as related to a new feature.

Comments

@D3Hunter
Copy link
Contributor

Feature Request

Is your feature request related to a problem? Please describe:

now we have need to support import from azure blob, especially on cloud. The external storage API already supported azure blob, and BR which shares the same external storage as lightning already support azure blog afficially https://docs.pingcap.com/tidb/stable/backup-and-restore-storages. so enable azure for lightning should be fine, but need more test, right now lightning have a check that refuse to import azure

supportedStorageTypes = []string{"file", "local", "s3", "noop", "gcs", "gs"}

Describe the feature you'd like:

Describe alternatives you've considered:

Teachability, Documentation, Adoption, Migration Strategy:

@D3Hunter D3Hunter added the type/feature-request Categorizes issue or PR as related to a new feature. label Oct 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/feature-request Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

1 participant