Hi team, I am trying to update my SigNoz version. ...
# support
k
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
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
I tried 'git stash'
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.
it gives me error otel-collector-config.yaml no longer exist in main branch. How do i resolve it
n
Please follow these migration guides: https://signoz.io/docs/operate/migration/
Keep in mind that
You need to run these migration scripts step by step. For example if you are currently on
0.8.2
and want to migrate to
0.10.0
- you need to run migration script for
0.9
first and then
0.10