Neon

N

Neon

The official Neon Database Discord

Join

🙏|feedback

❓|questions-and-answers

🐘|postgres

genetic-orange
genetic-orange8/15/2025

Removal of payment card information

How to remove credit card information on an account? I went into a free plan and no longer need it here, but it seems to be stored for some reason
flat-fuchsia
flat-fuchsia8/15/2025

New Pricing with replication slot, seems expensive?

So saw the new pricing page today and it seems very expensive to use logical replication. Since the db does not become inactive, you have to pay for the entire compute even when there really isn’t any activity. Is there any ways to mitigate this in a development or testing environment? For the launch plane that’s a minimum of about $26 (744 hours in month * .25CU * .14) and about $48 for the scale plan ($744 hours in month * .25 CU * .26). ...
metropolitan-bronze
metropolitan-bronze8/14/2025

How do I transfer a Neon database from one Vercel org to another?

Basically the title. Someone has a Vercel organization on Neon with a couple databases. I've added him to my Vercel organization, which I assumed would make him a part of my Neon organization. But for him, my Vercel organization doesn't pop up on Neon. How can we do the transfer? According to Neon I manage organization members through Vercel.
foreign-sapphire
foreign-sapphire8/13/2025

VPC Endpoint Approval

I've followed the documentation to a T, have the vpc-endpoints created in AWS us-east-2 + dns configured, but am still getting 'connection allowed : no' on my project
No description
rival-black
rival-black8/13/2025

Cannot create a new table, create button spins forever

When I try to create a simple table the create buttons spins forever.
No description
foreign-sapphire
foreign-sapphire8/12/2025

Initial Setup with logins

The docs aren't clear on this. Can I create a Neon account with a username/password (root service account) and then have my users SSO into the Neon console?
ambitious-aqua
ambitious-aqua8/11/2025

Copying data from a branch into Production branch

Hi, id like to copy over all the data from a branch of the parent production and replace what production branch is with the child branch. How do you suggest we do that? Thanks!...
genetic-orange
genetic-orange8/10/2025

Redeeming this credit require pro ?

I have got this 100 $ credit, Should I need pro version to activate it or is it already activated in free ?
No description
deep-jade
deep-jade8/8/2025

Unlinking Vercel to Upgrade to Paid Tier

Hi! I first set up my Neon account through Vercel when I was testing a project. I have since continued development and stopped using the Vercel platform. I'm at a point where I want to upgrade my Neon account from the free tier for more storage and compute, but as my subscription is managed by Vercel I'm prompted to upgrade through that platform. As I am no longer using Vercel I would much rather manage the Neon account independently. I have removed the integration from the Vercel side, but Neon...
optimistic-gold
optimistic-gold8/8/2025

neon db limit free tier

is there a way to backup my database temporary after reaching data transfer limit 5gb? because its important data i cant access it
optimistic-gold
optimistic-gold8/7/2025

Foreign Key Problem

When creating a foreign key to a table in another schema, the constraint is generated using the current schema instead of the one explicitly specified. Example: ```...
old-apricot
old-apricot8/7/2025

Its possible to reset the database from parent without copying the data from 1 table?

Has the title says, normally i reset my databases but include data that i dont need or want from production so i was thinking if its possible to just copy the tables that i want.
foreign-sapphire
foreign-sapphire8/6/2025

Prisma + Neon RLS

Struggling right now to implement RLS with clerk authentication and prisma ORM, are there any guides out there on how to do this?
fair-rose
fair-rose8/5/2025

track_commit_timestamp & using Neon with SpiceDB

I would like to use Neon with SpiceDB so I can have Google Zanzibar like capabilities in my SaaS. However in order to use the Watch API with SpiceDB (allowing me to subscribe to changes in the system). It seems that I am not able to set this setting. It also seems that this setting is turned off in Neon. Is there a way to have it turned on?
extended-salmon
extended-salmon8/4/2025

Unexpected Error f55eec6de4a94b8d80cf450c7c75203c

Is anyone else getting this? I think it might be to the auto increment column causing an error but I can query data from it and add data into it. Yet I just cannot see the records in the tables section on neon.com #❓|questions-and-answers...
No description
fascinating-indigo
fascinating-indigo8/4/2025

Vercel Neon integration, preview deployments

I have setup an integration with Neon and Vercel where I manage all my neon billing through vercel. The integration is managing env variables and I have automatic branching on preview deployments set. The issue: The preview deployments are not getting the new env variables from the preview branch injected, so it just uses the main branch env variables....
genetic-orange
genetic-orange8/3/2025

email alert my usage over 500MB,but not even 100MB

i have one project , and two branch (prod and dev) , the total usage not even close to 100mb , and its already reject the new wirte request ,
this is my email :im.liyelin@gmail.com please use my email locate my account and review usage ....
No description
tame-yellow
tame-yellow7/31/2025

Best practice / approach for cloning one neon database into another?

Best practice / approach for cloning one neon database into another?
rare-sapphire
rare-sapphire7/30/2025

Storage pricing(?)

Hey, noticed my database is taking a bunch of storage, and I deleted the data. Now, the index was stil huge, so I ran VACUUM FULL on few tables that had huge indexes. What I am noticing is that there is actually an increase in storage....
conscious-sapphire
conscious-sapphire7/30/2025

Cannot use `pg_ivm` extension

I can install it ok using CREATE EXTENSION pg_ivm; and that succeeds. But when I try to use the extension . eg...