From b5e35d65dada30cf2470f03da2455af513419b1b Mon Sep 17 00:00:00 2001 From: Mithun p <33917786+mithunputhusseri@users.noreply.github.com> Date: Wed, 6 Nov 2024 22:19:50 +0530 Subject: [PATCH] Update ReadMe.md incorporated changes --- ReadMe.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ReadMe.md b/ReadMe.md index 2d4913f1..1bf8e44e 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -119,7 +119,7 @@ general: restore_schema_on_cluster: "" upload_by_part: true # UPLOAD_BY_PART download_by_part: true # DOWNLOAD_BY_PART - use_resumable_state: true # USE_RESUMABLE_STATE, allow resume upload and download according to the .resumable file + use_resumable_state: true # USE_RESUMABLE_STATE, allow resume upload and download according to the .resumable file. Resumable state is not supported for custom method in remote storage. # RESTORE_DATABASE_MAPPING, restore rules from backup databases to target databases, which is useful when changing destination database, all atomic tables will be created with new UUIDs. # The format for this env variable is "src_db1:target_db1,src_db2:target_db2". For YAML please continue using map syntax @@ -320,7 +320,6 @@ custom: delete_command: "" # CUSTOM_DELETE_COMMAND list_command: "" # CUSTOM_LIST_COMMAND command_timeout: "4h" # CUSTOM_COMMAND_TIMEOUT - # Resumable state is not supported for custom method. Disable it by setting param use_resumable_state=false. api: listen: "localhost:7171" # API_LISTEN enable_metrics: true # API_ENABLE_METRICS