How to access MongoDB

Hi,

I’ve followed the steps from the docs and successfully deployed a pserv mongo.
Now, I’m wondering how can I access the data from the outside (if I need to) and how can I backup into my personal computer (for dev reasons)?

Hi there,

Private services, by their nature, are not accessible from the internet, that being said you can make use of services like TailScale and deploy a TailScale router (GitHub - render-examples/tailscale: Tailscale Subnet Router on Render) into your account and connect your local machine to the TailScale network, and then you can access the private services in your account as if they were local.

John B