Neon

N

Neon

The official Neon Database Discord

Join

🙏|feedback

❓|questions-and-answers

🐘|postgres

rival-black
rival-black7/25/2024

Vercel Neon Integration not creating branches

We have had the integration set up for a few months, suddenly today it has stopped creating new branches on new preview deployments. Ive tried disconnecting and reconnecting but no luck. Any help would be great as its really stopped us in our track!
ratty-blush
ratty-blush7/25/2024

Setting up automated deploys for GitHub to Vercel to Neon

I setup a production environment in my app and followed the instructions to use the Neon integration within Vercel. Everything was working fine until my dev build required a Prisma migration. I ran the migration locally and everything is working in the dev environment, but when I attempted to run the new code in a preview (and in the main build) the app breaks because it appears that the migration does not apply to remote branches. I had an issue with migrations in the past, due to missing environment variables, so I created a local script to initiate a migration in my dev environment. Thus the migration runs and updates my dev instance of Neon without issue. ``` // migrate-dev.mjs...
xenial-black
xenial-black7/25/2024

Cannot access the project due to datatransfer

Hi, This happened again this month, I got blocked from accessing the project due to data transfer ( it happened again even though I didn't use the application). thanks to the support team they enabled it and I took a backup but I lost it by accident. I just need to take another backup is that possible? ...
No description
conscious-sapphire
conscious-sapphire7/24/2024

Free tier load tests request

Hi again. We're currently evaluating the possibility of a migration to Neon but we'd like to run some load tests but we currently use a free account. The type of tests that we're expecting aren't huge: - 10 requests per second as normal load...
conscious-sapphire
conscious-sapphire7/24/2024

Connection via HTTP from a Rust-based environment

Hi there, Is there any way to contact neon via HTTP in a Rust-based serverless environment? We'd like to call Neon from Fastly by using an HTTP connection, is that possible?...
like-gold
like-gold7/23/2024

Exceeded data transfer - free plan

Hey Neon - loving using neon so far - developing up a PoC AI app (AWS Lambda / Lightsail) for but have found out that I have just gone over the data transfer limit (which I had not heard of before). Is it possible to reset my limit and I'll figure out how to limit my data Note: I only have 1 project Thanks...
adverse-sapphire
adverse-sapphire7/23/2024

Cannot access Tables section from within Neon Dashboard

I am logged on to neon dashboard admin panel, and get this following error, as seen in the posted picture. How can I see the data in the tables on the free tier, without upgrading? Or is it possible to download the databse, and migrate it somewhere else ? Thanks in advance.
No description
correct-apricot
correct-apricot7/23/2024

Brazilian Region?

Hello, guys! I'm curious about the Neon Regions. Here in Brazil we have some legislation that make us need to have the users data in the country and Neon don't have a brazilian region (like São Paulo). Can anyone tell me if it`s in the road map?
vicious-gold
vicious-gold7/22/2024

Is it possible to transfer ownership of a personal private project?

I have a product that has been using NeonDB since before Organizational plans were introduced so both the Dev & Production DBs are private projects of different accounts that are shared with me. I have reached the Data Transfer limit and want to upgrade both these projects but as I'm not the owner, I cannot do so. Is there any way I can gain ownership of both these projects under my or my product manager's account? Barring that, is it possible to transfer both these databases to an organization...
unwilling-turquoise
unwilling-turquoise7/20/2024

How to remove some data at limit.

error: Your project has exceeded the data transfer quota. Upgrade your plan to increase limits.
conscious-sapphire
conscious-sapphire7/19/2024

Change my email address

Hey Neon team, I'd like to change my email address on the dashboard but that field is grayed out for me. There is no change email button, and when I go to the password page I get an error. This didn't used to happen. I recently upgraded to "launch", could that be why things went wrong? I can only change email on the free plan? Thanks!
No description
rare-sapphire
rare-sapphire7/19/2024

Empty Tables

For some reason after a day or two, I find all my tables empty (no records). Only tables. Is that something normal (I have a Free tier)?
ratty-blush
ratty-blush7/18/2024

FQDN's to route static IP traffic through to prevent console "Add My IP" popup

Hi There! We are currently using the ip allow list functionality of Neon in conjunction with Twingate that allows you to route traffic from allowed clients targeted at particular domains (IE only requests to defined domains will get routed through the fixed IP) https://www.twingate.com/docs/whitelisting-traffic-to-public-services...
No description
ambitious-aqua
ambitious-aqua7/18/2024

`serverless` driver with IP Allow set to deny all?

If I enable IP Allow feature and block all access to my database from the internet - would I still be able to access the database via HTTPS and WS using the serverless driver? Context: I'm using Vercel to host my Next.js app and want it to connect to Postgres while reducing the database attack surface by not exposing the postgres database directly to the internet Thanks, Erik....
foreign-sapphire
foreign-sapphire7/17/2024

Cannot delete branch after rollback (time travel)

hi all, is anyone else having this issue where after rolling back a branch to an old state, neon will autogenerate a branch for the existing one that was rolled back (i renamed it) and then you cannot delete the generated branch? like as in the main was the existing branch, then it got rolled back to a previous version and main_old is the copy of the branch at the moment it got rolled back (present) and then its not possible to delete it i get this error...
No description
adverse-sapphire
adverse-sapphire7/17/2024

Logical Replication

Hello, I found that Logical replication in neon is paused. Is there a way to enable it on my end? I am testing an implementation and I really need it to work 🙏
rival-black
rival-black7/16/2024

can't create functions in a specific schema in the free tier but works in paid tier

to repro `CREATE OR REPLACE FUNCTION "udbhav-sift-dev".ticket_created() RETURNS TRIGGER AS $$ BEGIN PERFORM pg_notify('ticket_created_channel', NEW.id); RETURN NEW;...
genetic-orange
genetic-orange7/15/2024

Change environment variables names

Hi all, I was looking into a way to change the variables names that are set on Vercel. Is there a way to change the default names, on Neon side?...
variable-lime
variable-lime7/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....
unwilling-turquoise
unwilling-turquoise7/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.