Re: Backup cassandra and restore. Best practices

2021-04-07 Thread Alexander Nikolaev
Oh, yes you're right. Sorry for my inattention. I'll check it out. Thank you all! I really appreciate it With Best Regards   Alexander N. вторник, 6 апреля 2021 г., 13:50:45 GMT+3, Alexander DEJANOVSKI написал(-а): Yes, Minio is supported by Medusa through the S3 compatible backend.I

Re: Backup cassandra and restore. Best practices

2021-04-06 Thread Alexander Nikolaev
Thank you, Erick!This is a useful tool, but we look for smth that could store backups in local S3 (like minio), not Amazon or else..If I correctly understand, Medusa can't do it. Nevertheless, thank you for your response! With Best RegardsAlexander N. вторник, 6 апреля 2021 г., 11:35:40 GMT+

Re: Backup cassandra and restore. Best practices

2021-04-06 Thread Alexander DEJANOVSKI
Yes, Minio is supported by Medusa through the S3 compatible backend. I reckon we need to update the docs with a guide on setting up those backends, but it's pretty much the same as ceph s3 rgw in configuring your medusa.ini : - use s3_compatible as storage backend - set the host, port and region se

Re: Backup cassandra and restore. Best practices

2021-04-06 Thread Erick Ramirez
Minio is a supported type -- https://github.com/apache/libcloud/blob/trunk/libcloud/storage/types.py#L108 On Tue, 6 Apr 2021 at 20:29, Erick Ramirez wrote: > This is a useful tool, but we look for smth that could store backups in >> local S3 (like minio), not Amazon or else.. >> > > As I stated

Re: Backup cassandra and restore. Best practices

2021-04-06 Thread Erick Ramirez
> > This is a useful tool, but we look for smth that could store backups in > local S3 (like minio), not Amazon or else.. > As I stated in my response, Medusa supports any S3-like storage that the Apache Libcloud API can access. See the docs I linked. Cheers!

Re: Backup cassandra and restore. Best practices

2021-04-06 Thread Bowen Song
Medusa /Support for local storage, Google Cloud Storage (GCS) and AWS S3 through //Apache Libcloud //. Can be extended to support other storage providers supported by Apache Libcloud,/ and Apache Libcloud supports minio

Re: Backup cassandra and restore. Best practices

2021-04-06 Thread Erick Ramirez
I'd recommend using Medusa ( https://github.com/thelastpickle/cassandra-medusa/wiki) -- an open-source tool which automates backups and has support for archiving to S3, Google Cloud and any S3-like storage. Cheers! >