ucsdlib / hifive

An application supporting an Employee Recognition program workflow
MIT License
0 stars 0 forks source link

Figure out strategy for database migration #303

Open mcritchlow opened 4 years ago

mcritchlow commented 4 years ago

Descriptive summary

When we deploy High Five into k8s, we're going to presumably no longer use the current production database (though we should talk about that)

Under that assumption, we will need a plan for migrating data from the current production database to the new database managed in k8s.

Rationale

When we move the application to k8s we want to do so with no interruption or data loss for current users.