mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
fix
This commit is contained in:
parent
660ed26389
commit
53b9f15f53
@ -37,8 +37,8 @@ function configure
|
||||
while killall clickhouse-server; do echo . ; sleep 1 ; done
|
||||
echo all killed
|
||||
|
||||
sed -i 's/>db0<\/path>/>db\/left<\/path>/g' left/config.d/perf-comparison-tweaks-config.xml
|
||||
sed -i 's/>db0<\/path>/>db\/right<\/path>/g' right/config.d/perf-comparison-tweaks-config.xml
|
||||
sed -i 's/>db0<\/path>/>db\/left<\/path>/g' left/config/config.d/perf-comparison-tweaks-config.xml
|
||||
sed -i 's/>db0<\/path>/>db\/right<\/path>/g' right/config/config.d/perf-comparison-tweaks-config.xml
|
||||
|
||||
# Remove logs etc, because they will be updated, and sharing them between
|
||||
# servers with hardlink might cause unpredictable behavior.
|
||||
|
Loading…
Reference in New Issue
Block a user