From 533502365ac4319b49464338e82c41ead108a862 Mon Sep 17 00:00:00 2001 From: s-sabitova Date: Fri, 20 Dec 2024 11:41:16 +0300 Subject: [PATCH] Update ydb/docs/en/core/reference/ydb-cli/export-import/_includes/tools_dump.md Co-authored-by: anton-bobkov --- .../reference/ydb-cli/export-import/_includes/tools_dump.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ydb/docs/en/core/reference/ydb-cli/export-import/_includes/tools_dump.md b/ydb/docs/en/core/reference/ydb-cli/export-import/_includes/tools_dump.md index f1f69624f26d..85e65daf4e51 100644 --- a/ydb/docs/en/core/reference/ydb-cli/export-import/_includes/tools_dump.md +++ b/ydb/docs/en/core/reference/ydb-cli/export-import/_includes/tools_dump.md @@ -27,7 +27,7 @@ The `tools dump` command dumps the database data and objects schema to the clien `--save-partial-result`: Don't delete the result of partial dumping. Without this option, the dumps that terminated with an error are deleted. -`--preserve-pool-kinds`: If this option is enabled, `tools dump` command saves storage device types specified for column groups of the tables to the dump (see `DATA` parameter in [Column groups](https://ydb.tech/docs/en/yql/reference/syntax/create_table/family) for the reference). To import such a dump, same [storage pools](https://ydb.tech/docs/en/concepts/glossary#storage-pool) must be present in the database. If at least one storage pool is missing, the import procedure will end with an error. By default this option is disabled, and the import procedure will use the default storage pool that was specified at the moment of database creation (see [Creating a database](https://ydb.tech/docs/en/devops/manual/initial-deployment#create-db) for the reference). +`--preserve-pool-kinds`: If this option is enabled, the `tools dump` command saves storage device types specified for column groups of the tables to the dump (see the `DATA` parameter in [Column groups](https://ydb.tech/docs/en/yql/reference/syntax/create_table/family) for the reference). To import such a dump, the same [storage pools](https://ydb.tech/docs/en/concepts/glossary#storage-pool) must be present in the database. If at least one storage pool is missing, the import procedure will end with an error. By default this option is disabled, and the import procedure will use the default storage pool that was specified at the moment of database creation (see [Creating a database](https://ydb.tech/docs/en/devops/manual/initial-deployment#create-db) for the reference). `--ordered`: Rows in the exported tables will be sorted by the primary key.