aboutsummaryrefslogtreecommitdiffstats
path: root/docs/sections/upgradestrategy.rst
blob: 6357fac017ad5fbd6f42a71f83b65640161154de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
..
 This work is licensed under a Creative Commons Attribution 4.0
 International License.

================
Upgrade Strategy
================

OSDF can be upgraded in place(remove and replace) or in a blue-green
strategy.

There is no need for database migration. Since, there is no database
being used by OSDF.

Supporting Facts
================

OSDF is a stateless component. It doesn't store any information in the
database. It holds on to the optimization request in memory only until
the optimization process is complete. The optimization is done either by
OSDF itself or other external components(such as HAS) are leveraged for
optimization.