stefanprodan / mgob

MongoDB dockerized backup agent. Runs schedule backups with retention, S3 & SFTP upload, notifications, instrumentation with Prometheus and more.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No backup plans found in /config error

yosua-salim opened this issue · comments

Trying to install mgob for very first time and running this command:

docker run -dp 8090:8090 --name mgob \
    -v "/mgob/config:/config" \
    -v "/mgob/storage:/storage" \
    -v "/mgob/tmp:/tmp" \
    -v "/mgob/data:/data" \
    stefanprodan/mgob \
    -LogLevel=info

The container stops and I encounter this error in the docker logs:
level=fatal msg="No backup plans found in /config"

I have created the config folder inside mgob folder, adding the yaml file and the error still persist.

Beside that, please provide complete, step by step installation guide as I'm afraid I missed some configurations. Thanks!