From e2fba368826660224626ba907c1d538fe4966c6e Mon Sep 17 00:00:00 2001 From: Ankur Datta <64993082+ankur-arch@users.noreply.github.com> Date: Fri, 7 Feb 2025 02:30:32 +0600 Subject: [PATCH] feat: complete mysql migration guide (#DA-2560) --- .../110-import-from-existing-database.mdx | 2 +- .../115-import-from-mysql-database.mdx | 130 ++++++++++-------- 2 files changed, 77 insertions(+), 55 deletions(-) diff --git a/content/100-getting-started/03-prisma-postgres/110-import-from-existing-database.mdx b/content/100-getting-started/03-prisma-postgres/110-import-from-existing-database.mdx index 84874ceabc..fefe84b7be 100644 --- a/content/100-getting-started/03-prisma-postgres/110-import-from-existing-database.mdx +++ b/content/100-getting-started/03-prisma-postgres/110-import-from-existing-database.mdx @@ -21,7 +21,7 @@ In the third step, you will be using the [TCP tunnel](/postgres/tcp-tunnel) to s - The connection URL to your existing PostgreSQL database - A [Prisma Data Platform](https://console.prisma.io) account -- Node.js installed (version 16 or higher) +- Node.js 18+ installed - PostgreSQL CLI Tools (`pg_dump`, `pg_restore`) for creating and restoring backups