---
title: "Railway Metal New Region, Database Backups, Help Station Improvement"
date: 2024-11-01
number: 0210
url: https://railway.com/changelog/2024-11-01-railway-metal-new-region
---

# Railway Metal New Region, Database Backups, Help Station Improvement

🎉 Welcome to another exciting edition of the Railway Changelog, where we don’t just fix bugs—we make them cry! 

This time, we’re rolling out some fantastic features that’ll have you wondering how you ever survived without them. Buckle up, because Railway Metal has landed on a new horizon! 

But wait, there’s more! Say goodbye to data disasters with our shiny new database backups feature. Now you can secure your precious data with the ease of a magician pulling a rabbit from a hat—only less fluffy and much more reliable.

It’s like finding an extra fry at the bottom of the bag! So let’s dive in and explore what’s new!

## Railway Metal Arrives in US East Region

*metal ship taking off..and finding a new region to land*

[Video: Video showing how to switch deployment region to Railway Metal US East (Beta)]

We’re thrilled to announce that Railway Metal is now in Beta for the brand new `us-east4` [service region](https://docs.railway.app/reference/regions#region-options).

Hobby users can easily relocate their stateless services across the US.

As a rapidly growing hyperscaler, we’re excited to expand Railway Metal into new regions, with plans to launch in at least two more locations by the end of the year.

## Database Backups

*music, beats, drum rollinggggggggggg.*

[Video: Showing how to create backups for a database service]

We’re excited to introduce **Database Backups**—a new feature available under a feature flag in [service settings](https://docs.railway.app/guides/services#accessing-service-settings), designed to give **Pro plan** users more control over their data management.

With this feature, you can easily create, delete, and restore backups for services with volumes, enabling streamlined data management directly from your dashboard.

Restoring a backup spins up a new volume with all your data from the selected backup and conveniently includes previous backups as well, so your full data history is preserved in the new volume. This allows for seamless transitions and easy data recovery without losing any context.

Cost-wise, we’ve made it efficient. Backups use an incremental "copy-on-write" approach, meaning you’re only billed for the new changes since previous backups. Data already stored in another backup or within the volume itself isn’t billed again, keeping your backup costs the same as the volume’s storage rate.

This feature offers you a reliable and secure method for protecting your data, all while ensuring your costs remain predictable.

## Catalog of Guides

[Image: Check out this Rust Rocket deployment guide and the many others we shipped this week!]

We've just dropped a fresh stack of guides to power up your dev flow!  🚀🔥

Here’s the line up:

- [**Deploying a Rust Rocket App**](https://docs.railway.app/guides/rocket)** **
- [**Deploying an Axum App**](https://docs.railway.app/guides/axum)** **
- [**Deploying a Phoenix App**](https://docs.railway.app/guides/phoenix)
- [**Deploying a Phoenix with Distillery App**](https://docs.railway.app/guides/phoenix-distillery)
- [**Deploying a Laravel App (Significant Updates)**](https://docs.railway.app/guides/laravel)

Got a guide request? Let us know in the [feedback thread](https://help.railway.app/feedback), and we’ll whip something up for you! 👨‍🍳💡

## Help Station Inbox Update

[Image: Mark All as Read on the Inbox page—Clear out all notifications]

[Two weeks ago](https://railway.app/changelog/2024-10-18-hobby-on-railway-metal), we introduced the Inbox page on Railway Help Station. 🚀

Now, say goodbye to notification overload— we’ve added a “Mark All as Read” button! Clear your inbox in one click and stay focused on what matters. 📬✅

## Fixes and Improvements

- Fix a rare page crash that would happen if you opened a new deployment very very quickly after it was created
- Reduce the number of open websocket connections used for graphql subscriptions.
- Sped up the time it takes to load old changelogs.
- Fixed an issue were resizing a volume would sometimes fail.
- Improve search on templates page.