You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the past, we had at least two occurrences where a WK production system showed the onboarding system, because it considered the DB to be empty. No data was lost, but nevertheless the screen is scary.
We should do the following two things:
avoid that the onboarding screen appears in such scenarios
double-check that the onboarding screen cannot delete data when somebody uses it to create a new organization
Some notes on when this happened:
we updated a wk instance and used a docker tag that wasn't pushed. kubernetes didn't find the image and kept the old one deployed.
the db migration was executed (--> the DB schema was too new for the wk version)
the onboarding screen appeared instead of the dashboard