From 383177a7c5ac6289dcae50b3cb3b966e77b64022 Mon Sep 17 00:00:00 2001 From: Kirill Shklyaev Date: Tue, 23 Jan 2024 20:00:55 +0000 Subject: [PATCH] Added warning about switching to new s3 backend --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 6995e58..11b2aa9 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,9 @@ Self-host for any-sync, designed for review and testing purposes. > [!IMPORTANT] > please don't use it for production! +> [!WARNING] +> Starting from release version v2.0.1, we have transitioned from the **s3-emulator** to **minio** as the data storage for any-sync-filenode. Please note that this change will result in the loss of any-sync-filenode data (stored at the path `./storage/s3_root`). + ## Prepare * install docker and docker-compose https://docs.docker.com/compose/install/linux/