Hey team :wave: I'm setting up SigNoz locally and...
# contributing
s
Hey team 👋 I'm setting up SigNoz locally and running into an issue. The
schema-migrator-sync
container keeps restarting with an error: Error: failed to bootstrap migrations: failed to create dbs code: 999, message: Cannot use any of provided ZooKeeper nodes I noticed that the ZooKeeper container doesn't seem to be running at all after running
make devenv-clickhouse
. Any idea why it's not starting or how I can debug this? Thanks in advance!
n
Hey @Sai thanush Reddy, could please try with restarting the containers once
s
Yeah i tried it like three to four times but got the same every time..
n
yeah, zookeeper is not being able to run. what's status of the containers?
s
@Nagesh Bansal, the ZooKeeper container is failing due to a permission issue when trying to create the
/bitnami/zookeeper/data
directory. The Schema Migrator Sync container is continuously restarting as a result. Clickhouse is up and healthy.
@Nagesh Bansal got any updates..?
a
I'm also facing similar issue