Neon

N

Neon

The official Neon Database Discord

Join

🙏|feedback

❓|questions-and-answers

🐘|postgres

sunny-green
sunny-green6/1/2025

I accidentally set the table name to order

This is the error code: ac9d8f15216f45b3aace88ac79d232b2 Is there any remedy? Thank you for watching...
adverse-sapphire
adverse-sapphire5/31/2025

Instant restore window

Modifying the limit here doesn't affect anything in my current instance right? No restart needed correct?
No description
like-gold
like-gold5/28/2025

increase limit of concurrently active endpoints

How do i fix this error: Error querying the database: ERROR: You have exceeded the limit of concurrently active endpoints. Please suspend some endpoints and try again. ...
rare-sapphire
rare-sapphire5/27/2025

Could not connect to Local Neon MCP Server

I'm building a slack bot which listens to messages and connects with neon MCP Server but after running npx -y @neondatabase/mcp-server-neon start neon_api_key it returns nothing to me and not sure what's going on. It does not connect. ...
genetic-orange
genetic-orange5/27/2025

Hi All - a couple quick questions, hoping someone can kindly help me

I have been trying to play around with the environments feature and branching for Neon. I am trying to deploy preview branches through v0, which is working, and it deploys a preview Neon DB branch as well - however, when I make schema changes through v0 - they still go into the prod database - rather than into the preview branch. Can you please let me know in case I am missing anything - and if there is a right process to do it especially through v0. I have connected my Neon database through v0, and then updated project details from within vercel "project" settings so that it deploys the preview branch on preview deployments....
sensitive-blue
sensitive-blue5/26/2025

what would happen if my branch compute exceeded the plan?

would the entire db go down or what? i dont understand what it is exactly
No description
complex-teal
complex-teal5/26/2025

neon with cloudflare hyperdrive in hono.js using postgres.js

hello everyone, i'm having this error that I haven't quite know how to solve yet. it's related to using neon with postgres.js and hyperdrive i'm trying to set up a connection as follows:...
rival-black
rival-black5/25/2025

Is the neon serverless driver stateless and suitable for AWS Lambda

I am running up to 1000 concurrent lambda's which need to update various tables in neon - I am looking for best practice way to handle this without getting into connections and connections pooling. Is the neon serverless driver stateless and the way to go? Also some of these lambdas are python based, not node. What is the recommendation for python based lamda usage/setup? thanks...
fascinating-indigo
fascinating-indigo5/24/2025

Vercel + Neon + RLS

I'm using Neon postgres integration with Vercel. I need to be able to set the "role" for the auto-generated database URLs that are added to my vercel project ENV. I need to configure this because right now the URLs from the integration use the full admin db. I'm trying to use the authenticated role for RLS. How can I do this? I can't find where to configure the role for this integration in Vercel or in Neon....
fair-rose
fair-rose5/23/2025

Compute Hours Limit Reached

Hey Guys I am on the Launch plan and even without any usage I have hit 300 compute hours for some reason how can I know what is the problem here?
noble-gold
noble-gold5/23/2025

can't download db schema

Hi everyone. First of all, thank you for such a service, using it is a breeze ❤️ Could you help me with issue of a database schema not being downloadable? I tried to download it both on Safari and Brave and couldn't. I'm on development branch, could this be a reason? Thank you!...
harsh-harlequin
harsh-harlequin5/23/2025

neonctl auth in a VM?

I can't be the first person to install neonctl in a virtual machine. When I run neonctl auth, it tries to spawn the browser and fails. I can manually enter the URL into my browser, but then it redirects to 127.0.0.1 but there is of course nothing running there. Additionally, neonctl seems to crash after failing to spawn the browser so there's nothing listening there either, and invoking the target URL in the VM via curl or wget fails....
xenial-black
xenial-black5/23/2025

import

I was trying import our database from AWS Why does the import feature say pg_cron is unsupported? The docs say its supported
No description
noble-gold
noble-gold5/23/2025

Issues with anon-pg

I am facing similar issues to this issue. I'm wondering if it will be fixed or if I can get an ETA from the dev team about when this could be fixed.
sensitive-blue
sensitive-blue5/22/2025

Using Neon + Drizzle + Lambda

I am too confuse how to setup Neon + Drizzle + Lambda, I see alot of package that support every possible answer, but don't know which one is good one. main goal is to run quick and efficient way in aws lambda. I found nenodatbase/serverless and also drizzle have own drizzle-orm/neon-serverless....
genetic-orange
genetic-orange5/22/2025

Can I estimate pricing based on usage in my current GCP Cloud SQL?

Hi, I have a few applications that currently use Google Cloud SQL on GCP. Is there some way to convert current usage metrics into the way Neon charges for usage? I don't really understand fully the variables that go into the pricing and what would determine them. Although being able to calculate that is ideal, if someone could tell me "it will definitely be much cheaper to switch" (or not) that would be helpful too....
useful-bronze
useful-bronze5/21/2025

Problem whit MCP

Hi, I'm having this problem when using Neon MCP. It's constantly sending me a usage authorization request, even when I'm not using it. Is there a way to avoid this or something I can do to prevent it?
No description
eastern-cyan
eastern-cyan5/19/2025

Databases not visible in UI

I have a project which has been working perfectly fine until recently: now database selector is empty in the SQL editor view and Tables page does not load (JS throws Error: database id should not be empty). However, the database works just fine when connecting remotely. Any suggestions how to debug?
fair-rose
fair-rose5/19/2025

endpoint is not active, could not restart

My database is suspended and there is no way to restart, does someone know how I can restart my database again? I tried to use: https://console.neon.tech/api/v2/projects/***/endpoints/***/restart but doesn't work. I get the below error. And there is nothing to find in Neon console to restart my database... {"request_id":"9ffaeba0-d697-4bb9-9deb-7e88b25c6506","code":"","message":"endpoint is not active, could not restart"}%...
No description
quickest-silver
quickest-silver5/19/2025

LISTEN/NOTIFY is not working on express server

I created triggers and listening on express server if I manually quering from express server then it's returning data but I any row created in table than it's not giving me any data.