diff --git a/docs/self-hosting/migration.mdx b/docs/self-hosting/migration.mdx index 1003e2e48..4e6bdc617 100644 --- a/docs/self-hosting/migration.mdx +++ b/docs/self-hosting/migration.mdx @@ -90,15 +90,21 @@ To run the migration scripts, you need the following installed on your host mach Alternatively, you can use `dotenv`, `direnv`, or export the variables manually. - Clone the Reactive Resume repository to access the migration scripts: + Clone the Reactive Resume repository and check out the last tag that includes the migration scripts: ```bash git clone https://github.com/amruthpillai/reactive-resume.git cd reactive-resume + git checkout tags/v5.0.20 pnpm install ``` + + The v4 migration scripts live in the `v5.0.20` tag. Use that checkout only to run the migration scripts against your + v4 and v5 databases; keep your actual v5 deployment on the latest version. + + ### Environment Setup Create a `.env` file in the root of the repository with the following variables: