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.
SSH into the edge that you need to reset the users on
navigate to the ouster docker directory
cd /opt/ousterDisable Detect and all it’s containers
sudo docker compose downRemove the detect pgdata volume
sudo docker volume rm ouster_detect_pgdataRestart all the containers as daemons
sudo docker compose up -d