mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-15 15:26:59 +10:00
docs: pin v4 migration script checkout
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user