Update to v23.06

Update procedure for v23.06 version does not differ from the standard one, but requires migrations. After updating you should:

  1. Download the migration file to all ClickHouse instances.

    wget https://docs.mitigator.ru/kb/update2306/update2306.sql -O /srv/mitigator/update2306.sql
  2. Run migration:

    docker-compose exec -T clickhouse clickhouse-client -mn < update2306.sql

    Messages are printed only in case of errors. Report the error text to developers if you get it.

  3. Restart Carbon Clickhouse:

    docker-compose restart carbon-clickhouse