This topic has 1 reply, 2 voices, and was last updated 2 years, 6 months ago by Andy Cory.
-
AuthorPosts
-
January 14, 2020 at 1:26 pm #27366
Visin1
ParticipantIs there a guide to migrate from external to embedded configuration store ? (I found only the opposite way in Forgerock knowledge base). Also what are the advantages and disadvantages between having configuration store configured as external or embedded ?
Thank you for help
VisinJanuary 30, 2020 at 3:19 pm #27506Andy Cory
ParticipantHi Visin
I believe the only advantage of using the embedded config store is simplicity, so is good for a local dev instance, a PoC or similar. In all other ‘real life’ scenarios best practice would be to use an external DS instance. The headline advantages of externalising the config store would be those of scalability, separation of concerns, ease of DS patching, flexibility of architecture (as in, you don’t necessarily need a config store instance per AM in a deployment with many servers – spinning up extra AM instances can be more lightweight, and point to an existing cluster of DS config stores, leading to AM instances being more ‘disposable’.)
That’s my view, but I’d definitely be interested in others’ opinions on this. I’m aware I haven’t answered your primary question of migration from external to internal, I wonder if that’s ever been done.
-Andy
-
AuthorPosts
You must be logged in to reply to this topic.