Neon

N

Neon

The official Neon Database Discord

Join

🙏|feedback

❓|questions-and-answers

🐘|postgres

flat-fuchsia
flat-fuchsia7/15/2024

Neon Autoscaler

Hi! Is it possible to configure autoscaler to run with CRI-O instead of containerd? At the moment I'm playing with self-hosted installation in k8s which uses cri-o as runtime, thus /run/containerd/containerd.sock returned within method config.criEndpointSocketPath() does not exist....
grumpy-cyan
grumpy-cyan7/14/2024

Help with Django Image Upload Handling

Good day, I cant seem to figure out how to get my images I have uploaded to appear in the frontend, I am using Python, django and I would like to know if there are any extra steps to be taken.
passive-yellow
passive-yellow7/12/2024

Use transactions/batching in Laravel

What's the best way to add batching to Laravel? Do we have a neon-serverless driver or something?
manual-pink
manual-pink7/12/2024

What exactly is data transfer / egress?

Just got an email about data transfer / egress. I tried looking it up, but I am still not sure what exactly it is? What can I do to control egress?...
fair-rose
fair-rose7/11/2024

Does Neon Support Private VPC when acquiring from AWS Marketplace?

Hello, If I purchase one of the non-enterprise packages Lunch or Scale in the AWS marketplace, would be possible to establish a private network between the db and my application? Kind regards,...
complex-teal
complex-teal7/10/2024

Vacuum pg_statistics

I was recently alerted that I am running out of space on the Launch plan. Looking at my database, I see pg_catalog.pg_statistic is 382MB, which is an order of magnitude larger than any other table and makes up ~75% of all the storage I'm using. I'm not sure what is going on here. I tried to VACUUM the table, but received permission denied to vacuum "pg_statistic", skipping it...
fascinating-indigo
fascinating-indigo7/9/2024

Can't connect to Neon from fly.io

My app deployed on fly.io cannot connect to my Neon DB. I get:
NeonDbError: Error connecting to database: request to https://api.us-east-2.aws.neon.tech/sql failed, reason: socket hang up
NeonDbError: Error connecting to database: request to https://api.us-east-2.aws.neon.tech/sql failed, reason: socket hang up
on every request. I've been troubleshooting this for hours, can't figure it out, fly.io forums are no help. My code works on local and on Cloudflare Pages. Pls help 😭...
absent-sapphire
absent-sapphire7/8/2024

Project has disappeared

Hello, I woke up this morning to find my Neon project has disappeared. https://console.neon.tech/app/projects/cool-pond-77155720/ Accessing this link shows the message "cannot authorize request by unknown reason" I did not delete the project. How can I get it back? It has lots of data in it I require. Thanks....
fascinating-indigo
fascinating-indigo7/7/2024

Help creating RLS user

Hello, I know this is a generic postgres question, but I'm trying to create a user that has NOBYPASSRLS set so I can use RLS similar to supabase. however I'm having trouble setting this up correctly. are there any guides for this for neon?...
extended-salmon
extended-salmon7/5/2024

Multi tenant application with Neon and Vercel

Hi there, We are developing a multi tenant, business management app and we are considering to use Neon, alongside Vercel. Here are some details about the app...
vicious-gold
vicious-gold7/4/2024

pg_dump needs certificate

Hi I'm trying to run pg_dump and getting the following error: $ pg_dump -d 'sslmode=require host=abc.neon.tech dbname=foo' > prod_backup.sql ...
foreign-sapphire
foreign-sapphire7/3/2024

Is there a way to set spending limit on storage and compute ?

Can I set a budget limit or alerts for spending ?
optimistic-gold
optimistic-gold7/2/2024

Can't reach database server at `ep-royal-butterfly-a5wke235.us-east-2.aws.neon.tech:5432`

I've got this error since i move in holiday and work in another city. I am using the following stack with versions : NextJS v14.1.4, prisma v^5.16.1, prisma/client v^5.16.1",...
ambitious-aqua
ambitious-aqua7/2/2024

I forgot to leave a limit for payment and now my postgre just timeout... someone help

Is the error that is occurring due to a payment error? I had no limit on the card at the time of billing and today I'm trying to continue my code but the database is VERY SLOW and giving a lot of TIMEOUT Traceback (most recent call last):...
absent-sapphire
absent-sapphire7/1/2024

Prod db deleted

Hi my project [project name elided for privacy] was deleted. Is there any way to restore it, or get a backup of it? It was deleted less than 2 hours ago. This is (was) my prod db, so this is urgent!...
foreign-sapphire
foreign-sapphire7/1/2024

Help our builders on Neon

Hey There! Wondering if there's someone on the Neon team who could point me in the right direction. Each month we run 4-week, a sync, programs for builders. This builders are typically starting a new passion project, perhaps their own startup, or a work-adjacent project in AI, Web3, gaming, crypto, and more. And we have about 2k join us each month. We partner with tech companies like Neon that are excited about sharing their tech with our builders. We've had lots of interest with Neon in the pas...
fascinating-indigo
fascinating-indigo7/1/2024

Setting the default database on Vercel

Hi there 👋 We've integrated our project that is deployed on Vercel with Neon and I'm trying to achieve the following: - Have a database for the "Production" environment in Vercel (eg. my-app-production)...
typical-coral
typical-coral7/1/2024

Airbyte integration

Subject: Inquiry on Logical Replication Beta Program Activation Dear Neon Support Team, I hope this message finds you well....
relaxed-coral
relaxed-coral7/1/2024

Help with data migration

Hi I feel like this is such a newbie question - but I'm using Neon with Drizzle in a Next.js app. I've updated one of my schema and tried to push a migration through, but all I get is this error: NeonDbError: column "type" of relation "programs" contains null values at execute (C:\Users\shaed\Documents\GitHub\mina-public\node_modules@neondatabase\serverless\index.js:1546:39) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at migrate (C:\Users\shaed\Documents\GitHub\mina-public\node_modules\src\neon-http\migrator.ts:47:5)...
robust-apricot
robust-apricot6/30/2024

Detailed stats about Data Transfer (egress)

Hello, Is it possible to view detailed statistics about Data Transfer on Neon.Tech (either via API or on website). I am on the Free Tier and would like to know which endpoints/databases or tables use most data, so I can get a better understanding and thus being to optimise the usage. Also, egress data, is data that leaves neon.tech (such as db 'reads'), and NOT also data that is coming in (such as 'writes'), is this correct? Thanks in advance....