Is there any way to use mongodb database tools in google cloud app engine for nodejs application

80 views Asked by At

I am trying to take backup of my MongoDb M0 cluster database using nodeJS. It is working in my local machine because mongodb database tool is installed in my local machine. But when i uploaded into google cloud app engine, getting error such /bin/sh: 1: mongodump: not found. I think this error is because of lack of mongodb database tools. So how can i fix this issue. Is there any other way to take mongo dump from cloud app engine ?

DEFAULT 2023-12-20T09:23:40.555945Z stderr: DEFAULT 2023-12-20T09:23:40.555973Z /bin/sh: 1: mongodump: not found DEFAULT 2023-12-20T09:23:40.556945Z Process exit with code: 127

these are the errors i am getting

0

There are 0 answers