Dinis Pimpão
Dinis Pimpão

Can confirm the same thing, I have a schedule to restart my server @ 5am and most of the times it crashes due to discord integration ```[12Apr2022 05:01:54.219] [modloading-worker-2/INFO] [STDOUT/]:...
nope... I'm not using anything now... we just have the chat in game
my bad...
Hi, Having some issues using this new version. When specifying `MONGO_HOST_TYPE=atlas` and setting `DB_HOST=clustername.id.mongodb.net`, the code from [line 379](https://github.com/tiredofit/docker-db-backup/blob/master/install/assets/functions/10-db-backup#L379) is preventing the backup from running, since you are trying to...
> Thanks for the report. `3.4.2` should resolve this. I have stripped the host availbility check when backing up with a `mongo+srv+ prefix. Thanks! I'll try it :)
> Thanks for the report. `3.4.2` should resolve this. I have stripped the host availbility check when backing up with a `mongo+srv+ prefix. It wasn't working, so I checked the...
>if you send a username and password in the URI - that would negate having to use the Mongo User and Pass variables I have following the URI? Yes. The...
Something must be wrong with this validation `if [ "${MONGO_HOST_TYPE,,}" != "atlas" ] || [ -n "${MONGO_CUSTOM_URI}" ]; then` My env vars: ``` environment: - DB_TYPE=mongo - MONGO_CUSTOM_URI=mongodb+srv://user_redacted:[email protected] ``` 
Pulled the new docker image and seems to be doing the same 🤔