From ec2e36c4cf51395382cd65f7e5f3e7a306548e07 Mon Sep 17 00:00:00 2001 From: sevirov <72220289+sevirov@users.noreply.github.com> Date: Fri, 1 Oct 2021 20:24:31 +0300 Subject: [PATCH] Update docs/en/operations/storing-data.md Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com> --- docs/en/operations/storing-data.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/operations/storing-data.md b/docs/en/operations/storing-data.md index 030c53eebea..a0d13d4efb9 100644 --- a/docs/en/operations/storing-data.md +++ b/docs/en/operations/storing-data.md @@ -311,7 +311,7 @@ If a query fails with an exception `DB:Exception Unreachable URL`, then you can To get files for upload run: `clickhouse static-files-disk-uploader --metadata-path --output-dir ` (`--metadata-path` can be found in query `SELECT data_paths FROM system.tables WHERE name = 'table_name'`). -When loading files by `endpoint` they must be loaded into `/store/` path, but config must contain only `endpoint`. +When loading files by `endpoint`, they must be loaded into `/store/` path, but config must contain only `endpoint`. If URL is not reachable on disk load when the server is starting up tables, then all errors are caught. If in this case there were errors, tables can be reloaded (become visible) via `DETACH TABLE table_name` -> `ATTACH TABLE table_name`. If metadata was successfully loaded at server startup, then tables are available straight away.