Which aspect specifically doesn’t work on Windows?...
# support
s
Which aspect specifically doesn’t work on Windows? We have some customers on Windows for an on-prem installation. Is docker on Windows an option to install SigNoz?
v
@Prashant Shahi
p
There is issue related to volume mounting in Windows that you could resolve by switching to Docker Volume. Refer to this PR: https://github.com/SigNoz/signoz/pull/1869/commits/f71b3c9a7c69f016d7e98a03d3e097f1d4a90433
cc @Ankit Nayan
s
@Prashant Shahi @Vishal Sharma with the change mentioned in the PR will SigNoz work as expected on Docker Windows? Before I give it a try I wanted to confirm here since the documentation says SigNoz is not supported on Windows. And in my usecase I’m looking to install SigNoz in production environment on customers Windows machines
p
with the change mentioned in the PR will SigNoz work as expected on Docker Windows?
Not that sole change, but similar changes to
./data/*
volume mounts should make it run on Docker Windows. Haven't tested with latest signoz version, but I had tested this in Windows when that specific PR was raised.
documentation says SigNoz is not supported on Windows
yes, SigNoz officially does not support windows. So, no out of box installation support or maintenance promise.
s
Hopefully it’s on the roadmap
p
@Sanjiv Unfortunately, it's not there at the moment. Please create an issue in SigNoz GitHub repository for windows support. So that I can bring it up with team to discuss and assert on its importance for the users.