Skip to content

Commit

Permalink
Clear up Supabase alpha release status
Browse files Browse the repository at this point in the history
  • Loading branch information
jsierles committed Jun 19, 2024
1 parent ad185e8 commit 94731b3
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions reference/supabase.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,18 @@ status: alpha
nav: firecracker
---

[Supabase](https://supabase.com) offers a preview of their managed Postgres service on Fly.io infrastructure. Provisioning Supabase on Fly.io ensures low-latency database access from applications hosted on Fly.io.
[Supabase](https://supabase.com) offers managed Postgres databases on Fly.io infrastructure. Provisioning Supabase on Fly.io ensures low-latency database access from applications hosted on Fly.io.

<aside class="callout">
This service is in **public alpha**. Do not run production workloads of any kind!
This service is in **public alpha**. Here's what you should know.

Alpha databases:
* should only be used for testing and getting customer feedback
* can lose data or go offline at any time
* come with no support guarantees
* won't be charged for
Supabase Databases run on single machines and are susceptible to hardware issues. Restoring an affected database may require contacting support.

Check notice on line 14 in reference/supabase.html.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reference/supabase.html.md#L14

[Fly.Machine] Use 'Machines' instead of 'machines'.
Raw output
{"message": "[Fly.Machine] Use 'Machines' instead of 'machines'.", "location": {"path": "reference/supabase.html.md", "range": {"start": {"line": 14, "column": 33}}}, "severity": "INFO"}

During the alpha, you won't be charged for usage, but your usage will show up as a preview on your Fly.io bill.

Most Supabase features besides raw Postgres are not enabled yet, such as [auth](https://supabase.com/docs/guides/auth) or [storage](https://supabase.com/docs/guides/storage).

Supabase's connection pooler runs on AWS infrastructure, so using it may add connection latency depending on your region's [proximity to AWS servers](https://rtt.fly.dev/).

Check notice on line 20 in reference/supabase.html.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reference/supabase.html.md#L20

[Fly.Spelling] Is 'pooler' a typo?
Raw output
{"message": "[Fly.Spelling] Is 'pooler' a typo?", "location": {"path": "reference/supabase.html.md", "range": {"start": {"line": 20, "column": 23}}}, "severity": "INFO"}
</aside>

## Create and manage a Supabase Postgres database
Expand Down

0 comments on commit 94731b3

Please sign in to comment.