Upgrade from Early Access

Hello, according to this article https://www.prisma.io/docs/getting-started/prisma-postgres/upgrade-from-early-access I have tried backup my data but on step: 1.3. Creating the Backup with pg_dump PGSSLMODE=disable \ pg_dump \ -h 127.0.0.1 \ -p 5432 \ -Fc \ -v \ -d postgres \ -f ./mydatabase.bak \ && echo "-complete-" I got an error pg_dump: saving search_path = pg_dump: saving database definition pg_dump: dumping contents of table "public.Account" pg_dump: dumping contents of table "public.Booking" pg_dump: error: Dumping the contents of table "Booking" failed: PQgetCopyData() failed. pg_dump: detail: Error message from server: server closed the connection unexpectedly This probably means the server terminated abnormally before or while processing the request. pg_dump: detail: Command was: COPY public."Booking" (id, status, phone, name, "userEmail", "staffId", comment, "recordId", "studioId", "resourceId", "serviceIds", "seanceLength", "startDate", "createdAt", "updatedAt", "treatmentFeedbackSent", "visitFeedbackSent") TO stdout;
Upgrade Prisma Postgres from Early Access | Prisma Documentation
Upgrade your Prisma Postgres database from Early Access database to General Availability database.
No description
7 Replies
Prisma AI Help
You decided to hold for human wisdom. We'll chime in soon! Meanwhile, #ask-ai is there if you need a quick second opinion.
Nurul
Nurul2d ago
@Kasmadan (UA) Thanks for reporting! I am checking. This happened while you were exporting your production environment in project named "loveepil-com"?
Kasmadan (UA)
Kasmadan (UA)OP2d ago
yes @Nurul (Prisma)
Nurul
Nurul2d ago
Shared details with team internally. I’ll get back with an update
Kasmadan (UA)
Kasmadan (UA)OP2d ago
thanks
Nurul
Nurul18h ago
One of our engineers is investigating this error today. I should have an update for you latest by tomorrow
Kasmadan (UA)
Kasmadan (UA)OP11h ago
thanks

Did you find this page helpful?