From f622478f446fe91cee3bfa8c41482690be36ffd1 Mon Sep 17 00:00:00 2001 From: Valter Balegas Date: Mon, 18 Nov 2024 16:28:56 +0000 Subject: [PATCH] Another round of review comments --- website/docs/integrations/fly.md | 2 +- website/docs/integrations/gcp.md | 2 +- website/docs/integrations/supabase.md | 4 +--- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/website/docs/integrations/fly.md b/website/docs/integrations/fly.md index 5f1d8c281c..a672aafb9d 100644 --- a/website/docs/integrations/fly.md +++ b/website/docs/integrations/fly.md @@ -29,7 +29,7 @@ One of Fly's specialities is deploying Elixir applications. So Fly is especially [Fly Postgres](https://fly.io/docs/postgres) is not a managed Postgres service. See the general advice on [Running Postgres](/docs/guides/deployment#_1-running-postgres) in the deployment guide for information on how to configure Postgres to work with Electric. -Fly's [Supabase Postgres](https://fly.io/docs/supabase) is a managed Postgres service, powered by [Supabase](./supabase). If you use it, make sure to connect on the IPv6 `DATABASE_URL` rather than the `DATABASE_POOLER_URL`. See the [Supabase](./supabase#deploy-postgres) and [troubleshooting](/docs/guides/troubleshooting#ipv6-support) guides for more information about IPv6 support. +Fly's [Supabase Postgres](https://fly.io/docs/supabase) is a managed Postgres service, powered by [Supabase](./supabase). If you use it, make sure to connect on the IPv6 `DATABASE_URL` rather than the `DATABASE_POOLER_URL`. See the [Supabase deployment docs](./supabase#deploy-postgres) and the IPv6 section of the [troubleshooting guide](/docs/guides/troubleshooting#ipv6-support) for more information about IPv6 support. ### Deploy Electric diff --git a/website/docs/integrations/gcp.md b/website/docs/integrations/gcp.md index 62d8391dbc..700eb7f3ad 100644 --- a/website/docs/integrations/gcp.md +++ b/website/docs/integrations/gcp.md @@ -63,7 +63,7 @@ For example, you can deploy Electric on a [Container-Optimized OS](https://cloud > We **don't recommend** that you use [Cloud Run](https://cloud.google.com/run) to deploy the Electric sync service because Cloud Run uses an in-memory filesystem and does not provide persistent file storage for Shape logs. > [!Warning] IPv6 support -> If you're connecting to Postgres over IPv6, (for example, if you're [connecting to Supabase Postgres](./supabase#deploy-postgres)) then you may need to perform [additional configurations](/docs/guides/troubleshooting#ipv6-support) on your network and be on a [Premium Network Tier](https://cloud.google.com/vpc/docs/subnets#ipv6-ranges). +> If you're connecting to Postgres over IPv6, (for example, if you're [connecting to Supabase Postgres](./supabase#deploy-postgres)) then you may need to [enable IPv6 support](/docs/guides/troubleshooting#ipv6-support) and be on a [Premium Network Tier](https://cloud.google.com/vpc/docs/subnets#ipv6-ranges). ### Deploy your app diff --git a/website/docs/integrations/supabase.md b/website/docs/integrations/supabase.md index cd9035cada..10b3635c28 100644 --- a/website/docs/integrations/supabase.md +++ b/website/docs/integrations/supabase.md @@ -43,9 +43,7 @@ docker run -it \ #### Troubleshooting IPv6 -The network where Electric is running must support IPv6. See the [troubleshooting guide](/docs/guides/troubleshooting#ipv6-support) for more context. - -If you're subscribed to the Pro or Team plan on Supabase Platform, you can side-step those hurdles by purchasing the [IPv4 add-on](https://supabase.com/docs/guides/platform/ipv4-address#enabling-the-add-on) to make your database host available at an IPv4 address. +When connecting to a Supabase Postgres, you either need to make sure Electric and its network supports IPv6, or you need to be on a Pro or Team plan with Supabase Platform to enable their IPv4 add-on. See the [troubleshooting guide on IPv6](/docs/guides/troubleshooting#ipv6-support) for tips on enabling IPv6 support for Electric. Or see [this Supabase guide](https://supabase.com/docs/guides/platform/ipv4-address#enabling-the-add-on) for information about enabling their IPv4 add-on. > [!Tip] Need somewhere to host Electric? > If you need to deploy Electric, then [Supabase works great](https://supabase.com/blog/postgres-on-fly-by-supabase) with [Fly.io](./fly#deploy-electric).