I'm trying to figure out how install security updates for my OpenShift application.
It's a community created openshift 'flask' framework which does not seem to receive automatic updates:
https://hub.openshift.com/quickstarts/116-flask
I've tried to follow https://docs.openshift.org/latest/install_config/upgrading/manual_upgrades.html#install-config-upgrading-manual-upgrades but none of the yum commands work.
\> yum install atomic-openshift-utils
error: cannot open Packages database in /var/lib/rpm
CRITICAL:yum.main:
Error: rpmdb open failed
Where do I go from here?