The first security update for Drupal since I started this blog was released a while back, and I negligently dragged my feet in actually applying it here because I was unsure how to do so in OpenShift. It turns out to be quite simple, but it did take me a while to figure out all the steps so I figured I would write them down here to help anyone else doing the same thing.
rhc ssh blog
(find the rhc
command in the rubygem-rhc
package on Fedora). Note that the login requested here is your full email, not your shortname.
drush
won't work: mkdir ~/.drush/backups
~/.drush should already exist and be writable by your user. You could use any other writable directory you find, but this one seemed the most logical to me.
cd php
drush --backup-dir=~/.drush/backups up