Help with vercel tutorial postgress db

I’m having an issue running through the learn docs. When I get to chapter 6 to set up a postgress db the option isn’t showing up for me. I see the same page that is posted in the link below. When I first deployed the project the option was there but I was unable to create it because I maxed out the limit of databases for my account. I tried this project a a while back so I had an existing db. I went back and deleted the db and deleted my old project but when I went back to the storage page the page looked different. I then deleted my project and redeployed it again to see if that would change anything and it didn’t. Any help would be greatly appreciated. https://github.com/vercel/storage/issues/798

I’m pretty sure this is related to Vercel moving away from Vercel Postgres powered by Neon and instead offering multiple different db integrations through their new marketplace. Here’s a flag from the docs:

Vercel Postgres is available on Hobby and Pro plans for customers with existing Vercel Postgres storage. You can create a new Postgres storage with the Neon Marketplace integration if you don’t have an existing Vercel Postgres store. Existing Vercel Postgres storage will be automatically transitioned to the Neon Serverless Postgres product integration from the first week of December 2024, and expected to be completed by the end of December 2024. No action is required on your end and there will be no downtime and pricing change.

And then here’s the migration guide from Neon’s docs:

1 Like

My guess is the team just hasn’t updated the tutorials yet to reflect this

1 Like

You should either See Postgres or Neon depending on the account setup. @neversitdull is right, our docs are yet to be updated.

You can opt for Neon if you don’t see Postgres there.

1 Like