mirror of
https://github.com/YuzuZensai/palworld-server-docker.git
synced 2026-01-06 04:32:43 +00:00
Update README.md
This commit is contained in:
@@ -1,7 +1,9 @@
|
|||||||
# Migrate From Existing Server
|
# 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/`
|
1. Find a directory which is named by game server name and contains all saved game data,
|
||||||
2. Make sure `migration/migrate.sh`, saved game data directory and mounted volume (e.g. `palworld/`) are in the same directory. Like this:
|
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:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
ubuntu@VM-4-5-ubuntu:~/test-pal-migrate$ ll
|
ubuntu@VM-4-5-ubuntu:~/test-pal-migrate$ ll
|
||||||
total 24
|
total 24
|
||||||
@@ -12,7 +14,8 @@
|
|||||||
-rw-rw-r-- 1 ubuntu ubuntu 848 Jan 26 03:31 migrate.sh
|
-rw-rw-r-- 1 ubuntu ubuntu 848 Jan 26 03:31 migrate.sh
|
||||||
drwxrwxr-x 7 ubuntu ubuntu 4096 Jan 26 03:31 palworld/
|
drwxrwxr-x 7 ubuntu ubuntu 4096 Jan 26 03:31 palworld/
|
||||||
```
|
```
|
||||||
3. Run `migrate.sh` like this
|
|
||||||
|
5. Run `migrate.sh` like this
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
./migrate.sh {CONTAINER_NAME} {SERVER_NAME}
|
./migrate.sh {CONTAINER_NAME} {SERVER_NAME}
|
||||||
@@ -22,4 +25,4 @@
|
|||||||
|
|
||||||
```shell
|
```shell
|
||||||
./migrate.sh test-pal-migrate 74406BE1D7B54114AA5984CCF1236865
|
./migrate.sh test-pal-migrate 74406BE1D7B54114AA5984CCF1236865
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user