Dinis Pimpão

Results 23 comments of Dinis Pimpão

![screenshot_1](https://user-images.githubusercontent.com/8941012/51087139-037ab100-1747-11e9-80db-350a2d94fcf5.png)

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

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] ``` ![image](https://user-images.githubusercontent.com/8941012/191342881-62b1bbda-22d2-4b5c-abdc-7878b2723fa9.png)

Pulled the new docker image and seems to be doing the same 🤔