Update to v23.11
Update procedure for v23.11 version does not differ from the standard one. But it’s necessary to execute additional steps.
Graphana update
The default Collector dashboard has been changed. Execute steps for update dashboard:
Info
• User dashboards will be removed.
Go to
/srv/collector/
directory:cd /srv/collector/
Stop Collector:
docker-compose down
Remove Grafana volume:
docker volume rm collector_grafana
Start Collector:
docker-compose up -d
ClickHouse update
The way data is stored in the database has changed. You have to run a migration script converting the historical data. To do that:
Download the script.
wget https://docs.mitigator.ru/collector/v24.07/maintenance/update2311-migrate.sh -O /srv/collector/update2311-migrate.sh
Go to
/srv/collector/
directory:cd /srv/collector/
Run the script:
bash update2311-migrate.sh
Info
The script may take a long time to complete some operations.