Neon

N

Neon

The official Neon Database Discord

Join

🙏|feedback

❓|questions-and-answers

🐘|postgres

exotic-emerald
exotic-emerald1/23/2025

Issue with pg_partman Table Ownership and Permissions

Hello everyone, I’m trying to set up the pg_partman extension following the guide as outlined below: CREATE SCHEMA IF NOT EXISTS partman;...
ambitious-aqua
ambitious-aqua1/23/2025

Can't pay for Neon via Azure Marketplace

Hi all, I've been trying to purchase a Neon Growth plan via our Azure Portal, but the window seems to load forever. Is anyone else having this issue and are there any workaround? Can't open a support ticket... because well, we don't have a plan (yet), lol...
No description
afraid-scarlet
afraid-scarlet1/22/2025

Queries per second (QPS) and Rate Limits

I'm seeing a lot of comments about 10,000 concurrent connections, but what is the limit for queries per second? I am making sure that it can actually handle 10,000 queries per second. Also, does Neon support rate limiting per client connection?...
correct-apricot
correct-apricot1/22/2025

Can't access table

I can't open a table created with vercel + neon and get this error while trying to open it u.toSorted is not a function TypeError: u.toSorted is not a function at wee (https://dfv3qgd2ykmrx.cloudfront.net/assets/assets/load-bundle-DzzmM5pp.js:235:2991)...
No description
fair-rose
fair-rose1/22/2025

Using pg_dump if all data transfer allowance is used?

Hello, I've accidentally used up all of my data transfer allowance and can't use the database, is it possible to somehow backup the data without waiting for another month?
unwilling-turquoise
unwilling-turquoise1/21/2025

Typical dev -> main branch workflow

what's the recommended workflow when working with a simple project that has the main and dev branches. I do changes to the dev branch, add data that works within the new schema and once everything is tested and ready, I want to move the new schema WITH the data to the main branch. What's the best/easiest way of doing this?
fair-rose
fair-rose1/21/2025

Vercel integration "coming soon"

When reading docs on both Neon and Vercel about preview branching integration it seems to point towards just using the Vercel integration within Neon, but it's "coming soon". Is there any timeline for this or am I approaching it the wrong way?
No description
other-emerald
other-emerald1/20/2025

change status of db from idle to active

how can i change the status of neon db from idle to active ?
manual-pink
manual-pink1/20/2025

cant access Neon branches

Hi I am experiencing a unexpected error when trying to connect neon DB form my db tool when I went through dashboard I see the attached message
No description
stormy-gold
stormy-gold1/20/2025

TABLE VIEW

Im using my laptop then the database in neon table's view is showing "something went wrong" but in the mobile browser i can see it without getting any error.
No description
harsh-harlequin
harsh-harlequin1/20/2025

Prisma Connection Timeout: Issues with Fetching a New Connection from the Pool

I'm running into a persistent error while trying to use Prisma's findUnique method in my project. The error message is: Timed out fetching a new connection from the connection pool. More info: http://pris.ly/d/connection-pool (Current connection pool timeout: 30, connection limit: 10) Even after adjusting the connection and pool time settings in the Prisma configuration, the error still occurs. The issue arises when trying to fetch a user from the database with prisma.user.findUnique() after retrieving user details using Clerk. It seems the application can't get a new connection from the pool, despite increasing the connection timeout and pool limit....
wise-white
wise-white1/19/2025

XMLHttpRequest is not defined

I'm trying to deploy my nextjs-hono-backend application on cloudflare pages. im using drizzle adapter with neon-postgres in better-auth It builds successfully but on preview, it returns the following errors in the terminal ```...
xenial-black
xenial-black1/18/2025

Neon console error: unable to display table page.

I am experiencing an unexpected error while trying to access my database table and have provided the necessary log error for investigation.
No description
afraid-scarlet
afraid-scarlet1/18/2025

Just setup the tables, without any records, and I've reached the limit ???

Hi there, how's that possible without entering any records and from the message it's supposed I've used 500 MB storage !
fascinating-indigo
fascinating-indigo1/17/2025

Setting temp_file_limit

As a security precaution i would like to be able to set temp_file_limit in a session. However i get a permissions denied error, im assuming because neon does not give out superuser roles to us (which is understandable). Is there any possible workarounds here? Open to using other non-superuser settings that achieve a similar effect (for context im trying to block malicious queries that would consume a ton of resources, such as a recursive cte that runs forever). Thanks ! more info:...
noble-gold
noble-gold1/17/2025

Vercel integration and migrations

When I migrate my vercel-dev branch (that I use for local testing) using drizzle-kit migrate and then deploy to production, will my main neon branch get migrated as well or do I have to manually change something? Im confused on the process of how to sync the migration of my production db branch with my app's deployments. Thank you for any advice!!...
unwilling-turquoise
unwilling-turquoise1/16/2025

How can I merge my branches?

Hello members! I hope you're doing well! I'm new in this platform and I wanted to ask if I'm able to do a merge of my branches in the web platform of Neon. Thanks in advance....
rising-crimson
rising-crimson1/16/2025

Looking for advice on local vs prod setup

Hey all, first time dabbling so excuse the beginner question. I'm looking for advice on the best approach to tackle local dev vs the production environment. In my mind I'd like to use neon just for the production env so that I don't churn through my free tier allowance while deving locally, but I'm not sure on the best way to approach this. Local postgreSQL db with the data duplicated over to neon?
other-emerald
other-emerald1/16/2025

Missing Database

I had a database disappear from Neon. I am not aware of anything that I did to remove. When I look at the dashboard, I have one branch and one compute as expected but only the development database. The database that I was using for my production instance does not appear on the dashboard and I can no longer access it using the connect string that worked earlier today. Does anyone know how I can get it back? Thanks.
parallel-tan
parallel-tan1/15/2025

Failing to connect to the DB.

I have a nodejs application and I have been trying to connect using the conncetion string but I have just been getting errors Here is the code `const { Client } = require("pg");...
No description