<div dir="ltr"><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">Hi,<br><br><div style="font-family:arial,helvetica,sans-serif;display:inline" class="gmail_default">​Please
 be aware, that this change means that PostgreSQL 9.5 is required from 
now on for master/4.2 development. For RPM installation everything should be 
covered, but you need to upgrade your PostgreSQL database​</div> <div style="font-family:arial,helvetica,sans-serif;display:inline" class="gmail_default">​manually when using development environment:<br><br></div><div style="font-family:arial,helvetica,sans-serif;display:inline" class="gmail_default">  Fedora 26<br></div><div style="font-family:arial,helvetica,sans-serif;display:inline" class="gmail_default">    - it contains PostgreSQL 9.6 by default, so you should be OK<br><br></div><div style="font-family:arial,helvetica,sans-serif;display:inline" class="gmail_default">  Fedora 24/25<br>    - it contains PostgreSQL 9.5 by default, so you should be OK<br><br></div><div style="font-family:arial,helvetica,sans-serif;display:inline" class="gmail_default">  CentOS 7<br></div><div style="font-family:arial,helvetica,sans-serif;display:inline" class="gmail_default">    - you need to install PostgreSQL 9.5 from Software Collections:<br><br></div><div style="font-family:arial,helvetica,sans-serif;display:inline" class="gmail_default">        1. Install SCL PostgreSQL 9.5<br>              yum update ovirt-release-master<br>              yum install rh-postgresql95<br><br></div><div style="font-family:arial,helvetica,sans-serif;display:inline" class="gmail_default">        2. Stop and disable standard PostgreSQL<br></div><div style="font-family:arial,helvetica,sans-serif;display:inline" class="gmail_default">              systemctl stop postgresql<br></div><div style="font-family:arial,helvetica,sans-serif;display:inline" class="gmail_default">              systemctl disable postgresql<br><br></div><div style="font-family:arial,helvetica,sans-serif;display:inline" class="gmail_default">        3. Upgrade the database to SCL 9.5<br></div><div style="font-family:arial,helvetica,sans-serif;display:inline" class="gmail_default">              scl enable rh-postgresql95 bash<br>              postgresql-setup upgrade<br></div><div style="font-family:arial,helvetica,sans-serif;display:inline" class="gmail_default">              exit<br><br></div><div style="font-family:arial,helvetica,sans-serif;display:inline" class="gmail_default">        4. Configure SCL 9.5<br></div><div style="font-family:arial,helvetica,sans-serif;display:inline" class="gmail_default">           
 Please add your custom configuration changes applied to standard 
PostgreSQL 9.2 to SCL PostgreSQL 9.5 by comparing configuration files:<br></div><div style="font-family:arial,helvetica,sans-serif;display:inline" class="gmail_default">              /var/lib/pgsql/data<br></div><div style="font-family:arial,helvetica,sans-serif;display:inline" class="gmail_default">                - standard PostgreSQL 9.2 configuration<br><br>              /var/opt/rh/rh-postgresql95/lib/pgsql/data/<br></div><div style="font-family:arial,helvetica,sans-serif;display:inline" class="gmail_default">                - SCL PostgreSQL 9.5 configuration<br><br></div><div style="font-family:arial,helvetica,sans-serif;display:inline" class="gmail_default">           Following files should be checked and updated as needed:<br>             pg_hba.conf<br></div><div style="font-family:arial,helvetica,sans-serif;display:inline" class="gmail_default">             postgresql.conf<br><br></div><div style="font-family:arial,helvetica,sans-serif;display:inline" class="gmail_default">        5. Enable and start SCL 9.5<br></div><div style="font-family:arial,helvetica,sans-serif;display:inline" class="gmail_default">             systemctl enable rh-postgresql95-postgresql<br>             systemctl start rh-postgresql95-postgresql<br><br></div><div style="font-family:arial,helvetica,sans-serif;display:inline" class="gmail_default">        6. Remove standard PostgreSQL 9.2<br>             yum remove postgresql-contrib postgresql-server postgresql<br><br><br></div><div style="font-family:arial,helvetica,sans-serif;display:inline" class="gmail_default">You should be able to use SCL PostgreSQL 9.5 for backporting patches to 4.1.z without any issues.<br><br></div><div style="font-family:arial,helvetica,sans-serif;display:inline" class="gmail_default">Thanks<br><br></div>Martin<br><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Sep 5, 2017 at 10:12 AM, Simone Tiraboschi <span dir="ltr">&lt;<a href="mailto:stirabos@redhat.com" target="_blank">stirabos@redhat.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hi all,<div>we merged a set of patches to consume PostgreSQL 9.5 from SCL.  ​</div></div></blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>Please report any suspect behavior.<br><br>We already fixed and published a patched version of ovirt-release-master which includes the SCL repo but if you installed it in the past you need to upgrade or manually install centos-release-scl-rh to configure the SCL repo.<br></div><div><br></div><div>If you installed DWH in the past, you need to upgrade it as well.</div><div><br></div><div>ciao</div></div>
<br>______________________________<wbr>_________________<br>
Devel mailing list<br>
<a href="mailto:Devel@ovirt.org">Devel@ovirt.org</a><br>
<a href="http://lists.ovirt.org/mailman/listinfo/devel" rel="noreferrer" target="_blank">http://lists.ovirt.org/<wbr>mailman/listinfo/devel</a><br></blockquote></div><br></div></div>