Update to v25.06

Update procedure to version v25.06 requires additional actions after the standard steps.

  1. Download the script:

    wget https://docs.mitigator.ru/collector/master/maintenance/update/update2506-migrate.py -O /srv/collector/update2506-migrate.py
  2. Navigate to the /srv/collector/ directory:

    cd /srv/collector/
  3. Run the script:

    python3 update2506-migrate.py

    If you previously applied data volume reduction operations, specify parameters via script arguments:

    python3 update2506-migrate.py \
        --zstd8-interval "1 MONTH" \
        --zstd15-interval "6 MONTH" \
        --delete-interval "1 YEAR"
Info

The script may take a long time to complete some operations.
While the script is running, the collector is fully operable.
The script could be stopped and restarted later.