Skip to content

Commit 669d16e

Browse files
authored
Merge pull request #34 from makeplane/update-migrate-plane
Fixed typo in Migrate Plane instance page
2 parents 920648f + 101d4db commit 669d16e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

self-hosting/manage/migrate-plane.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ Create a backup of your Plane instance with ↓:
2121
```bash
2222
prime-cli backup
2323
```
24-
This command will generate a backup file in the path: `/opt/plane/backup`.
24+
This command will generate a backup file in the path: `/opt/plane/backups`.
2525

2626
3. **Set up Plane on the new server**
2727
Follow the [installation guide](/self-hosting/methods/docker-compose#install-plane) to deploy Plane on the new instance.
2828

2929
4. **Transfer backup files**
30-
Copy the backup folder from the old server, created in step 2, to the new server. Place the backup in the folder `/opt/plane`.
30+
Copy the `backups` folder from the old server, created in step 2, to the new server. Place the backup in the folder `/opt/plane`.
3131

3232
5. **Restore data**
3333
On the new server, restore your data with ↓:

0 commit comments

Comments
 (0)