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] - Create backup of an Astra Database #49

Open
clun opened this issue Mar 2, 2023 · 0 comments
Open

[Feature] - Create backup of an Astra Database #49

clun opened this issue Mar 2, 2023 · 0 comments

Comments

@clun
Copy link
Collaborator

clun commented Mar 2, 2023

Before allowing to clone databases from the user interface it could be valuable for users to clone DB with backup/restore mechanism

  • Backup an Astra Database
astra db backup mydb \
  -k,--keyspace ks1
  --tables t1,2
  -d,--dest ./tmp
  • Backup an Astra Database Schema
astra db export-schema mydb \
  -k,--keyspace ks1
  --tables t1,2
  -d,--dest ./tmp
@clun clun modified the milestones: 0.5, 0.6 Nov 2, 2023
@clun clun removed this from the 0.6 milestone May 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant