ClickHouse/tests/config/config.d/backups.xml
Azat Khuzhin 218b1f9c29 Add ability to throttle BACKUPs on per-server/backup basis
Server settings:
- backup_read_bandwidth_for_server
- backup_write_bandwidth_for_server

Query settings:
- backup_read_bandwidth
- backup_write_bandwidth

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-04-05 09:39:48 +02:00

7 lines
147 B
XML

<clickhouse>
<backups>
<allowed_disk>default</allowed_disk>
<allowed_path>/backups</allowed_path>
</backups>
</clickhouse>