Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thijsvanloef authored Jan 26, 2024
1 parent 4b4165c commit fcc2bbf
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions migration/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Migrate From Existing Server

1. Find a directory which is named by game server name and contains all saved game data, usually it will at `~/Steam/steamapps/common/PalServer/Pal/Saved/SaveGames/0/`
2. Make sure `migration/migrate.sh`, saved game data directory and mounted volume (e.g. `palworld/`) are in the same directory. Like this:
1. Find a directory which is named by game server name and contains all saved game data,
usually it will at `~/Steam/steamapps/common/PalServer/Pal/Saved/SaveGames/0/`
3. Make sure `migration/migrate.sh`, saved game data directory and mounted volume (e.g. `palworld/`) are in the same directory. Like this:

Check failure on line 5 in migration/README.md

View workflow job for this annotation

GitHub Actions / markdownlint

Line length

migration/README.md:5:121 MD013/line-length Line length [Expected: 120; Actual: 138] https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md013.md

Check failure on line 5 in migration/README.md

View workflow job for this annotation

GitHub Actions / markdownlint

Ordered list item prefix

migration/README.md:5:1 MD029/ol-prefix Ordered list item prefix [Expected: 2; Actual: 3; Style: 1/2/3] https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md029.md

Check failure on line 6 in migration/README.md

View workflow job for this annotation

GitHub Actions / markdownlint

Trailing spaces

migration/README.md:6:1 MD009/no-trailing-spaces Trailing spaces [Expected: 0 or 2; Actual: 3] https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md009.md
```shell
ubuntu@VM-4-5-ubuntu:~/test-pal-migrate$ ll
total 24
Expand All @@ -12,7 +14,8 @@
-rw-rw-r-- 1 ubuntu ubuntu 848 Jan 26 03:31 migrate.sh
drwxrwxr-x 7 ubuntu ubuntu 4096 Jan 26 03:31 palworld/
```
3. Run `migrate.sh` like this

5. Run `migrate.sh` like this

Check failure on line 18 in migration/README.md

View workflow job for this annotation

GitHub Actions / markdownlint

Ordered list item prefix

migration/README.md:18:1 MD029/ol-prefix Ordered list item prefix [Expected: 3; Actual: 5; Style: 1/2/3] https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md029.md

```shell
./migrate.sh {CONTAINER_NAME} {SERVER_NAME}
Expand All @@ -22,4 +25,4 @@

```shell
./migrate.sh test-pal-migrate 74406BE1D7B54114AA5984CCF1236865
```
```

0 comments on commit fcc2bbf

Please sign in to comment.