Skip to content

Commit 8b749d6

Browse files
authored
Remove litefs cloud reference in docs (#877)
1 parent db4c82a commit 8b749d6

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

docs/database.md

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -215,34 +215,6 @@ with more data without performing a migration, then it's a bit more involved.
215215

216216
## Backups
217217

218-
### LiteFS Cloud Backups
219-
220-
LiteFS Cloud is a service offered by Fly.io for managing backup and restore
221-
functionality.
222-
223-
This is the simplest method for backing up your database.
224-
225-
It offers the ability to restore your database to any point in time in the last
226-
30 days, with 5 minute granularity.
227-
228-
Fly.io has some great documentation on how to set this up:
229-
230-
- [Pricing](https://fly.io/docs/about/pricing/#litefs-cloud)
231-
- [LiteFS Cloud Setup](https://fly.io/docs/litefs/cloud-backups/)
232-
- [Restoring DB with LiteFS Cloud](https://fly.io/docs/litefs/cloud-restore/)
233-
- [Disaster Recovery with LiteFS Cloud](https://fly.io/docs/litefs/disaster-recovery/)
234-
235-
The following is a summary of the steps to set up LiteFS Cloud:
236-
237-
1. Create a LiteFS Cloud cluster in your Fly.io dashboard:
238-
https://fly.io/dashboard/personal/litefs
239-
- Take note of the auth token, you'll need it in the next step
240-
1. Set the `LITEFS_CLOUD_TOKEN` to the token from your dashboard:
241-
```sh
242-
fly secrets set LITEFS_CLOUD_TOKEN="LITEFS_CLOUD_TOKEN_HERE" --app [YOUR_APP_NAME]
243-
```
244-
1. You should now be able to restore backups from the LiteFS dashboard.
245-
246218
### Manual DB Backups
247219

248220
Manual DB backups can be taken/restored using `litefs` commands:

0 commit comments

Comments
 (0)