Open fcpimenta opened 3 weeks ago
not able to reproduce the error
$ git status
On branch main
Your branch is up to date with 'origin/main'.
$ curl localhost:3301/api/v1/version
{"version":"v0.57.0","ee":"Y","setupCompleted":false}
can you share the output of docker ps
and the latest git commit hash?
Hi Prashant,
I've got a clue.
When checking the branches, I saw that up until release v.0.55, there was only one docker compose file (signoz/deploy/docker/clickhouse-setup/docker-compose.yaml). Starting with v.0.56, two new files appeared (signoz/deploy/docker/clickhouse-setup/docker-compose-minimal.yaml and signoz/deploy/docker/clickhouse-setup/test-app-docker-compose.yaml).
When upgrading, it seems that my docker compose file is not overwritten and is stucked at v0.56. I have not seen any information about this change.
How should I fix it?
Bug description
After update to v0.57.0, the front end remains at v0.56.0.
Please describe.
If this affects the front-end, screenshots would be of great help.
Expected behavior
You expect to see the correct version on the dashboard, as with other versions.
How to reproduce
Do the normal installation:
Version information
Additional context
Thank you for your bug report – we love squashing them!