Neon

N

Neon

The official Neon Database Discord

Join

šŸ™ļ½œfeedback

ā“ļ½œquestions-and-answers

🐘|postgres

solid-orange
solid-orange3/31/2025

"non-primary" compute

I see in the dashboard,
You've used 94% of your non-primary compute allowance this month.
I cannot find in docs what "non-primary" compute is. Does this mean any compute that is not on the "default" branch?...
fascinating-indigo
fascinating-indigo3/31/2025

What happens if I exceed my plan purchased on AWS?

As title. Does access get cut off? Can I do pay-as-you-go like with regular plans?
wise-white
wise-white3/30/2025

Connection issue with neon DB and FastAPI application deployed on Vercel

FastAPI application that is connected to Neon DB (serverless Postgres) works locally, but fails to establish a database connection on deployment in Vercel. lifespan or startup event handlers for initializing the database pool seem to not execute or fail in the deployed environment. No proper error statement is shown. What is the source of this issue? . Is it Vercel or NeonDB? What are the alternatives to keep DB connection alive throughout session. I want the DB pool connection to be closed only when FastAPI app stops running. Here is the code snippet ```...
mute-gold
mute-gold3/29/2025

Prisma support for both serverless and non serverless

I run an open source app and people run the app in different ways. We use Prisma. Is there an easy way to make this work with and without Neon? Most self hosters won't use Neon so we want to make it work well in all cases: https://neon.tech/docs/guides/prisma#use-the-neon-serverless-driver-with-prisma...
helpful-purple
helpful-purple3/29/2025

Bandwidth Limit Exceeded?

I was creating a REST API using Express and, after doing a POST request, i received this error: 509 (Bandwidth Limit Exceeded) Have i surpassed the transfer limit of the free plan? It says on my dashboard that i've used 0.01GB of data transfer capacity...
No description
like-gold
like-gold3/29/2025

GUI to Import CSV data to db

There's an option to download a table in CSV but not the other way round. Can anyone help me understand how to import data?
absent-sapphire
absent-sapphire3/28/2025

Possible to setup neon auth with difference projects and difference branches?

Not entirely sure if this is possible atm and how would I use neon auth for production, staging and local dev separately?
passive-yellow
passive-yellow3/28/2025

Getting password authentication error, while running "node server.js" (new to programming)- while co

"Unable to sync the database: ConnectionError [SequelizeConnectionError]: password authentication failed for user 'neondb_owner'"
solid-orange
solid-orange3/28/2025

terraform-provider-postgresql

Hey, has anyone successfully used https://github.com/cyrilgdn/terraform-provider-postgresql to install extensions, create grants etc? We run into a couple of issues with this on neon. E.g. https://github.com/cyrilgdn/terraform-provider-postgresql/blob/main/postgresql/resource_postgresql_grant.go#L799 this does not really work and throw a permission error.
harsh-harlequin
harsh-harlequin3/28/2025

Database connection error

Hi everyone, I'm building an app using Drizzle and until yesterday everything was fine. But today when I tried to run the app, it was giving me a connection error message on the logs. When I tried to access the console I got the error on the screenshot
No description
like-gold
like-gold3/28/2025

Schema-only Vercel preview branching?

Hi Neon Team šŸ‘‹ I’m using Neon with Vercel for a (currently) stealth-mode SaaS startup, making use of the Neon Postgres Previews Integration to create branches for my preview environments. Wondering if you have plans to allow schema-only or anonymised-data automated branching to be configured through the integration as sometimes it’s not appropriate to surface production data outside of production. ...
metropolitan-bronze
metropolitan-bronze3/27/2025

Issues running migrations with transactions in Laravel

I was really excited to test out Neon and have built a sizable laravel application using Postgres. Unfortunately, I've run into a road block with Neon right out of the gate.
When running migrations it always fails... Strange, works with all the other postgres databases so far.
What I was able to find is migrations coud be run successfully by adding public $withinTransaction = false; to my migration file....
equal-aqua
equal-aqua3/27/2025

Neon Query Monitor -- does it show only queries from Neon SQL Editor?

If I run a query within Neon (SQL Editor), it shows up in the Query Monitor section under Query History. If I run the same query from an external tool that completes successfully, I see no record of it Query History. I have checked all branches and databases to be sure the external query was going where I expected, and none show any Query History. Also, it seems even when a record shows in Query History, it doesn't last long. If I switch to other branches / dbs and then come back even after...
deep-jade
deep-jade3/27/2025

Multi-factor Authentication

I’m unable to figure out how to enable two-factor authentication on my Neon account, and I haven’t found any documentation online. Could someone walk me through the steps?
desirable-aquamarine
desirable-aquamarine3/26/2025

Pricing for Single Project with 1,000 Tenant Databases

Hi Neon Team, I'm evaluating Neon for a multi-tenant SaaS application where we plan to use: - 1 Neon project - 1,000 separate databases (one per tenant)...
sunny-green
sunny-green3/25/2025

N8N MCP Client

I am trying to use MCP within n8n but seem to be running into issues. Does anyone have any expereince connecting to n8n. I think it's a credential issue. ``` Command: npx Arguments: -y @neondatabase/mcp-server-neon...
No description
extended-salmon
extended-salmon3/25/2025

Set pg_trgm.similarity_threshold not working?

Hi, Is there a way to permanently set pg_trgm.similarity_threshold from the default 0.3 to 0.5 in Neon? This query does just that in our local db: ALTER SYSTEM SET pg_trgm.similarity_threshold = 0.5 ...
No description
extended-salmon
extended-salmon3/24/2025

Can a paid subscription only be paid via AWS or Azure?

Do I need to have a AWS or Azure account to use any of the paid plans?
harsh-harlequin
harsh-harlequin3/24/2025

ERROR: permission denied to set parameter wal_keep_size

Hey everyone! šŸ‘‹ I’m using Neon as the PostgreSQL source for Airbyte (CDC mode), and I’m getting this error: ā€œSaved offset is before replication slot’s confirmed LSN. Please reset the connection, and then increase WAL retentionā€¦ā€...