Importing Minio Backup Data to OpenObserve

TLDR A needed to import minio backup data into OpenObserve from a sled database, whilst Hengfei helped to clarify their needs.

Photo of A
A
Wed, 12 Jul 2023 01:35:00 UTC

Using minio to store data, how to import the data backed up by minio to openobserve? How does openobserve load the exported data?

Photo of Hengfei
Hengfei
Wed, 12 Jul 2023 02:39:56 UTC

Do you want import parquet files into OpenObserve use minIO? Or, you want backup and restore data?

Photo of A
A
Wed, 12 Jul 2023 02:48:25 UTC

yes,I found that minio just saved the data, but the openObserve data is stored in the /data/zincobserve sled database. I want to re-import the minio backup data to openObserve after exporting it

Photo of A
A
Wed, 12 Jul 2023 02:50:28 UTC

i set `ZO_S3_PROVIDER=s3_minio` ,but it doesn't seem to work

Photo of A
A
Wed, 12 Jul 2023 05:36:45 UTC

备份还原的话,目前推荐的方案 1. 停机 2. 备份db文件夹 3. 启动 4. 传输db到新服务器 5. 复制minIO 6. 启动新服务器

Photo of A
A
Wed, 12 Jul 2023 05:40:31 UTC

```Thank you so much:grin:```