Skip to content
vindir edited this page Jan 4, 2013 · 1 revision

When adding new cartridges to an openshift installation, it may be necessary to clear the openshift cache.

Clearing the cache can be done via rm -rf /var/www/openshift/broker/tmp/cache/*

This info came from the openshift forums. We were unable to perform the second step of the process outlined there since we don't have the collections referred to by te poster. The full post is listed below for future reference.

@jowens, try clearing the broker cache -- either rm -rf /var/www/openshift/broker/tmp/cache/* or
then cd /var/www/openshift/broker; scl enable ruby193 "bundle exec rake tmp:clear"

and see if that helps (might need a broker service restart).

HTH
Clone this wiki locally