Skip to content

Commit 2b9d796

Browse files
github-actions[bot]github-docs-sync-bot
andauthored
[bot] sync troubleshooting guides to db (supabase#32895)
Co-authored-by: github-docs-sync-bot <github-docs-sync-bot@supabase.com>
1 parent 25e376a commit 2b9d796

7 files changed

+26
-19
lines changed

apps/docs/content/troubleshooting/error-index-row-size-exceeds-btree-version-4-maximum-for-index-LMmoeU.mdx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22
title = "Error: index row size exceeds btree version 4 maximum for index"
33
github_url = "https://github.com/orgs/supabase/discussions/14898"
44
date_created = "2023-06-08T11:35:27+00:00"
5-
topics = ["database"]
6-
keywords = ["btree", "index", "attribute", "size", "hashing"]
5+
topics = [ "database" ]
6+
keywords = [ "btree", "index", "attribute", "size", "hashing" ]
7+
database_id = "da3aa582-b115-44e2-97e3-9ab76206f0db"
78

89
[[errors]]
9-
message = 'index row size exceeds btree version 4 maximum 2704 for index "idx_name"'
10+
message = "index row size exceeds btree version 4 maximum 2704 for index \"idx_name\""
1011
---
1112

1213
## Error

apps/docs/content/troubleshooting/error-no-pghbaconf-entry-for-host-xxxxxxxxxxx-user-postgres-database-postgres-ssl-off-GOt5Ja.mdx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
---
2-
title = 'error: no pg_hba.conf entry for host "xx.xxx.xxx.xxx", user "postgres", database "postgres", SSL off'
2+
title = "error: no pg_hba.conf entry for host \"xx.xxx.xxx.xxx\", user \"postgres\", database \"postgres\", SSL off"
33
github_url = "https://github.com/orgs/supabase/discussions/21145"
44
date_created = "2024-02-09T11:48:08+00:00"
5-
topics = ["database", "platform"]
6-
keywords = ["ssl", "authentication", "connection"]
5+
topics = [ "database", "platform" ]
6+
keywords = [ "ssl", "authentication", "connection" ]
7+
database_id = "0739256c-1b25-46ec-963b-2f8e4dccedc7"
78

89
[[errors]]
9-
message = 'no pg_hba.conf entry for host "xx.xxx.xxx.xxx", user "postgres", database "postgres", SSL off'
10+
message = "no pg_hba.conf entry for host \"xx.xxx.xxx.xxx\", user \"postgres\", database \"postgres\", SSL off"
1011
---
1112

1213
This error indicates a failed authentication attempt to the database and the connection couldn't be established.

apps/docs/content/troubleshooting/failed-to-restore-from-backup-all-subscriptions-and-replication-slots-must-be-dropped-before-a-backup-can-be-restored-L-rCvt.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
title = "Failed to restore from backup: All subscriptions and replication slots must be dropped before a backup can be restored."
33
github_url = "https://github.com/orgs/supabase/discussions/21830"
44
date_created = "2024-03-07T02:47:01+00:00"
5-
topics = ["database"]
6-
keywords = ["backup", "restore", "replication", "subscription"]
5+
topics = [ "database" ]
6+
keywords = [ "backup", "restore", "replication", "subscription" ]
7+
database_id = "aa5fda82-5838-4975-b0ac-ba4d7fb9e638"
78

89
[[errors]]
910
message = "All subscriptions and replication slots must be dropped before a backup can be restored."

apps/docs/content/troubleshooting/how-long-does-it-take-to-restore-a-database-from-a-point-in-time-backup-pitr-qO8gOG.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
title = "How long does it take to restore a database from a Point-in-Time backup (PITR)?"
33
github_url = "https://github.com/orgs/supabase/discussions/19527"
44
date_created = "2023-12-08T09:40:51+00:00"
5-
keywords = ["PITR", "restore", "WAL"]
6-
topics = ["database"]
5+
keywords = [ "PITR", "restore", "WAL" ]
6+
topics = [ "database" ]
7+
database_id = "cc852935-510f-4beb-9f70-b4582505a863"
78
---
89

910
The time required for a PIT restoration isn't fixed. It depends on several factors:

apps/docs/content/troubleshooting/seeing-no-pghbaconf-entry-for-host-errors-in-postgres-and-they-come-from-an-ip-address-that-i-dont-recognize-4gds9f.mdx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
---
2-
title = '''Seeing "no pg_hba.conf entry for host" errors in Postgres and they come from an IP address that I don't recognize'''
2+
title = "Seeing \"no pg_hba.conf entry for host\" errors in Postgres and they come from an IP address that I don't recognize"
33
github_url = "https://github.com/orgs/supabase/discussions/26282"
44
date_created = "2024-05-14T02:45:41+00:00"
5-
topics = ["database", "platform"]
6-
keywords = ["pg_hba.conf", "ip", "authentication"]
5+
topics = [ "database", "platform" ]
6+
keywords = [ "pg_hba.conf", "ip", "authentication" ]
7+
database_id = "9faf3ed3-d373-41c8-a083-ccc83dfc16d7"
78

89
[[errors]]
910
message = "FATAL: no pg_hba.conf entry for host"

apps/docs/content/troubleshooting/steps-to-improve-query-performance-with-indexes-q8PoC9.mdx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22
title = "Steps to improve query performance with indexes"
33
github_url = "https://github.com/orgs/supabase/discussions/22449"
44
date_created = "2024-04-03T20:10:02+00:00"
5-
topics = ["database", "platform", "cli"]
6-
keywords = ["indexes", "performance", "optimization", "grafana", "query"]
5+
topics = [ "database", "platform", "cli" ]
6+
keywords = [ "indexes", "performance", "optimization", "grafana", "query" ]
7+
database_id = "fb1cbd42-e172-44b2-af2b-fda5aecde5c2"
78

89
[api]
9-
cli = ["supabase-inspect-db"]
10+
cli = [ "supabase-inspect-db" ]
1011
---
1112

1213
# Optimizing your database

apps/docs/content/troubleshooting/will-backups-be-accessible-from-the-dashboard-immediately-after-upgrading-to-a-paid-plan-hXY4rs.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
title = "Will backups be accessible from the dashboard immediately after upgrading to a paid plan?"
33
github_url = "https://github.com/orgs/supabase/discussions/22713"
44
date_created = "2024-04-14T16:05:26+00:00"
5-
topics = ["platform"]
6-
keywords = ["backups", "upgrade", "dashboard"]
5+
topics = [ "platform" ]
6+
keywords = [ "backups", "upgrade", "dashboard" ]
7+
database_id = "fa5bb840-a5ac-447f-b9bb-e319cbe0797e"
78
---
89

910
We are currently taking up to 7 daily backups that will be available for you once you upgrade. Please keep in mind that we might no longer make daily backups for free projects in the future.

0 commit comments

Comments
 (0)