<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>article Qlik Replicate: How to Install PostgreSQL ODBC client on Linux for PostgreSQL Source Endpoint in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Replicate-How-to-Install-PostgreSQL-ODBC-client-on-Linux/ta-p/2443280</link>
    <description>&lt;P&gt;This article provides a comprehensive guide to efficiently install the PostgreSQL ODBC client on Linux for a PostgreSQL source endpoint.&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Overview&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H3&gt;
&lt;OL&gt;
&lt;LI&gt;Download the PostgreSQL ODBC client software.&lt;/LI&gt;
&lt;LI&gt;Upload the downloaded files to your Replicate Linux Server.&lt;/LI&gt;
&lt;LI&gt;Install the RPM files in the specified order.&lt;/LI&gt;
&lt;LI&gt;Take note of considerations or setup instructions during the installation process.&lt;/LI&gt;
&lt;/OL&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Steps&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;OL&gt;
&lt;LI&gt;Download the PostgreSQL ODBC client software &lt;BR /&gt;&lt;BR /&gt;Please choose the&lt;A style="font-family: inherit; background-color: #ffffff;" title=" appropriate version of the PostgreSQL client" href="https://help.qlik.com/en-US/replicate/November2023/Content/Replicate/Main/PostgreSQL/prereq_postgresql_source.htm#:~:text=Replicate%20for%20Linux,programs%20and%20libraries." target="_blank" rel="noopener"&gt; appropriate version of the PostgreSQL client&lt;/A&gt;&lt;SPAN&gt; software and the &lt;/SPAN&gt;&lt;A style="font-family: inherit; background-color: #ffffff;" title="corresponding folder for your Linux operating system" href="https://ftp.postgresql.org/pub/repos/yum/13/redhat/rhel-8.5-x86_64/" target="_blank" rel="noopener"&gt;corresponding folder for your Linux operating system&lt;/A&gt;&lt;SPAN&gt;. In this article, we are installing PostgreSQL ODBC Client version 13.2 on Linux 8.5.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;&lt;A style="font-family: inherit; background-color: #ffffff;" title="postgresql13-libs-13.2-1PGDG.rhel8.x86_64.rpm" href="https://ftp.postgresql.org/pub/repos/yum/13/redhat/rhel-8.5-x86_64/postgresql13-libs-13.2-1PGDG.rhel8.x86_64.rpm" target="_blank" rel="noopener"&gt;postgresql13-libs-13.2-1PGDG.rhel8.x86_64.rpm&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A style="font-family: inherit; background-color: #ffffff;" title="postgresql13-odbc-13.02.0000-1PGDG.rhel8.x86_64.rpm" href="https://ftp.postgresql.org/pub/repos/yum/13/redhat/rhel-8.5-x86_64/postgresql13-odbc-13.02.0000-1PGDG.rhel8.x86_64.rpm" target="_blank" rel="noopener"&gt;postgresql13-odbc-13.02.0000-1PGDG.rhel8.x86_64.rpm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Upload the downloaded files to a temporary folder in your Qlik Replicate Linux Server&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Install the RPM files in the specified order&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;
&lt;PRE&gt;rpm -ivh&amp;nbsp;postgresql13-libs-13.2-1PGDG.rhel8.x86_64.rpm&lt;BR /&gt;rpm -ivh&amp;nbsp;postgresql13-odbc-13.02.0000-1PGDG.rhel8.x86_64.rpm&lt;/PRE&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Take note of considerations or setup instructions during the installation process.&lt;BR /&gt;&lt;/SPAN&gt;
&lt;OL class="lia-list-style-type-lower-alpha"&gt;
&lt;LI&gt;&lt;SPAN&gt;Note the installation folder (default: "&lt;/SPAN&gt;&lt;FONT face="courier new,courier"&gt;/usr/pgsql-13/lib&lt;/FONT&gt;&lt;SPAN&gt;")&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Open &lt;FONT face="courier new,courier"&gt;site_arep_login.sh &lt;/FONT&gt;&lt;/SPAN&gt;in&amp;nbsp;&lt;FONT face="courier new,courier"&gt;/opt/attunity/replicate/bin/&lt;/FONT&gt;&amp;nbsp;&lt;SPAN&gt;and add the installation folder as a&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT face="courier new,courier"&gt;LD_LIBRARY_PATH&lt;/FONT&gt;&lt;SPAN&gt;:&amp;nbsp;&lt;/SPAN&gt;
&lt;PRE&gt;export LD_LIBRARY_PATH=/usr/pgsql-13/lib:$LD_LIBRARY_PATH&lt;/PRE&gt;
&lt;/LI&gt;
&lt;LI&gt;Save the&amp;nbsp;&lt;SPAN&gt;&lt;FONT face="courier new,courier"&gt;site_arep_login.sh&lt;/FONT&gt;&lt;/SPAN&gt; file and restart Replicate Services.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;unixODBC&lt;/STRONG&gt; is a prerequisite. If it's not already present on your Linux Server, make sure to install it before PostgreSQL ODBC client software installation:
&lt;PRE&gt;rpm -ivh unixODBC-2.3.7-1.el8.x86_64.rpm&lt;/PRE&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;"&lt;FONT face="courier new,courier"&gt;/etc/odbcinst.ini&lt;/FONT&gt;" and&amp;nbsp;"&lt;FONT face="courier new,courier"&gt;/etc/odbc.ini&lt;/FONT&gt;"&amp;nbsp;are optional and typically not required, unless it becomes necessary for troubleshooting connectivity issues by "&lt;FONT face="courier new,courier"&gt;&lt;A title="isql" href="https://www.unixodbc.org/doc/UserManual/#:~:text=Using%20isql,simple%2C%20interactive%2C%20session." target="_blank" rel="noopener"&gt;isql&lt;/A&gt;"&lt;BR /&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;"&lt;FONT face="courier new,courier"&gt;&lt;A title="psql" href="https://www.postgresql.org/docs/13/app-psql.html" target="_blank" rel="noopener"&gt;psql&lt;/A&gt;&lt;/FONT&gt;"&amp;nbsp;is optional and typically not required, unless it becomes necessary for troubleshooting connectivity issues by psql. It can be downloaded and installed by:&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;A title="postgresql13-13.2-1PGDG.rhel8.x86_64.rpm" href="https://ftp.postgresql.org/pub/repos/yum/13/redhat/rhel-8.5-x86_64/postgresql13-13.2-1PGDG.rhel8.x86_64.rpm" target="_blank" rel="noopener"&gt;postgresql13-13.2-1PGDG.rhel8.x86_64.rpm&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Environment&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;UL&gt;
&lt;LI&gt;Qlik Replicate all versions&lt;/LI&gt;
&lt;LI&gt;PostgreSQL Server all versions&lt;/LI&gt;
&lt;LI&gt;PostgreSQL Client version 13.2&lt;/LI&gt;
&lt;/UL&gt;</description>
    <pubDate>Thu, 16 Apr 2026 10:59:12 GMT</pubDate>
    <dc:creator>john_wang</dc:creator>
    <dc:date>2026-04-16T10:59:12Z</dc:date>
    <item>
      <title>Qlik Replicate: How to Install PostgreSQL ODBC client on Linux for PostgreSQL Source Endpoint</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Replicate-How-to-Install-PostgreSQL-ODBC-client-on-Linux/ta-p/2443280</link>
      <description>&lt;P&gt;This article provides a comprehensive guide to efficiently install the PostgreSQL ODBC client on Linux for a PostgreSQL source endpoint.&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Overview&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H3&gt;
&lt;OL&gt;
&lt;LI&gt;Download the PostgreSQL ODBC client software.&lt;/LI&gt;
&lt;LI&gt;Upload the downloaded files to your Replicate Linux Server.&lt;/LI&gt;
&lt;LI&gt;Install the RPM files in the specified order.&lt;/LI&gt;
&lt;LI&gt;Take note of considerations or setup instructions during the installation process.&lt;/LI&gt;
&lt;/OL&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Steps&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;OL&gt;
&lt;LI&gt;Download the PostgreSQL ODBC client software &lt;BR /&gt;&lt;BR /&gt;Please choose the&lt;A style="font-family: inherit; background-color: #ffffff;" title=" appropriate version of the PostgreSQL client" href="https://help.qlik.com/en-US/replicate/November2023/Content/Replicate/Main/PostgreSQL/prereq_postgresql_source.htm#:~:text=Replicate%20for%20Linux,programs%20and%20libraries." target="_blank" rel="noopener"&gt; appropriate version of the PostgreSQL client&lt;/A&gt;&lt;SPAN&gt; software and the &lt;/SPAN&gt;&lt;A style="font-family: inherit; background-color: #ffffff;" title="corresponding folder for your Linux operating system" href="https://ftp.postgresql.org/pub/repos/yum/13/redhat/rhel-8.5-x86_64/" target="_blank" rel="noopener"&gt;corresponding folder for your Linux operating system&lt;/A&gt;&lt;SPAN&gt;. In this article, we are installing PostgreSQL ODBC Client version 13.2 on Linux 8.5.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;&lt;A style="font-family: inherit; background-color: #ffffff;" title="postgresql13-libs-13.2-1PGDG.rhel8.x86_64.rpm" href="https://ftp.postgresql.org/pub/repos/yum/13/redhat/rhel-8.5-x86_64/postgresql13-libs-13.2-1PGDG.rhel8.x86_64.rpm" target="_blank" rel="noopener"&gt;postgresql13-libs-13.2-1PGDG.rhel8.x86_64.rpm&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A style="font-family: inherit; background-color: #ffffff;" title="postgresql13-odbc-13.02.0000-1PGDG.rhel8.x86_64.rpm" href="https://ftp.postgresql.org/pub/repos/yum/13/redhat/rhel-8.5-x86_64/postgresql13-odbc-13.02.0000-1PGDG.rhel8.x86_64.rpm" target="_blank" rel="noopener"&gt;postgresql13-odbc-13.02.0000-1PGDG.rhel8.x86_64.rpm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Upload the downloaded files to a temporary folder in your Qlik Replicate Linux Server&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Install the RPM files in the specified order&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;
&lt;PRE&gt;rpm -ivh&amp;nbsp;postgresql13-libs-13.2-1PGDG.rhel8.x86_64.rpm&lt;BR /&gt;rpm -ivh&amp;nbsp;postgresql13-odbc-13.02.0000-1PGDG.rhel8.x86_64.rpm&lt;/PRE&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Take note of considerations or setup instructions during the installation process.&lt;BR /&gt;&lt;/SPAN&gt;
&lt;OL class="lia-list-style-type-lower-alpha"&gt;
&lt;LI&gt;&lt;SPAN&gt;Note the installation folder (default: "&lt;/SPAN&gt;&lt;FONT face="courier new,courier"&gt;/usr/pgsql-13/lib&lt;/FONT&gt;&lt;SPAN&gt;")&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Open &lt;FONT face="courier new,courier"&gt;site_arep_login.sh &lt;/FONT&gt;&lt;/SPAN&gt;in&amp;nbsp;&lt;FONT face="courier new,courier"&gt;/opt/attunity/replicate/bin/&lt;/FONT&gt;&amp;nbsp;&lt;SPAN&gt;and add the installation folder as a&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT face="courier new,courier"&gt;LD_LIBRARY_PATH&lt;/FONT&gt;&lt;SPAN&gt;:&amp;nbsp;&lt;/SPAN&gt;
&lt;PRE&gt;export LD_LIBRARY_PATH=/usr/pgsql-13/lib:$LD_LIBRARY_PATH&lt;/PRE&gt;
&lt;/LI&gt;
&lt;LI&gt;Save the&amp;nbsp;&lt;SPAN&gt;&lt;FONT face="courier new,courier"&gt;site_arep_login.sh&lt;/FONT&gt;&lt;/SPAN&gt; file and restart Replicate Services.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;unixODBC&lt;/STRONG&gt; is a prerequisite. If it's not already present on your Linux Server, make sure to install it before PostgreSQL ODBC client software installation:
&lt;PRE&gt;rpm -ivh unixODBC-2.3.7-1.el8.x86_64.rpm&lt;/PRE&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;"&lt;FONT face="courier new,courier"&gt;/etc/odbcinst.ini&lt;/FONT&gt;" and&amp;nbsp;"&lt;FONT face="courier new,courier"&gt;/etc/odbc.ini&lt;/FONT&gt;"&amp;nbsp;are optional and typically not required, unless it becomes necessary for troubleshooting connectivity issues by "&lt;FONT face="courier new,courier"&gt;&lt;A title="isql" href="https://www.unixodbc.org/doc/UserManual/#:~:text=Using%20isql,simple%2C%20interactive%2C%20session." target="_blank" rel="noopener"&gt;isql&lt;/A&gt;"&lt;BR /&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;"&lt;FONT face="courier new,courier"&gt;&lt;A title="psql" href="https://www.postgresql.org/docs/13/app-psql.html" target="_blank" rel="noopener"&gt;psql&lt;/A&gt;&lt;/FONT&gt;"&amp;nbsp;is optional and typically not required, unless it becomes necessary for troubleshooting connectivity issues by psql. It can be downloaded and installed by:&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;A title="postgresql13-13.2-1PGDG.rhel8.x86_64.rpm" href="https://ftp.postgresql.org/pub/repos/yum/13/redhat/rhel-8.5-x86_64/postgresql13-13.2-1PGDG.rhel8.x86_64.rpm" target="_blank" rel="noopener"&gt;postgresql13-13.2-1PGDG.rhel8.x86_64.rpm&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Environment&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;UL&gt;
&lt;LI&gt;Qlik Replicate all versions&lt;/LI&gt;
&lt;LI&gt;PostgreSQL Server all versions&lt;/LI&gt;
&lt;LI&gt;PostgreSQL Client version 13.2&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Thu, 16 Apr 2026 10:59:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Replicate-How-to-Install-PostgreSQL-ODBC-client-on-Linux/ta-p/2443280</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2026-04-16T10:59:12Z</dc:date>
    </item>
  </channel>
</rss>

