You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In case of using stream, having an extra parameter for the temporary folder, instead of using __dirname, will fix this problem, since in cloud computing they usually make some paths availables (AWS for example we can specify '/tmp' for usage).
@thejager
If it is still relevant, my own solution for mongodb backup might help you.
In my design you can create connectors to data sources for the backup so you can create a connector of S3 or other cloud service and the data will be streamed right into there.
I hope it address your issue and will help you. https://github.com/lihaibh/mongodb-snapshot
Even when using streams, it uses the filesystem which makes it unsuitable for cloud platforms like Heroku and AWS Lambda.
The text was updated successfully, but these errors were encountered: