From ac981390969f3086661b466ca26e57a283b0f579 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Thu, 9 Jul 2026 01:17:24 +0200 Subject: [PATCH] docs: pin v4 migration script checkout --- docs/self-hosting/migration.mdx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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: