mirror of
https://github.com/YuzuZensai/palworld-server-docker.git
synced 2026-01-31 14:57:59 +00:00
update readme and add disclaimer
This commit is contained in:
@@ -1,8 +1,14 @@
|
|||||||
# Migrate From Existing Server
|
# Migrate From Existing Server
|
||||||
|
|
||||||
|
> [!WARNING]
|
||||||
|
> Use this script at your own risk, I am not responsible for dataloss!
|
||||||
|
>
|
||||||
|
> Please make sure you always have a backup!
|
||||||
|
|
||||||
1. Find a directory which is named by game server name and contains all saved game data,
|
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/`
|
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:
|
2. 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
|
||||||
@@ -15,7 +21,7 @@
|
|||||||
drwxrwxr-x 7 ubuntu ubuntu 4096 Jan 26 03:31 palworld/
|
drwxrwxr-x 7 ubuntu ubuntu 4096 Jan 26 03:31 palworld/
|
||||||
```
|
```
|
||||||
|
|
||||||
5. Run `migrate.sh` like this
|
3. Run `migrate.sh` like this
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
./migrate.sh {CONTAINER_NAME} {SERVER_NAME}
|
./migrate.sh {CONTAINER_NAME} {SERVER_NAME}
|
||||||
|
|||||||
Reference in New Issue
Block a user