Skip to content

Commit

Permalink
edits
Browse files Browse the repository at this point in the history
  • Loading branch information
andie787 committed Sep 30, 2023
1 parent ebc1407 commit e4d7805
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/trouble-host-unavailable.html.markerb
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ layout: docs
nav: firecracker
---

A host on Fly.io could be unavailable because of a hardware failure, connectivity issues, or other reasons. A host issue might mean a complete or intermittent outage, or generally degraded performance. A host could be down for an hour or a day. We understand that this can be frustrating if your app doesn't have extra Machines or replicated databases available for redundancy, and we want you to be able to recover from a host issue as quickly as possible.
A host on Fly.io could be unavailable because of a hardware failure, connectivity issues, or other reasons. A host issue might mean a complete or intermittent outage, or generally degraded performance. A host could be down for an hour or a day. We understand that this can be frustrating if your app doesn't have extra Machines or replicated databases available for redundancy.

<div class="important icon">
<b>Important:</b> The steps for recovery in this document don't guarantee that you'll be able to access your app if you have a single Machine, or a single Machine with an attached volume, on an a host that's affected by an ongoing issue.
<b>Important:</b> The steps for recovery in this document don't guarantee that you'll be able to access your app if you have a single Machine, or a single Machine with an attached volume, on an a host that's affected by an ongoing issue.
</div>

## Notification of host issues
Expand All @@ -24,7 +24,7 @@ You can destroy the fly builder app and you'll get a new builder app on your nex
1. In your dashboard, find the builder app in the list of apps. The app name is always `fly-builder-<some name>`.
2. Click the app name, go to Settings, and delete the app. Or run `fly apps destroy fly-builder-<some name>` in your terminal to delete the app.

## Can;t deploy an app with one Machine and no volumes
## Can't deploy an app with one Machine and no volumes

1. Scale the app to zero Machines:

Expand Down

0 comments on commit e4d7805

Please sign in to comment.