docs/1.34/faq/prisma-1-maintenace-fq12.mdx
export const meta = { title: 'Since Prisma 2 is released, will Prisma 1 still be maintained?', position: 11, articleGroup: 'Prisma 1 maintenance', }
Prisma 1 (Open Source) will be deprecated on September 1st, 2022. This means that we will archive the Prisma 1 GitHub repo and we will no longer provide fixes for critical bugs, develop new features, or provide support for user issues.
Prisma 1 (Open Source) is the client, CLI, and server.
Prisma 1 Cloud was a service that complemented Prisma 1 (Open Source) by hosting the server and a data browser.
prisma.yml and any environment variables your build process is using.PRISMA_MANAGEMENT_API_SECRET, you are not using Prisma 1 Cloud. You can verify this by using prisma1 logout from the command line, regenerating your Prisma 1 client, and attempting to deploy or access a service.If you plan to upgrade to Prisma ORM, please email us using the email address on file with a list of the Services in your account that you would like us to export.
If you choose to self-host Prisma 1 (Open Source), use the CLI to export your data.
Note: Deleting a server following the steps below will delete the custom server from the Prisma 1 Cloud UI and preserve the deployed service and data.
Endpoint property.managementApiSecret set as a Config Variable.PRISMA_MANAGEMENT_API_SECRET environment variable. Consider using the -e flag or another method for setting environment variables.Note: Deleting a service following the steps below will delete the service, data model, and data. To preserve data at a custom service, follow these steps.
Yes, you can self-host. However, we recommend upgrading to Prisma ORM as Prisma 1 will be deprecated on September 1st, 2022.
prisma1 export.prisma.yml file to point to the Prisma 1 Server created in Step 2, and import your service data.