I found the clustering option in appsettings. changed it from development to MongoDB, and I now have a dashboard. (/orleans)
Question is now… how do I actually setup my second node to talk to the first? Can’t seem to find documentation on this, any help would be appreciated.
(have a second small issue that I am hosting in a subfolder in iis, so the cluster config page points to /orleans and therefore does not work directly … does work if I change url manually)
Ok, so they both need to point to the same mongodb? (have mongo installed on the same server as the iis running squidex. so basically 2 servers with squidex and mongo. thinking orleans would do the syncing.
Ok, so they both need to point to the same mongodb? (have mongo installed on the same server as the iis running squidex. so basically 2 servers with squidex and mongo. thinking orleans would do the syncing.
No, it is not master<->master replication. I think clustering makes only sense if you have at least 7 servers
2x load balancer
2x IIS
3x mongoDB replica (you can co-host mongodb of course)
otherwise you will always have a single point of failure