Hi, just installed standalone version on docker/ub...
# general
d
Hi, just installed standalone version on docker/ubuntu. After reboot containers are down. I could change
compose...yaml
to
restart:always
but then I will have conflict with new updated version on git and git pull will be shout on me. How to do it without dangling with files from git?
v
@Prashant Shahi ^
@Prashant Shahi ^
d
@Prashant Shahi please help :(
p
It is a known issue that some of the containers go down when the machine reboots (expected or unexpected).
You could create your own
custom-main
branch and sync upstream
main
whenever desired.
Or make sure that instruction to bring up SigNoz cluster is added to your machine startup script.
d
Thanks for the response. Can I ask why
restart
setting in docker-compose is not set as
always
? 🙂
k
@Vishal Sharma @Prashant Shahi The ability for Signoz to come back online properly after system reboot is key for production system. If AWS were to reboot our EC2 instance running Signoz for any reason (e.g. faulty hardware), we might not know Signoz was not running until we tried to access Signoz, potentially losing many hours of metrics/logs. We would appreciate if Signoz team could look into this for an upcoming release to enhance reliability.