I failed to update Signoz from 0.58.0 to 0.64.0. I...
# support
j
I failed to update Signoz from 0.58.0 to 0.64.0. I first successfully migrated to 0.63.0. Then I followed the migration steps linked in the release notes of 0.64.0. When I executed the Docker command linked at https://signoz.io/docs/operate/migration/upgrade-0.64#for-docker-3, it failed with this log output:
Copy code
# docker logs -f signoz-migrate-64-data
2025-02-25T17:08:08.596Z        INFO    migrate/main.go:488     Count of index table: 130953592
2025-02-25T17:08:08.596Z        INFO    migrate/main.go:489     Count of spans table: 75048216
2025-02-25T17:08:08.596Z        FATAL   migrate/main.go:492     Count delta between index table and spans table is more than allowed delta
In a 2nd attempt I stopped all containers except of the clickhouse container, but I still got the same results. I'd appreciate help to help me upgrade the data.
c
Increate
-count_delta_allowed=10000
setting of the cli seems to help.