Automatic database backup

Hello.
I would like to know how to make automatic backups in my database and their respective steps.

Thank you.

Hello,

I donโ€™t have the exact steps.
This may help you:

https://docs.moralis.io/moralis-dapp/database/direct_access

as an idea you have to connect directly to mongodb, and dump the data from there

1 Like

Thanks.

Now, I am getting this error when trying to connect: raise AutoReconnect(msg) from error
pymongo.errors.AutoReconnect: 147.xxx.xxx.xxx:xxxxx: [Errno 104] Connection reset by peer
.

Iโ€™m not sure if itโ€™s because of the IP. What tool could I use to know what my correct IP is?

you can use google to find out your public IP, just search what is my public IP on google