I'm in the process of migrating our Loki storage from a Linux system running Minio S3 to a dedicated NAS solution also using S3. The issue that I'm running into is that the NAS does not support colons (:) in file names. That's no big deal as I can change the chunk_delimiter. But how would I move all of those existing chunks in the Minio S3 to the new NAS storage? I doubt it would be as simple as renaming all of the chunks and replacing the colons to hyphens. Has anybody have any experience with this?
I'm in the process of migrating our Loki storage from a Linux system running Minio S3 to a dedicated NAS solution also using S3. The issue that I'm running into is that the NAS does not support colons (:) in file names. That's no big deal as I can change the chunk_delimiter. But how would I move all of those existing chunks in the Minio S3 to the new NAS storage? I doubt it would be as simple as renaming all of the chunks and replacing the colons to hyphens. Has anybody have any experience with this?