Load balancing and generated_overrides
Permalink
What is the best practice for handling the generated_overrides config in a load balanced environment?
Syncing the file to all the different nodes?
Or ignoring it completely and handle all config options in a /applications/config/concrete.php file (as this seems to override settings in generated_overrides)?
Thanks,
Henrik
Syncing the file to all the different nodes?
Or ignoring it completely and handle all config options in a /applications/config/concrete.php file (as this seems to override settings in generated_overrides)?
Thanks,
Henrik
https://github.com/concrete5/concrete5-5.7.0/issues/1861...
It's not greatly supported at the moment, but the idea is that you could use a different kind of config loader and saver to perhaps move these config values directly into something like Redis, or MySQL.