diff --git a/docs/en/administration/management/FE_configuration.md b/docs/en/administration/management/FE_configuration.md index 1e5697561260b..4853ce7a730eb 100644 --- a/docs/en/administration/management/FE_configuration.md +++ b/docs/en/administration/management/FE_configuration.md @@ -4577,6 +4577,15 @@ ADMIN SET FRONTEND CONFIG ("key" = "value"); - Description: In each RESTORE operation, the maximum number of download tasks StarRocks assigned to a BE node. When this item is set to less than or equal to 0, no limit is imposed on the task number. - Introduced in: v3.1.0 +##### enable_colocate_restore + +- Default: false +- Type: Boolean +- Unit: - +- Is mutable: Yes +- Description: Whether to enable Backup and Restore for Colocate Tables. `true` indicates enabling Backup and Restore for Colocate Tables and `false` indicates disabling it. +- Introduced in: v3.2.10, v3.3.3 +