Dokploy / dokploy

Open Source Alternative to Vercel, Netlify and Heroku.
https://dokploy.com/
Other
7.3k stars 364 forks source link

MongoDB backup is empty in output pipeline #505

Open SergiyIva opened 4 days ago

SergiyIva commented 4 days ago

What problem will this feature address?

I'm set up mongodb v7 and it return empty stream after executing mongodump command.

Describe the solution you'd like

If we add --archive option in command it will fix the issue.

Describe alternatives you've considered

Maybe we can add some append options like in docker-compose build field?

Additional context

No response

Siumauricio commented 4 days ago

Hey @SergiyIva are you using the mongo db dedicated service?

SergiyIva commented 3 days ago

@Siumauricio Actually, I connect my mongodb instance from docker-compose 😅 It's successfully make dump with execution your mongodump command as I can see by logs, but when it goes to rclone the stream is empty.