Permission error using `pgcopydb clone --follow`
pgcopydb clone --follow to run a continuous migration from my source db in Amazon to my target db in Neon. It looks like the pgcopydb tool cannot create the necessary replication objects on the Neon side using the sales_owner user that I set up in my Neon project. Here is the relevant part of the error message (I will reply with rest of the error):
```
permission denied for function pg_replication_origin_oid...not able to fetch and mutate the data

Tables Bug?
72057594037963085 into 72057594037963090. The problem runs right through the database, but it only does this with long IDs, short ones are spared. I have also compared rows with the correct DB where everything is stored correctly but is only displayed incorrectly in your UI. Seems like IDs are rounded...
Btw you can filter in tables for the right ID but still will find the wrong one 😄
have a good one:Postgresql_elephant:...can I delete my account without updating my plan?

Neon have AWS SA-SAO-PAULO? I need this to contract the service
Vercel Integration Not Auto-Creating DIRECT_URL For Each Branch Deployment?
Help with migration
EMERGENCY: Production database keeps going down
port 5432 failed: ERROR: server login has been failing, try again later (server_login_retry)
port 5432 failed: ERROR: server login has been failing, try again later (server_login_retry)
[Branching Strategy] Do we need to delete the unused branches?
prod and one for staging. staging has dummy data....Managing databases (adding/removing rows)
Compute usage different in project dashboard compared to usage metric

Vercel deployments are failing due to Neon Branching check

Unable to query DB
I can't established a new connection to my database...
How can I reset my password?
Connection string has changed and can't access database on neon dashboard.
How is the storage size calculated?

Neon + Prisma + Next Middleware Runtime Issue
A Node.js API is used (process.cwd) which is not supported in the Edge Runtime.
This error is a result of:
1) The Prisma + Neon client config requires adding dotenv.config(); for the Pooler, which uses process.cwd internally
2) To configure NextAuth, I rely on the Prisma client in my Next middleware.ts , which is on the Edge Runtime. ...
