WorkFusion service shutdown order
It is recommended to shut down services in the following order:
Tomcat on the APP server
MySQL on the DB server
PostgreSQL on the DB server
All the rest
Unlike the service startup order, the service shutdown order doesn't matter much as no data loss should occur if the services are shut down in any other order.