---
title: "Usage Limits, DB Templates, Launch Week Announcement"
date: 2023-09-15
number: 0151
url: https://railway.com/changelog/2023-09-15-usage-limits
---

# Usage Limits, DB Templates, Launch Week Announcement

Hello and welcome to a special “Limited Edition” Changelog, #0151. Please step directly into the train car, yes, thank you. Be sure to keep your arms and legs inside at all times and refrain from flash photography for the duration of our journey.

Our first stop this afternoon is a special one just for the Priority Boarding users that are with us today. It’s a wonderful bit of design and engineering and we hope you’ll like it very much. 

Let’s slow down for a second so we can get a good look…

## Usage Limits to Priority Boarding

[Image: Usage Limits have come to Railway!]

We can see you thinking, “This looks familiar!”

That’s because “Usage Limits” or “Consumption Limits” or “Budgets” (we haven’t quite picked out the best name yet) is one of the most requested features on the [Feature Request](https://feedback.railway.app/feature-requests/p/project-limits-dollar-cpu-memory-etc) board. 

We’ve heard loud and clear that you’d like ways to control your costs, limit your liabilities, and protect your peace of mind. That’s why we’re building an ambitious set of tools to let you impose “hard” and “soft” limits on your Railway workloads. 

First up is Usage Limits, a feature that lets you define a dollar amount threshold for receiving a notification, and another dollar amount threshold for automatically pausing your workloads.

This feature is available today for Priority Boarding users on usage-based subscriptions.

[Read the docs](https://docs.railway.app/reference/usage-limits) to learn more and jump on [Discord](https://discord.gg/railway) or [leave us a comment](https://feedback.railway.app/feature-requests/p/project-limits-dollar-cpu-memory-etc) to let us know what you think.

## Official Database Templates

[Image: Plugins are giving way to “official database templates”]

Over the past few months, we’ve been working hard to enable ANY type of database on Railway.

We’ve added primitives like [Docker Image Deploys](https://railway.app/changelog/2023-09-01-cron-jobs-ui#docker-image-registry-deploys-ga), [Volumes](https://railway.app/changelog/2023-07-14-volumes-generally-available#volumes-to-ga), [Private Networking](https://railway.app/changelog/2023-06-30-private-networking-general-availability#private-networking-generally-available), and [TCP Proxying](https://railway.app/changelog/2023-09-08-regions#tcp-proxying-to-priority-boarding) … features that work great on their own, but when combined together … well, let’s talk about that. 

We’re now introducing “Official” database templates for the four types of databases that have up-until-now been known as *plugins*: Postgres, Redis, Mongo, and MySQL.

These templates, which use the latest and greatest features in Volumes, Private Networking, and more, are available here:

- [Postgres](https://railway.app/template/postgres)
- [Redis](https://railway.app/template/redis)
- [Mongo](https://railway.app/template/mongo)
- [MySQL](https://railway.app/template/mysql)

The larger story is that these templates (and more like them) will soon replace plugins on Railway. Please test them and [let us know](https://discord.gg/railway) if you find any issues. The goal is full backwards and forwards compatibility.

We’ve also added support for the plugin UIs in the “Data” tab. If you deploy one of the official templates, you can go to “Data” get a quick insight into what is stored in the database. These are straight ports of the current plugin UIs, but we have big plans to overhaul them in the upcoming quarters.

## Launch Week Announcement

Set your calendars! 

Railway’s first ever Launch Week is scheduled for September 25 - September 29, 2023!

We couldn’t be more excited to share with you some huge developments from Railway and the engineers who made them all possible. 

We’re kicking it all off with a special [Launch Week Community Call](https://discord.com/events/713503345364697088/1152400907963740190) on Monday 09/25. 

Be sure to register and we’ll see you there!

## Improvements and Fixes

- We added support for [Bun 1.0 in Nixpacks](https://railway.app/template/F0K-j3)!
- We made minor improvements to logs formatting
- We fixed an edge case with service variable references and Railway provided variables (RPVs)
- We added a very (very) experimental “ghost configuration mode” when deploying templates to existing projects