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