near / near-indexer-for-explorer

Watch NEAR network and store all the data from NEAR blockchain to PostgreSQL database
https://near-indexers.io/docs/projects/near-indexer-for-explorer
GNU General Public License v3.0
123 stars 56 forks source link

Connection Issues to public db #220

Closed nvk8sbf closed 2 years ago

nvk8sbf commented 2 years ago

Hi- I've been having trouble connecting to the mainnet db for several days now (postgres://public_readonly:nearprotocol@mainnet.db.explorer.indexer.near.dev/mainnet_explorer). Problem didn't start until this past weekend. Tested from 3 different computers at 3 different locations, getting same error:

connection to server at "mainnet.db.explorer.indexer.near.dev" (35.189.204.60), port 5432 failed: Connection timed out (0x0000274C/10060) Is the server running on that host and accepting TCP/IP connections?

AngelBlock commented 2 years ago

The same issue :(

code: 'ETIMEDOUT'
address: '35.189.204.60'
port: 5432
frol commented 2 years ago

I hope we have patched the issue with our pgbouncer that we use for public access. Please, feel free to re-open this issue if you bump into it again.

nvk8sbf commented 2 years ago

connection came back up around the beginning of the month. Not sure when it happened but back down today. Getting the same error again.