From b6a31c29440f2fbdb3a22fb24382c3782f51f1c7 Mon Sep 17 00:00:00 2001 From: Emmet_v15 Date: Tue, 9 Apr 2024 12:45:48 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20db=20migration=20comman?= =?UTF-8?q?d=20instructions=20(#1410)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Since you proxy the prisma commands so they have the right env varaible for DATABASE_URL & the location for schema.prisma file --------- Co-authored-by: Baptiste Arnaud --- apps/docs/self-hosting/deploy/manual.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/docs/self-hosting/deploy/manual.mdx b/apps/docs/self-hosting/deploy/manual.mdx index 5233b740c..60bb70d45 100644 --- a/apps/docs/self-hosting/deploy/manual.mdx +++ b/apps/docs/self-hosting/deploy/manual.mdx @@ -43,7 +43,7 @@ cp .env.example .env The database user should have the `SUPERUSER` role. You can setup and migrate - the database with the `pnpm prisma generate && pnpm db:migrate` command. + the database with the `pnpm db:migrate` command. 3. Install dependencies