hi the signoz-clickhouse container is throwing the...
# general
d
hi the signoz-clickhouse container is throwing the following error when I am trying to setup signoz using the docker compose
Copy code
(version 24.1.2.5 (official build))
Processing configuration file '/etc/clickhouse-server/config.xml'.
Poco::Exception. Code: 1000, e.code() = 13, Access to file denied: /etc/clickhouse-server/config.xml, Stack trace (when copying this message, always include the lines below):

0. Poco::FileAccessDeniedException::FileAccessDeniedException(String const&, int) @ 0x0000000015468529 in /usr/bin/clickhouse
1. Poco::FileImpl::handleLastErrorImpl(String const&) @ 0x0000000015469b70 in /usr/bin/clickhouse
2. ? @ 0x000000001546b506 in /usr/bin/clickhouse
d
check your local file permissions as it's "mounted" in the container - your local config file is
signoz/deploy/docker/clickhouse-setup/clickhouse-config.xml
👍 1
d
thanks @Darren Smith changing the permission worked
d
glad to hear that 🙂
d
but right now getting issue with otel-migrator not running
d
it only runs once from memory and then shuts down again - it's just used to prepare your clickhouse server to have database schema schema
👍 1
if you use docker exec -it <clickhouse-db-docker-id> sh you can run "clickhouse-client" and "show databases" to see if you have signoz db's there
d
yes its there
d
awesome, it worked then 😄
👀 1