mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 16:12:01 +00:00
99322feabe
to make reproducing the issue easier.
15 lines
393 B
XML
15 lines
393 B
XML
<clickhouse>
|
|
<storage_configuration>
|
|
<disks>
|
|
<backups>
|
|
<type>local</type>
|
|
<path>/var/lib/clickhouse/disks/backups/</path>
|
|
</backups>
|
|
</disks>
|
|
</storage_configuration>
|
|
<backups>
|
|
<allowed_disk>backups</allowed_disk>
|
|
<test_randomize_order>true</test_randomize_order>
|
|
</backups>
|
|
</clickhouse>
|