Add upgrade strategy to docs
[optf/osdf.git] / docs / sections / upgradestrategy.rst
1 ..
2  This work is licensed under a Creative Commons Attribution 4.0
3  International License.
4
5 ================
6 Upgrade Strategy
7 ================
8
9 OSDF can be upgraded in place(remove and replace) or in a blue-green
10 strategy.
11
12 There is no need for database migration. Since, there is no database
13 being used by OSDF.
14
15 Supporting Facts
16 ================
17
18 OSDF is a stateless component. It doesn't store any information in the
19 database. It holds on to the optimization request in memory only until
20 the optimization process is complete. The optimization is done either by
21 OSDF itself or other external components(such as HAS) are leveraged for
22 optimization.