Also apply the postgresql bytea pg-8 compat hotfix on db01 for bodhi1
This commit is contained in:
parent
ae45891b19
commit
e42361a563
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue