Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
49 changes: 49 additions & 0 deletions about/support.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,52 @@ Here are some things to include in your ticket:
- UTC timestamps for when the issue occurred.
- Prepending `LOG_LEVEL=debug` to any flyctl command will provide insight into the lower-level API calls being made.
- If you are sending us error messages or log output, it's best to send that as plain text in the body of the email (or upload a `.txt` or `.log` file for longer outputs), rather than attached screenshots of your terminal window.

## Scope of Support

<div>
<p class="mb-6">
This section highlights the products we actively work on and maintain, and therefore, the ones we are able to provide support for. While we can't offer direct support for your own code or the specific language or framework you use, here are some [guides to the most common frameworks](https://fly.io/docs/getting-started/get-started-by-framework/) used on Fly.io.
</p>


<div class="border-2 border-gray-200 rounded-lg">
<div class="grid grid-cols-1 md:grid-cols-3 ">
<div class="p-6 border-r border-gray-200">
<h3 class="font-bold mb-4">Supported Products</h3>
<ul class="space-y-2">
<li>**Networking**</li>
<li>**Machines** (including GPUs)</li>
<li>**Apps**</li>
<li>**Launch/Deploy** (UI & CLI)</li>
<li>**Volumes**</li>
<li>**FKS**</li>
<li>**Security**</li>
<li>**Accounts & Billing**</li>
<li>**Extensions** (Tigris, Upstash, Depot)</li>
</ul>
</div>

<div class="p-6 border-r border-gray-200">
<h3 class="font-bold mb-4">Limited Support</h3>
<ul class="space-y-2">
<li>**Monitoring** (metrics and logs)</li>
</ul>
</div>

<div class="p-6">
<h3 class="font-bold mb-4">Not Supported</h3>
<ul class="space-y-2">
<li>**LiteFS**</li>
<li>**Unmanaged Postgres**</li>
</ul>
</div>
</div>
</div>
</div>

<div class="max-w-4xl">
<p class="mb-6 mt-8">
Our current Postgres offering is [unmanaged](https://fly.io/docs/postgres/getting-started/what-you-should-know/). In general, [Fly.io](http://fly.io/) provides support for the automated provisioning, daily snapshots, global networking, and Prometheus metrics for Postgres databases, but unfortunately we're not able to provide in-depth guidance or troubleshooting for your unmanaged Postgres database apps.
We are working on a managed offering, but until then, we recommend that you look at a managed provider such as [Crunchy Bridge](https://www.crunchydata.com/products/crunchy-bridge) if you're running into consistent issues with our unmanaged Postgres.
</p>
2 changes: 2 additions & 0 deletions litefs/index.html.markerb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ layout: docs
nav: litefs
---

<div class="important icon">**Important:** We are not able to provide support or guidance for this product. Use with caution.</div>

LiteFS is a distributed file system that transparently replicates SQLite
databases. You can run your application like it's running against a local
on-disk SQLite database but behind the scenes the database is replicated to all
Expand Down
2 changes: 2 additions & 0 deletions monitoring/index.html.markerb
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ redirect_from:
<img src="/static/images/spooky.webp" alt="Illustration by Annie Ruygt of a smirking ghost sitting infront of a laptop">
</figure>

<div class="important icon">**Important:** Support for this feature is limited and best-effort. Use with caution.</div>

## Metrics

_Fully-managed metrics solutions to help you monitor your apps._
Expand Down
2 changes: 2 additions & 0 deletions postgres/index.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ toc: false

<img src="/static/images/postgres.webp" srcset="/static/images/postgres@2x.webp 2x" alt="A model airplane with the Fly.io logo painted on its side, sitting next to some paint and brushes.">

<div class="important icon">**Important:** We are not able to provide support or guidance for this product. Use with caution as this is not [managed postgres](https://fly.io/docs/postgres/getting-started/what-you-should-know/).</div>

[Postgres](https://www.postgresql.org/+external), formally known as PostgreSQL, is a powerful open source object relational database system that's used by many popular web frameworks to persist application data.

Fly Postgres is a Fly app with flyctl sugar on top to help you bootstrap and manage a database cluster for your apps. It comes with most commonly used functionality (replication, failover, metrics, monitoring and daily snapshots).
Expand Down
Loading