HuskieRobotics / SPOT

Apache License 2.0
25 stars 21 forks source link

AWS AMI local mongo database not starting #79

Open rwlee opened 1 year ago

rwlee commented 1 year ago

I followed the instructions for AWS and the local mongodb database does not appear to be running in the IAM.

gcschmit commented 1 year ago

I will look into the issue and generate a new AWS AMI for this year's release. You could check if mongo is running and, if not, restart it with:

sudo systemctl status mongod
sudo systemctl restart mongod