<div dir="ltr"><div><div><div>Some lessons learned form the Foreman running on RHEL6 - the SCL for the language stack, in order to keep  the project running on more distributions (RHEL6 vs. RHEL7) is a must: in Rails, the basic problem was, the old Rails version was not running on ne Ruby (comming with RHEL7) while the new Rails version was not running on the old Ruby (comming with RHEL6). That would lead for us to support two different Rails versions, which just wasn't feasible.<br><br></div>Running language stack from SCL brought us a big benefit supporting different os versions. In comparison, the database in SCL vs. the system one has bigger impacts, as was said in the first mail of this thread. Given the conservatism of the SQL ecosystem, I would not be that scared from the Postgres 8.4 not working at all with new Django (although it of course depends how Django developers consider backward compatibilty- however given they support other DB servers as well, I would expect they not using just the latest greates in a specific database and use some common stuff from all databases). Anyway, it's a good idea to investigate this before choosing the right versions.<br><br></div>Although, I don't know much about Django, so my assumption is it's not that different from the Rails in terms of how the community works (of course the Django is much better that Rails though :)<br><br></div>-- Ivan<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Apr 28, 2016 at 7:47 PM, Patrick Creech <span dir="ltr"><<a href="mailto:pcreech@redhat.com" target="_blank">pcreech@redhat.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Thu, 2016-04-28 at 13:14 -0400, Michael Hrivnak wrote:<br>
> I found the release note from django that talks about not supporting postgres 8.4 in django 1.8: h<br>
> ttps://<a href="http://docs.djangoproject.com/en/1.9/releases/1.8/#support-for-postgresql-versions-older-than-9-0" rel="noreferrer" target="_blank">docs.djangoproject.com/en/1.9/releases/1.8/#support-for-postgresql-versions-older-than-9-0</a><br>
><br>
> Are you aware of any actual incompatibility? Or are they not supporting postgres before 9.0,<br>
> because upstream postgres doesn't support it?<br>
><br>
> This certainly isn't ideal, but I wonder if django 1.8 would happily work on postgres 8.4, and<br>
> we'd just be on our own if stuff goes wrong. And obviously we couldn't use any new postgres-<br>
> specific features in that case. Or maybe there actually are backward-incompatible API changes in<br>
> 9.0?<br>
><br>
<br>
</span>I am not aware of any real world incopatibiliity, but I am hesitant to say we should support<br>
something outside of the dependency tree of someting we are utilizing.  Django's codebase in 1.8<br>
could make some assumptions for it's PostgreSQL connection to be utilizing a server >= 9.0, and<br>
could have unpredictable behavior when connecting to a PostgreSQL 8.4 server. At least by utilizing<br>
Django 1.7 for PostgreSQL 8.4 installs, we will have predictable behaviors.  <br>
<br>
This is pure speculation at this point, but is a reasonable assumption in my opinion.  <br>
<br>
<br>_______________________________________________<br>
Pulp-list mailing list<br>
<a href="mailto:Pulp-list@redhat.com">Pulp-list@redhat.com</a><br>
<a href="https://www.redhat.com/mailman/listinfo/pulp-list" rel="noreferrer" target="_blank">https://www.redhat.com/mailman/listinfo/pulp-list</a><br></blockquote></div><br></div>