Skip to content

Commit

Permalink
Add Fly troubleshooting for Docker errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhiek187 committed Oct 15, 2023
1 parent 8900c98 commit b77e0e5
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,18 @@ If the Postgres database is down, run the following commands to restart the mach
fly machines list -a how-to-stock-3-db
fly machines start MACHINE_ID -a how-to-stock-3-db
```

If the remote builder fails:

```
WARN Failed to start remote builder heartbeat: server returned a non-200 status code: 500
Error: failed to fetch an image or build from source: error connecting to docker: server returned a non-200 status code: 500
```

Destroy the builder app and redeploy:

```bash
fly apps destroy APP_NAME
fly deploy
```

0 comments on commit b77e0e5

Please sign in to comment.