You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/operations_/backup_restore/_snippets/_generic_settings.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
|`base_backup`| The destination of the base backup used for incremental backups. For example: `Disk('backups', '1.zip')`||
8
8
|`use_same_password_for_base_backup`| Whether base backup archive should inherit the password from the query. ||
9
9
|`structure_only`| If enabled, only backs up or restores the CREATE statements without the actual table data. ||
10
-
|`storage_policy`| Storage policy for the tables being restored. See ["using multiple block devices for data storage](../../engines/table-engines/mergetree-family/mergetree.md#table_engine-mergetree-multiple-volumes). Only applicable to the `RESTORE` command. Applies only to tables with an engine from the `MergeTree` family. ||
10
+
|`storage_policy`| Storage policy for the tables being restored. See ["using multiple block devices for data storage](/engines/table-engines/mergetree-family/mergetree#table_engine-mergetree-multiple-volumes). Only applicable to the `RESTORE` command. Applies only to tables with an engine from the `MergeTree` family. ||
11
11
|`allow_non_empty_tables`| Allows `RESTORE TABLE` to insert data into non-empty tables. This will mix earlier data in the table with the data extracted from the backup. This setting can therefore cause data duplication in the table, use with caution. |`0`|
12
12
|`backup_restore_keeper_max_retries`| Max retries for [Zoo]Keeper operations in the middle of a BACKUP or RESTORE operation. Should be big enough so the whole operation won't fail because of a temporary [Zoo]Keeper failure. |`1000`|
13
13
|`backup_restore_keeper_retry_initial_backoff_ms`| Initial backoff timeout for [Zoo]Keeper operations during backup or restore |`100`|
0 commit comments