-
Notifications
You must be signed in to change notification settings - Fork 9
Server migration notes
Ari Timonen edited this page Apr 16, 2018
·
6 revisions
- Try to use Dockerfiles to minimize effort for re-migration
- Make sure assets + everything are precompiled to Docker image
- Install etckeeper to track changes in /etc
- Optimize MySQL so you don't run in to performance issues: run mysqltuner
- Perhaps even simulate load a bit.
- Save ALL config files to ENSL repo at least stripped so they are there.
- Avoid installing software on host machine as much as possible.
- Make sure you have live data
- Start DNS transfer in morning so by late evening its all done.
- Create and TEST how to change DNS settings to fix DNS issues.
- Make sure root domain is redirect to www
- Make sure you have a working production environment that is easy to restart if something goes wrong