Local disks are supported, but each TiKV node needs to have disks with the same name, or you can directly use NFS. It also supports all S3 protocol cloud storage, and self-built MinIO is also fine.
I think using the MinIO S3 protocol for backups is the simplest, as it doesn’t require operations on each TiKV.
The most common and simplest way is to find an idle server disk, set up an NFS share, and then mount it to all KV nodes.
If Kingsoft Cloud KS3 also supports the S3 protocol, can it be used?
The official team probably hasn’t tested Kingsoft Cloud KS S3, but theoretically, anything compatible with S3 should work. For example, I use Tencent Cloud here. Ultimately, it’s best to rely on your own actual test results.
Sure, as long as it supports the S3 protocol.
NFS is fine, the local hard drive will definitely work.
I think connecting a NAS is the most convenient.
I suggest testing it yourself~
Directly mount the backup server directory locally.
The local disk video mentioned that merging is required, which also adds to the operational steps.
As long as it’s data, it should be supported.
Setting up a local shared drive is the safest option, and data recovery is also fast. This is assuming you are not considering off-site backups.
All S3-compatible systems are supported, including local storage. If you want to use local storage, you can set up a distributed file sharing system. You can refer to the following link: https://juejin.cn/post/7265598703746580516