[Help]: Attempting update on bone stock Ubuntui + Portainer install... #661
-
Controller Version5.15.24.19 Describe Your Issue or QuestionI am trying to following the very well written directions step by step, and something about volumes or locations or commands is just not clicking. I get this error: ERROR: could not find MongoDB related files in '/opt/tplink/EAPController/data/db' (did you mount 'data' into the container using the same path as you run for the controller?) This is the pertinent information on my Omada setup within Docker: stephen@914homelab:/$ sudo docker volume inspect omada-stack_omada-data I am sure I am missing something EXTREMELY simple. Would appreciate any help. Expected BehaviorWhen I try the command: docker run -it --rm I expect the update to happen. Steps to Reproducedocker run -it --rm How You're Launching the ContainerContainer LogsMongoDB LogsNo response Additional ContextNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Replace omada-data with omada-stack_omada-data as that’s your actual volume name. I need to update the instructions to provide a command with compose o give you the volume name because I forgot how compose adds in the project name into it. |
Beta Was this translation helpful? Give feedback.
Replace omada-data with omada-stack_omada-data as that’s your actual volume name. I need to update the instructions to provide a command with compose o give you the volume name because I forgot how compose adds in the project name into it.