[bot] sync troubleshooting guides to db (#32893)

Co-authored-by: github-docs-sync-bot <github-docs-sync-bot@supabase.com>
This commit is contained in:
github-actions[bot]
2025-01-18 01:36:49 +00:00
committed by GitHub
parent 7837deee41
commit c2ece15f22
4 changed files with 15 additions and 11 deletions

View File

@@ -2,8 +2,9 @@
title = "Database Error: remaining connection slots are reserved for non-replication superuser connections"
github_url = "https://github.com/orgs/supabase/discussions/13995"
date_created = "2023-04-27T10:39:24+00:00"
topics = ["database"]
keywords = ["connections", "connection slots", "reserved", "superuser"]
topics = [ "database" ]
keywords = [ "connections", "connection slots", "reserved", "superuser" ]
database_id = "b3a73631-0b8d-460d-8033-28df88d26d75"
[[errors]]
message = "remaining connection slots are reserved for non-replication superuser connections"

View File

@@ -1,18 +1,19 @@
---
title = 'Error: "Connection refused" when trying to connect to Supabase database'
title = "Error: \"Connection refused\" when trying to connect to Supabase database"
github_url = "https://github.com/orgs/supabase/discussions/14929"
date_created = "2023-06-09T10:38:06+00:00"
topics = ["database", "cli"]
keywords = ["connection", "fail2ban", "econnrefused"]
topics = [ "database", "cli" ]
keywords = [ "connection", "fail2ban", "econnrefused" ]
database_id = "9d8b179c-ff4d-4072-b9e6-2d16e63b2aaa"
[api]
cli = ["supabase-network-bans-get", "supabase-network-bans-remove"]
cli = [ "supabase-network-bans-get", "supabase-network-bans-remove" ]
[[errors]]
message = "connect ECONNREFUSED 1.2.3.4:5432"
[[errors]]
message = 'psql: error: connection to server at "db.xxxxxxxxxxxxxxxxxxxx.supabase.co" (1.2.3.4), port 5432 failed: Connection refused Is the server running on that host and accepting TCP/IP connections?'
message = "psql: error: connection to server at \"db.xxxxxxxxxxxxxxxxxxxx.supabase.co\" (1.2.3.4), port 5432 failed: Connection refused Is the server running on that host and accepting TCP/IP connections?"
---
If you're not able to connect to the Supabase database and see the error `connect ECONNREFUSED 1.2.3.4:5432` or `psql: error: connection to server at "db.xxxxxxxxxxxxxxxxxxxx.supabase.co" (1.2.3.4), port 5432 failed: Connection refused

View File

@@ -2,7 +2,8 @@
title = "How do I update connection pool settings in my dashboard?"
github_url = "https://github.com/orgs/supabase/discussions/16787"
date_created = "2023-08-24T16:19:11+00:00"
topics = ["database", "supavisor"]
topics = [ "database", "supavisor" ]
database_id = "dfefd00c-31d8-4969-86a4-03d586110f4c"
---
A few questions I have about updating settings for PgBouncer or Supavisor:

View File

@@ -2,11 +2,12 @@
title = "How to change max database connections"
github_url = "https://github.com/orgs/supabase/discussions/27197"
date_created = "2024-06-12T02:49:15+00:00"
topics = ["database", "supavisor", "cli"]
keywords = ["connections", "postgres", "memory", "cpu"]
topics = [ "database", "supavisor", "cli" ]
keywords = [ "connections", "postgres", "memory", "cpu" ]
database_id = "78f06ca5-6a69-4536-89fc-ed2e6ff334e5"
[api]
cli = ["supabase-postgres-config-update"]
cli = [ "supabase-postgres-config-update" ]
---
> WARNING: Manually configuring the connection count hard codes it. This means if you upgrade or downgrade your database, the connection count will not auto-resize. You will have to make sure to manually update it.