Hi all, this is my first attempt at SigNoz. I'm running on Ubuntu, and I've used the installer scrip...
e
Hi all, this is my first attempt at SigNoz. I'm running on Ubuntu, and I've used the installer script, but no joy:
Copy code
webserver@webserver:~/signoz/deploy$ ./install.sh

šŸ‘‹ Thank you for trying out SigNoz!

🟔 Running installer with non-sudo permissions.
   In case of any failure or prompt, please consider running the script with sudo privileges.

šŸŒ Detecting your OS ...

🐳 Starting Docker ...



🟔 Pulling the latest container images for SigNoz.

ERROR: The Compose file '././docker/clickhouse-setup/docker-compose.yaml' is invalid because:
services.otel-collector.depends_on.otel-collector-migrator.condition contains "service_completed_successfully", which is an invalid type, it should be a service_started, or a service_healthy
services.query-service.depends_on.otel-collector-migrator.condition contains "service_completed_successfully", which is an invalid type, it should be a service_started, or a service_healthy
šŸ”“ The containers didn't seem to start correctly. Please run the following command to check containers that may have errored out:

 docker-compose -f ./docker/clickhouse-setup/docker-compose.yaml ps -a
Please read our troubleshooting guide <https://signoz.io/docs/install/troubleshooting/>
or reach us for support in #help channel in our Slack Community <https://signoz.io/slack>
++++++++++++++++++++++++++++++++++++++++

šŸ“Ø Please share your email to receive support with the installation
I've attempted the troubleshooting guide, but I can't run something like this it seems:
Copy code
sudo docker-compose -f ./docker/clickhouse-setup/docker-compose.yaml ps -a
the output is:
Copy code
webserver@webserver:~/signoz/deploy$  docker-compose -f ./docker/clickhouse-setup/docker-compose.yaml ps -a
List containers.

Usage: ps [options] [SERVICE...]

Options:
    -q, --quiet          Only display IDs
    --services           Display services
    --filter KEY=VAL     Filter services by a property
Anyone a suggestion what I could try?
n
What version of docker-compose are you using? you might be using a old version of it
e
Hi @nitya-signoz thanks for your message. It seems you're right, I'm not running an old version, I'm running an ancient version!
Copy code
docker-compose version 1.22.0, build f46880fe
I'll fix that, and come back if I need more help. Thanks!