-
I've set up a project on the free tier. It seemed to be working well but has suddenly stopped database connections. Here is a sample from a psql connection that has worked fine previously.
Sent a support ticket but understandably got an email saying free users should come here. Any ideas? I'd set up two projects and got an email saying one was paused due to inactivity (no problems, as expected). No emails for this one though. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
I misconfigured a new service and used the host as the username. I suspect there must be a ban period for failed attempts to stop brute force attacks. I locked my IP out as it started working again after some time for existing services, and then failed with the same error when I tried to run the new service again. EDIT: The team answered the email anyway and confirmed. In case anyone else finds this and needs to know, your IP will be blocked for 30 mins after two failed attempts to login to a database. You can unban your IP using the CLI (neat!) |
Beta Was this translation helpful? Give feedback.
-
Please how can i fix this error log: FATAL: remaining connection slots are reserved for non-replication superuser connections |
Beta Was this translation helpful? Give feedback.
-
each time i try connecting to postgresql via supabase edge, i get the error ConnectionParamsError: Missing connection parameters: database, user. here is my database url postgresql://postgres:[email protected]:5432/postgres |
Beta Was this translation helpful? Give feedback.
I misconfigured a new service and used the host as the username. I suspect there must be a ban period for failed attempts to stop brute force attacks. I locked my IP out as it started working again after some time for existing services, and then failed with the same error when I tried to run the new service again.
EDIT: The team answered the email anyway and confirmed. In case anyone else finds this and needs to know, your IP will be blocked for 30 mins after two failed attempts to login to a database. You can unban your IP using the CLI (neat!)