Trying to export data after completing other selfhost processes, we have whitelisted our IP on Moralis but keep getting âconnection to ip:port closedâ. Initially it was connection refused when we didnât whitelist an IP, after whitelisting IP we got connection closed error. We tried with mongodump as well as with script
mongodump mongodb://moralisip:port --db=parse
Failed: can't create session: could not connect to server: server selection error: server selection timeout, current topology: { Type: Single, Servers: [{ Addr: ip:port, Type: Unknown, Last error: connection() error occurred during connection handshake: connection(ip:port[-64]) incomplete read of message header: read tcp ip:port->ip:port: read: connection reset by peer }, ] }