I am trying to find ways to switch between a Master and Slave database (Postgresql). If the Master is not available then SilverStripe will pick it up and switch databases to the Slave (read-only) database.
I was reading through Sam Minnee's post about it and am wondering if there has been any work done on this? Ideally, this would be an automated action.
you could place code in your _config.php like...