If you can find a binary of mongoexport you can include it in your deployment in the build process - in this example https://gist.github.com/johnbeynon/a138d7b38bc45af62495a41c74809f07 I’m grabbing an archive and including it in the build so that it’s available in the final deployment,
Makes sense! I must admit creating the Docker image is a tough one here as I am using a monorepo with PNPM workspaces and shared code
For which system should I build the binary? Because I guess it depends on the OS used by Render.com (probably some Ubuntu or Alpine image)