Note:
This article relates to the On-Premises installation of COYO.
Do you want to move your COYO to another server?
Only a few points need to be observed for the process:
- Transfer your entire COYO directory to the target server (including .env).
- You only need to customize the COYO_BACKEND_URL and COYO_FRONTEND_URL in the .env on the target server.
- After that, you can simply relaunch with ./start.sh.
- If your copied COYO doesn’t launch, simply delete the rabbitmq/ redis/ es/ and es-logs/ directories in coyo-data/.
That’s it.