Downgrade docker installation

The minimum version to which downgrading is possible is 1.4.x.

Before Steps

Make sure you have a backup of the target version to downgrade.

Downgrade Plan

  1. Stop application inside container

    docker exec ginc-radar ginc-radar-ctl stop app
  2. Clean persistent data

    docker exec -it ginc-radar ginc-radar-ctl clean
  3. Kill Ginc Radar container

  4. Install version you need

  5. Restore from backup