Teams switch from Aurora Serverless to Neon for better performance and 80% less costs. Read more

Vercel Postgres Transition Guide

Everything you need to know about transitioning from Vercel Postgres to Neon

Starting in November, 2024, Vercel is transitioning its Vercel Postgres stores to Neon.

In case you missed the announcements, you can read them here:

No action is needed on your part. The transition will be performed automatically without disruption to your applications.

We know moving to a new platform may bring up questions, so we’ve prepared this guide to answer as many as possible.

About the transition

Why is this transition happening?

Last year, Vercel introduced Vercel Postgres (powered by Neon) as part of their platform. Now, in order to provide a wider variety of solutions and integrations for its customers, Vercel is shifting to a different model. Instead of a Vercel-managed solution, Vercel is launching the Vercel Marketplace, where you can easily integrate first-party storage services, such as Neon Postgres, into your Vercel projects.

While Vercel Postgres was powered by Neon, it was not able to support all of Neon's regular updates and features. By transitioning to Neon Postgres, you will gain access to Neon's full feature set and usage plans, providing you with a better database experience. Vercel's new marketplace model makes this possible.

When exactly will the transition happen?

The transition will begin in November. It will be a phased migration, with Vercel Postgres stores automatically migrated over to Neon without any downtime. Stay tuned for updates from Vercel about exactly when this will happen for your account.

Until then, you can continue using Vercel Postgres as usual.

Do you need to do anything before the transition?

No, the transition to Neon will be fully managed. There is nothing you need to do in preparation for it.

What changes will I see after the transition?

After the migration, you will be able to access and manage your existing Databases from the Neon Console without requiring new login credentials, and you will be able to create new Databases from a Storage tab in the Vercel Dashboard.

Can I still create new Databases during the transition?

Yes, you can continue creating new Databases using Vercel Postgres until the transition starts in November. After that, new Databases will be created via the native Neon Postgres integration, from the Storage tab on the Vercel Dashboard.

What happens to Databases created before the transition?

Any Databases created using Vercel Postgres before November will be automatically migrated to Neon Postgres as part of the transition.

Billing questions

How will billing be affected?

Billing for the new Neon Postgres native integration will be managed in Vercel. You won’t need to manage separate billing for Neon — everything will stay unified under your Vercel account.

Will you be automatically transitioned to a particular Neon plan?

  • Vercel Hobby Plan Databases will be migrated to the Neon Free Plan, which gives you more compute hours, data transfer, Databases, and storage than you had on the Vercel Hobby Plan. See Vercel Hobby Plan vs Neon Free Plan for a comparison.

  • Vercel Pro Plan prices and limits will not change. This ensures no pricing surprises when transitioning to Neon. You can stay on your Vercel Pro Plan or you can switch to a Neon plan. For a Vercel-Neon plan comparison, see Vercel Pro Plan vs Neon Launch Plan.

How do Vercel Postgres plans compare to Neon plans?

Vercel Postgres was available with Vercel's Hobby and Pro plans. Let's take a look at these plans and compare to Neon:

Vercel Hobby Plan vs Neon Free Plan

The Vercel Hobby plan is free and aimed at developers with personal projects, and small-scale applications. In Neon, the equivalent plan is our Free Plan. Here are the differences to be aware of:

ResourceVercel Hobby (Included)Neon Free Plan (Included)
Compute Time60 Hours191.9 Hours
Data TransferN/AUp to 5 GBs per month
DatabaseFirst Database10
StorageFirst 256 MB IncludedUp to 512 MB

Additional use (called "Extra usage" in Neon) for a fee is not available on either the Vercel Hobby or Neon Free plans.

A Database in Vercel is a Project in Neon

A Database in Vercel is a Project in Neon. A Neon project can have multiple Postgres databases — up to 500 per branch.

Vercel Pro Plan vs Neon Launch Plan

The Vercel Pro plan is is tailored for professional developers, freelancers, and small businesses. In Neon, the equivalent plan is our Launch Plan at $19 per month. The following table provides a comparison of what's included:

ResourceVercel Pro (Included)Neon Launch Plan (Included)
Compute Time100 Hours300 Hours
Data Transfer256 MBReasonable usage (no hard limit)
DatabaseFirst Database1000
StorageFirst 256 MBUp to 10 GiB

Both the Vercel Pro and Neon Launch plans offer additional use (called "Extra usage" in Neon) for a fee, as outlined below. In Neon, additional units of compute and storage cost more, but you get a monthly compute and storage allowance included with your plan's monthly fee, and Neon does not charge for data transfer, additional databases, or written data.

ResourceVercel Pro (Additional)Neon Launch Plan (Extra usage)
Compute Time$0.10 per compute hour$0.16 per compute hour
Data Transfer$0.10 - 1 GBNo additional cost
Database$1.00 - Per 1 DatabaseNo additional cost for the first 100
Storage$0.12 - 1 GBFirst 10 GB included; afterwards $1.75 per-GB / $0.1 per-GB for (archived data)

Neon also offers Scale and Business plans, which include more storage, compute hours, projects, and features. Be sure to check them out if the Launch plan does not meet your requirements.

What about Enterprise customers?

Neon is working with the Vercel team to provide joint frontend cloud services for Enterprise customers. This will simplify the adoption and procurement process through the Vercel Marketplace. Stay tuned for more information. If you want to speak to us about an Enterprise-level Neon plan, you can get in touch with our sales team.

Platform questions

What Neon features will I have access to after the migration?

Once the transition to Neon Postgres is complete, you will gain access to a variety of advanced Neon features that were not available in Vercel Postgres, including:

note

The Neon Postgres Previews Integration, which automatically creates a database branch for each preview deployment, is currently only available to users who signed up with Neon directly. It cannot be used in combination with the native Neon Postgres integration on the same Vercel project.

What Vercel Postgres limitations are lifted by the transitions to Neon?

  • CLI support. The Vercel CLI and the Vercel Terraform Provider did not support Vercel Postgres. With Neon Postgres, you have access to a fully featured Neon CLI and community-maintained Terraform providers.
  • Larger computes. On Vercel, databases on Hobby plans are limited to 0.25 logical CPUs. The Neon Free plan supports computes up to 2 vCPUs and Autoscaling.
  • Postgres roles. On Vercel, you were limited to a single Postgres database access role. There is no such database access role limit on Neon.

What Postgres versions are supported?

Vercel Postgres supported Postgres 15. With Neon, you'll be able to create databases with Postgres 14, 15, 16, or 17. You can find Neon's Postgres version support policy here.

Are the supported regions the same for both services?

Yes, all regions supported by Vercel Postgres are also supported by Neon Postgres.

Will the Vercel Postgres SDK continue to work?

Yes, the Vercel Postgres SDK will continue to work. However, you can expect Vercel to deprecated it some point after the transition. The good news is that the Vercel SDK is a wrapper around the the Neon serverless driver, so it's very compatible. There's no need to switch to the Neon serverless driver immediately, but if you would like to get a start on that, please refer to our Vercel SDK to Neon serverless driver migration guide for instructions.

Is Neon compatible with the same ORMs as Vercel Postgres?

Yes, Neon supports any ORM that is compatible with Vercel Postgres, including:

  • Drizzle
  • Keysley
  • Prisma

What will happen to Vercel Postgres templates?

Vercel Postgres templates will be transitioned to Neon Postgres templates. You will still be able to use all of them after the transition.

More questions?

There are likely many more questions we haven't thought of. To get you those answers as quickly as possible, we've set up slack channel ##vercel-postgres-transition, which we will be monitoring leading up to and through the November transition period.

Last updated on

Was this page helpful?