-
Notifications
You must be signed in to change notification settings - Fork 345
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4d07472
commit 55fadc2
Showing
1 changed file
with
52 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
--- | ||
title: Backups | ||
--- | ||
|
||
Backups are a feature that enables data recovery for [volumes](/reference/volumes) on Railway. | ||
|
||
## How it works | ||
|
||
When mounted to a service, backups can be manually created, deleted and restored. And they can also work on a Daily/Weekly/Monthly schedule. | ||
|
||
Schedules are beta and exist behind a feature-flag attached to the service. | ||
|
||
## Retention | ||
|
||
- Daily backups are taken every day and are kept for 6 days | ||
- Weekly backups are taken every week and are kept for 4 weeks | ||
- Monthly backups are taken every month and are kept for 3 months | ||
|
||
## Pricing | ||
|
||
Backups are incremental and Copy-on-Write, we only charge for the data exclusive to them, that aren't from other snapshots or the volume itself. | ||
|
||
Backups are only billed for incremental data, that data is billed like volumes, at **$0.25 / GB**, billed monthly. | ||
|
||
## Caveats | ||
|
||
Backups are a newer feature that is still under development. Here are some limitations of which we are currently aware: | ||
|
||
- Backup incremental sizes are cached for a couple of hours when listed in the frontend, so they may show slightly stale data | ||
- Wiping a volume deletes all backups | ||
|
||
## Q&A | ||
|
||
- Can I download my backups? | ||
|
||
No, if you want to download the content of the backup restore it and use something like the File Browser Template | ||
|
||
- Can we have Railway send the backups to S3? | ||
|
||
No, if you want to send backups to S3 you should use an application specific template, like Postgres S3 Backups | ||
|
||
- Can the backups be done on a Cronjob / Schedule? | ||
|
||
We will implement backups scheduling soon | ||
|
||
- Will Hobby users ever get the backup feature? | ||
|
||
There are no plans yet, but we haven't discarted the possibility. Let's roll out the full backup engine for pro customers first. | ||
|
||
- How does this help me if I delete the volume / service / project / team? | ||
|
||
It doesn't, you should not delete the volume if you don't want to lose your data. |