Dave Conroy

Results 361 comments of Dave Conroy

I agree with your opinion. I can do that. Help me understand, if you send a username and password in the URI - that would negate having to use the...

Perfect, thanks for the input here. Let me give this a think over the next 24 hours and come up with a way forward.

In https://github.com/tiredofit/docker-db-backup/commit/a377f570f16716b553d1493c44d7a78bd70e5226 I've added support for a `MONGO_CUSTOM_URI` environment variable. I had to do some parsing of the URI string for filename generation, but also left the parsed variables in...

Thanks for feedback. Pushing new `develop` with proper variable check.

That's bizarre, I had switched it to this: ` if [ "${MONGO_HOST_TYPE,,}" != "atlas" ] || [ -z "${MONGO_CUSTOM_URI}" ]` For time being I am going to strip any host...

Thanks, looking into and will have a fix momentarily.

Right - Next `:develop` will fix and work :)

Awesome. I'm going to do that one right now - If you wanted to check the new `:develop` and we pass we should be good to move this to master...

Interesting. Can I get some of the environment variables you are using? I can't seem to recreate this whatsoever.

New `:develop` is ready - I stripped the `||` OR Statement as I'm clearly not capable this week of building those :)