Skip to content

Commit b8e1e9e

Browse files
committed
minor fixes
1 parent 6cc4464 commit b8e1e9e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

self-hosting/manage/upgrade-from-0.13.2-0.14.0.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,16 +88,14 @@ If you’re upgrading from `v0.13.2` or below, there are some additional migrati
8888

8989
In this example, `plane-013-dev` is the prefix for `v0.13.2`, and `plane-app` is the prefix for `v0.14.0`.
9090

91-
10. Return to the original terminal, enter the source volume prefix `v0132` and destination volume prefix `plane-app`, and press ENTER:
91+
10. Return to the original terminal, enter the source volume prefix `plane-013-dev` and destination volume prefix `plane-app`, and press ENTER:
9292
```bash
9393
Provide the Source Volume Prefix : plane-013-dev
9494
Provide the Destination Volume Prefix : plane-app
9595
```
9696

9797
If there are any issues, an error will appear. For a successful migration, there will be no error, and the process will exit quietly.
9898

99-
![Migrate Error](/images/docker-compose/migrate-error.png)
100-
10199
11. Restart the upgraded v0.14.0 instance with:
102100
```bash
103101
./setup.sh restart

0 commit comments

Comments
 (0)