If you wanna migrate data, prepare environment for migration, ensuring that the version remains consistent with the original environment.
1. Stop the containers in both environments
Using docker compose down to stop the containers.
Original environment
2. Copy the SafeLine directory from the original environment and overwrite the SafeLine directory in the new environment.
You can zip the directory directly and then copy. If you don't have zip, install one. For example, on ubuntu, install with apt.
apt install zip
Then put the zip package from the previous environment to the new environment via scp.
scp safeline.zip root@ip in the new environment:/data

SOCIAL SHARE CARD GENERATOR