Closed harmen91 closed 5 years ago
Hi harmen,
this seems to happen if the mongo-db doesn't gets stopped nicely. I had this e.g. when there was an power outage.
My dumb and easy solution was to remove the mongo-db container. Something like
docker stop
But you will loose your data inside your MongoDB when doing so. Sure there will be a better way to repair the MongoDB, but I did no research how this could be done.
Maybe some mongodb expert can help here.
Hope this helps.
Allright thanks for the reply. That method seems to work for now.
Great - and merry xmas!
Thanks you 2
Hi dhermanns,
rpinightscout_mongo_1 keeps restarting
Everything works fine on the first install, but after a reboot nightscout is unable to connect to the database it seems
docker ps: Restarting (100) 46 seconds ago rpinightscout_mongo_1
Thanks for your amazing work btw