docs: pin v4 migration script checkout

This commit is contained in:
Amruth Pillai
2026-07-09 01:17:24 +02:00
parent d50948ddee
commit ac98139096
+7 -1
View File
@@ -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.
</Card>
<Card title="Reactive Resume Source Code">
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
```
</Card>
</CardGroup>
<Info>
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.
</Info>
### Environment Setup
Create a `.env` file in the root of the repository with the following variables: