Also apply the postgresql bytea pg-8 compat hotfix on db01 for bodhi1

This commit is contained in:
Patrick Uiterwijk 2014-12-18 03:51:03 +00:00
parent ae45891b19
commit e42361a563

View file

@ -1,4 +1,4 @@
{% if ansible_hostname.startswith("db-fas01") %}
{% if ansible_hostname.startswith("db-fas01") or ansible_hostname.startswith("db01") %}
# This enabled pg-8 compatibility for bytea fields
# Fixes errors with sqlalchemy with binary data when app is on RHEL6 and server is PG9
# Reference: https://bitbucket.org/zzzeek/sqlalchemy/issue/2016/pickletype-does-not-work-with-postgresql