Update to v23.06
Update procedure for v23.06 version does not differ from the standard one, but requires migrations. After updating you should:
- 
Download the migration file to all ClickHouse instances. wget https://docs.mitigator.ru/kb/update2306/update2306.sql -O /srv/mitigator/update2306.sql
- 
Run migration: docker-compose exec -T clickhouse clickhouse-client -mn < update2306.sqlMessages are printed only in case of errors. Report the error text to developers if you get it. 
- 
Restart Carbon Clickhouse: docker-compose restart carbon-clickhouse