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] - Clone an Astra Database #52

Open
clun opened this issue Mar 2, 2023 · 1 comment
Open

[Feature] - Clone an Astra Database #52

clun opened this issue Mar 2, 2023 · 1 comment

Comments

@clun
Copy link
Collaborator

clun commented Mar 2, 2023

  • Clone a keyspace (In same organization)
astra migration copy-keyspace
    --source-database mydb \
    --source-keyspace ks1 \
    --destination-database mydb2 \
    --destination-keyspace ks1
  • Clone a DB (In same organization)
astra migration copy-db \
   --from-database db1 \
   --to-database db2
@Jeremya
Copy link

Jeremya commented Mar 2, 2023

Suggestion: do you think we could use the term COPY instead of clone to stay in the existing Cassandra wording?

astra db copy-keyspace mydb \
    -k ks1 \
    --to-database mydb2 \
    --to-keyspace ks1

@clun clun closed this as completed Apr 7, 2023
@clun clun reopened this Apr 7, 2023
@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

2 participants