diff --git a/apps/docs/content/troubleshooting/database-error-remaining-connection-slots-are-reserved-for-non-replication-superuser-connections-3V3nIb.mdx b/apps/docs/content/troubleshooting/database-error-remaining-connection-slots-are-reserved-for-non-replication-superuser-connections-3V3nIb.mdx index 83918d4df9..8e50b24810 100644 --- a/apps/docs/content/troubleshooting/database-error-remaining-connection-slots-are-reserved-for-non-replication-superuser-connections-3V3nIb.mdx +++ b/apps/docs/content/troubleshooting/database-error-remaining-connection-slots-are-reserved-for-non-replication-superuser-connections-3V3nIb.mdx @@ -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" diff --git a/apps/docs/content/troubleshooting/error-connection-refused-when-trying-to-connect-to-supabase-database-hwG0Dr.mdx b/apps/docs/content/troubleshooting/error-connection-refused-when-trying-to-connect-to-supabase-database-hwG0Dr.mdx index 26f5b64578..ae4057d5ef 100644 --- a/apps/docs/content/troubleshooting/error-connection-refused-when-trying-to-connect-to-supabase-database-hwG0Dr.mdx +++ b/apps/docs/content/troubleshooting/error-connection-refused-when-trying-to-connect-to-supabase-database-hwG0Dr.mdx @@ -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 diff --git a/apps/docs/content/troubleshooting/how-do-i-update-connection-pool-settings-in-my-dashboard-wAxTJ_.mdx b/apps/docs/content/troubleshooting/how-do-i-update-connection-pool-settings-in-my-dashboard-wAxTJ_.mdx index 99351ef812..32f1e91db9 100644 --- a/apps/docs/content/troubleshooting/how-do-i-update-connection-pool-settings-in-my-dashboard-wAxTJ_.mdx +++ b/apps/docs/content/troubleshooting/how-do-i-update-connection-pool-settings-in-my-dashboard-wAxTJ_.mdx @@ -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: diff --git a/apps/docs/content/troubleshooting/how-to-change-max-database-connections-_BQ8P5.mdx b/apps/docs/content/troubleshooting/how-to-change-max-database-connections-_BQ8P5.mdx index 3a616d2170..58504ac303 100644 --- a/apps/docs/content/troubleshooting/how-to-change-max-database-connections-_BQ8P5.mdx +++ b/apps/docs/content/troubleshooting/how-to-change-max-database-connections-_BQ8P5.mdx @@ -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.