Reset Gemini Users back to default

Reset Gemini Users back to default

WARNING: This will remove all the users on the current units Keycloak and reset the default users first time sign in passwords. DONT SHARE WITH USERS.

  1. SSH into the edge that you need to reset the users on

    1. https://ouster.atlassian.net/wiki/spaces/SW/pages/73565896707

  2. navigate to the ouster docker directory

    cd /opt/ouster
  3. Disable Detect and all it’s containers

    sudo docker compose down
  4. Remove the detect pgdata volume

    sudo docker volume rm ouster_detect_pgdata
  5. Restart all the containers as daemons

    sudo docker compose up -d