---
title: "New Proxy, Project Transfers, and About Us"
date: 2021-09-03T14:00:00.000-07:00
number: 0045
url: https://railway.com/changelog/2021-09-03
---

# New Proxy, Project Transfers, and About Us

## New Proxy

Has this ever happened to you? You are excited to deploy your new version of your application and then while the new deploy takes over the old deploy, your app goes down.

Well, it wasn't your code rather our networking layer being slow to propagate changes. After we held a viking funeral for our old proxy, we deployed a brand new proxy that is more webscale™.

Slow no more, the new proxy propagates network changes near instantly. No more 404s.

[Image: Untitled]

## Project Transfers

We recently had a couple of users [ask us](https://feedback.railway.app/feature-requests/p/allow-the-transfer-of-a-project-from-one-user-to-another) to add a feature to allow them to transfer projects and that's exactly what we did.

Users can now transfer projects to other users. The flow starts with the existing owner requesting to transfer the project to another user and once that user accepts the transfer, they become the new owner of the project!

[Image: Untitled]

## Rail-what?

Learning about Railway, the company, is now easier than ever. We now have a new About page populated with information explaining what Railway stands for and who runs the trains. Share the page with your friends, family, and rivals today!

Check it out at [railway.app/about](https://railway.app/about)

[Image: Untitled]

## Various fixes and improvements

- A number of starters using Prisma were on an old version that was incompatible with the latest version of Node. We now bumped up the Prisma version to `2.30.0`.
- Performance improvements related to viewing your project deploys and logs.

## Blog Post

- A guide for backing up and restoring your PostgreSQL instance that [you can checkout here](https://blog.railway.app/p/postgre-backup)