Hi team,
I am trying to update my SigNoz version. How can I upgrade it without losing data or causing any downtime? Has anyone here had experience upgrading SigNoz?
Current verison: v0.54.0
Khuslen
05/28/2025, 3:10 AM
Copy code
git checkout main
error: Your local changes to the following files would be overwritten by checkout:
deploy/docker/clickhouse-setup/otel-collector-config.yaml
Please commit your changes or stash them before you switch branches.
Aborting
Khuslen
05/28/2025, 3:11 AM
I tried 'git stash'
Khuslen
05/28/2025, 3:13 AM
Copy code
git stash pop
CONFLICT (modify/delete): deploy/docker/clickhouse-setup/otel-collector-config.yaml deleted in Updated upstream and modified in Stashed changes. Version Stashed changes of deploy/docker/clickhouse-setup/otel-collector-config.yaml left in tree.
On branch main
Your branch is up to date with 'origin/main'.
Unmerged paths:
(use "git restore --staged <file>..." to unstage)
(use "git add/rm <file>..." as appropriate to mark resolution)
deleted by us: docker/clickhouse-setup/otel-collector-config.yaml
Untracked files:
(use "git add <file>..." to include in what will be committed)
docker/clickhouse-setup/1
no changes added to commit (use "git add" and/or "git commit -a")
The stash entry is kept in case you need it again.
Khuslen
05/28/2025, 3:15 AM
it gives me error otel-collector-config.yaml no longer exist in main branch. How do i resolve it
SigNoz is an open-source APM. It helps developers monitor their applications & troubleshoot problems, an open-source alternative to DataDog, NewRelic, etc.