astra-cli icon indicating copy to clipboard operation
astra-cli copied to clipboard

[Feature] - Create backup of an Astra Database

Open clun opened this issue 2 years ago • 1 comments
trafficstars

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 avatar Mar 02 '23 14:03 clun

The on hold tag has been set, the feature is planned to be implemented at server side

clun avatar Jan 17 '25 10:01 clun