Skip to content

Commit c516401

Browse files
github-actions[bot]github-docs-sync-bot
andauthored
[bot] sync troubleshooting guides to db (supabase#40153)
Co-authored-by: github-docs-sync-bot <github-docs-sync-bot@supabase.com>
1 parent 56a633e commit c516401

5 files changed

+6
-1
lines changed

apps/docs/content/troubleshooting/high-cpu-and-slow-queries-with-error-must-be-a-superuser-to-terminate-superuser-process.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title = "High CPU and Slow Queries with `ERROR: must be a superuser to terminate superuser process`"
33
topics = [ "cli", "database", "storage" ]
44
keywords = []
5+
database_id = "23668386-7a72-44ff-a412-4cd8a005fa18"
56
---
67

78
When facing high CPU utilization, slow query performance, and an `ERROR: must be a superuser to terminate superuser process` message regarding an autovacuum, it indicates that a critical, non-terminable autovacuum operation is running on your Postgres database. This guide explains why this happens and what steps you can take.

apps/docs/content/troubleshooting/pgrst106-the-schema-must-be-one-of-the-following-error-when-querying-an-exposed-schema.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22
title = "PGRST106: \"The schema must be one of the following...\" error when querying an exposed schema"
33
topics = [ "auth", "database" ]
44
keywords = []
5+
database_id = "91dda1aa-52f7-4a1c-9248-92fad9f3dec7"
6+
57
[[errors]]
68
code = "PGRST106"
79
message = "The schema must be one of the following: public, ..."
8-
910
---
1011

1112
You may encounter a `PGRST106` error, stating `{"code":"PGRST106","message":"The schema must be one of the following: public"}`, when attempting to query a schema via the PostgREST API that you've recently exposed.

apps/docs/content/troubleshooting/realtime-connections-timed_out-status.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title = "Realtime connections giving `TIMED_OUT` errors"
33
topics = [ "realtime" ]
44
keywords = []
5+
database_id = "b99fac0e-09da-4a31-93a1-6375ed8ce041"
56
---
67

78
If your Realtime connections in your application are giving `TIMED_OUT` errors, this often indicates an incompatibility between the version of `realtime-js` being used in your `supabase-js` client library package and your Node.js version. This issue happens when using versions of Node.js older than v22 with more recent versions of `supabase-js`.

apps/docs/content/troubleshooting/sso-error-you-do-not-have-permissions-to-join-this-organization-or-prompts-to-create-new-organization.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title = "SSO Error: \"You do not have permissions to join this organization\" or prompts to create new organization"
33
topics = [ "platform" ]
44
keywords = []
5+
database_id = "37d147df-caa7-4b0b-82b5-eab6852f2cff"
56
---
67

78
When attempting to log in via SSO, you may observe the message "You do not have permissions to join this organization" or be prompted to create a new organization.

apps/docs/content/troubleshooting/supabase-cli-failed-sasl-auth-or-invalid-scram-server-final-message.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title = "Supabase CLI: \"failed SASL auth\" or \"invalid SCRAM server-final-message\""
33
topics = [ "auth", "cli", "database", "supavisor" ]
44
keywords = []
5+
database_id = "4a32736f-1d7f-4c41-9c96-ab84e35ad394"
56
---
67

78
When executing `supabase db push` or `supabase link` or any other authenticated actions from the Supabase CLI, you might encounter an authentication error with messages such as `failed SASL auth (invalid SCRAM server-final-message received from server)`.

0 commit comments

Comments
 (0)