support SkipOrchestratorDatabaseUpdate#85
Conversation
|
Looks good to me. Thanks. |
|
Also added cc @sjmudd |
…/orchestrator into skip-orchestrator-database-update
|
Excellent. Thanks for the |
|
Actually I was wrong and didn't look carefully at the code. @sjmudd The Great Exodus of Variables is an effort to eliminate unneeded variables. I'm in favor of throwing away |
Storyline: #84
This PR re-introduced the
SkipOrchestratorDatabaseUpdate(bool) configuration parameter.When running multiple versions of
orcehstrator, this can be useful:orchestratormarks the backend database schema with last known deployed version. Whenever anorchestratorinstance runs, that is of a different version, database schema gets rebuilt. With this flag one can control the identity of theorchestratorhosts that dictate database schema.Normally, users would not use this flag. On very large deployments this would prove useful.
cc @sjmudd