---
title: "Volumes to Priority Boarding, Multiple Webhooks"
date: 2023-06-23T15:00:00.000+00:00
number: 0139
url: https://railway.com/changelog/2023-06-23-volumes-priority-boarding
---

# Volumes to Priority Boarding, Multiple Webhooks

One of the [most common feature requests](https://feedback.railway.app/feature-requests/p/persistent-storage) we’ve received this year is for persistent storage. Users are asking to persist data between deploys — essentially to deploy *any* database on Railway using a combination of a service and a persistent volume.

Well that day has come! We’re officially launching Volumes into Priority Boarding today.

Let’s see how it works!

## Volumes Now in Priority Boarding

[Video: Add a new volume to a service and start writing to persistent disk]

This week we’ve introduced [Volumes](https://docs.railway.app/reference/volumes) for [Priority Boarding](https://docs.railway.app/reference/priority-boarding) users. 

Volumes is a feature that allows you to store persistent data for services on Railway — think any kind of service that requires file storage, like a CMS, SQLite, running your own S3-like object storage, etc.

We’ve introduced a trio of templates to help you get started:

- [MinIO](https://railway.app/template/SMKOEA)
- [Meillisearch](https://railway.app/template/EVzqfe)
- [Pocketbase](https://railway.app/template/XfUmjI)

To start using Volumes, create a new volume by right-clicking a service or using the Command Palette (`⌘K`). You’ll then be asked to select the size of the volume as well as the directory to mount the volume to.

After that, you’ll be able to access your volume at the specified target. Easy! 

[Volumes will be billed at $0.25 / GB](https://docs.railway.app/reference/volumes#pricing) and you’ll only be charged for the amount of storage you use. During Priority Boarding, the limits will be set at 1 GB for users and 20 GB for teams. Pricing and limits are subject to change in the future.

For more info, be sure to [read the docs](https://docs.railway.app/reference/volumes).

And let us know your feedback in the Priority Boarding channel in [Discord](https://discord.gg/railway). 

## Multiple Webhooks

[Image: Add multiple webhooks from the Webhooks section of Project Settings]

If you need to emit webhooks to multiple destinations, you’re now in luck!

We’ve turned on multi-destination webhooks in Project Settings, which means you can start firing webhooks to any destination that you’d like to notify of your application deployment status changes.

For more information, [check out the docs](https://docs.railway.app/diagnose/webhooks). 

## Improvements and Fixes

- We made it easier to enable and disable [Private Networking](https://docs.railway.app/reference/private-networking)
- We fixed a bug that sometimes caused erratic log refresh behavior when resuming log subscriptions
- We made some additional improvements to [Changesets](https://railway.app/changelog/2023-06-16-private-networking#changesets-take-shape) and are getting closer to being able to show them off