Correct, for a real high availability solution with load-balancing and auto-failover, the following steps would be required: Support storing the data in an external database  You will need two DB servers in a cluster/failover configuration supporting transactional replication (bye bye MySQL...) Change the server to store all session state in the database Introduce "Roles" for the server so you can have for example a server that is responsible only for library m
    • Like
    2