stashed / stash

🛅 Backup your Kubernetes Stateful Applications
https://stash.run
Other
1.32k stars 86 forks source link

Cassandra Backup/Restore #966

Open ahmedjami opened 5 years ago

ahmedjami commented 5 years ago

Hello, I have a question about tasks/functions on Stash, we are planning to use it for backup a cassandra database and want to know if we have to develop an addons (so follow the logic of addons like mysql...) or with tasks we can simply use a docker image that contains a specific cassandra commands and call them on Task Object ?

like mysqldump with mysql, we have to call sstableloder for cassandra.

hossainemruz commented 5 years ago

we are planning to use it for backup a cassandra database and want to know if we have to develop an addons (so follow the logic of addons like mysql...)

The whole point of adding addon mechanism in Stash to enable users to create custom addon. So, surely you can do it.

or with tasks we can simply use a docker image that contains a specific cassandra commands and call them on Task Object ?

It should work too.