guys I have a problem with the clickhouse containe...
# general
r
guys I have a problem with the clickhouse container in docker with this error, I deleted all the volumes already but even so when I run
docker compose up -d
this container does not go up
I uncommented the merge tree and increased the
max_suspicious_broken_parts
in the
clickhouse-config.xml
file to 100 and the service starts normally it was like this:
<merge_tree
<max_suspicious_broken_parts>100</max_suspicious_broken_parts>
</merge_tree>
p
hey @Roberto Which version of SigNoz are you using?
r
v0.22.0