/Reed( Kraft-)?Murphy(\.net)?/

the ramblings of a devops engineer and polymath

Downgrading postgresql-libs behind pure-ftpd's back

Nothing important, just a note to myself on downgrading (should also work with upgrading) postgresql-libs with to a different version.

    service pure-ftpd stop && \
    rpm --erase postgresql9-libs --nodeps && \
    yum install -y postgresql8-libs && \
    service pure-ftpd start

Reed Kraft-Murphy

Read more posts by this author.