<?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>topic Re: Qlik Replicate Slot in Postgres Not Advancing in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Slot-in-Postgres-Not-Advancing/m-p/2475661#M12331</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/247911"&gt;@gkaur&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;Thanks for reaching out to Qlik Community!&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Based on the available information, it appears that the monitored tables have not undergone any changes. This is likely why we see that the "&lt;FONT face="courier new,courier"&gt;Change Processing&lt;/FONT&gt; → &lt;FONT face="courier new,courier"&gt;Apply Latency&lt;/FONT&gt;" is 00:00:00, and there are no &lt;FONT face="courier new,courier"&gt;Incoming Changes&lt;/FONT&gt; (0 transactions). However, other tables, which are not being monitored by Qlik Replicate, are experiencing significant changes. These changes continue to occupy the LSN position in the replication slot, thereby preventing truncation of the WAL. Since the WAL is a server-wide resource used by all PostgreSQL processes, it may grow extremely large if no changes are captured for an extended period.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;To prevent this from happening, please enable the "&lt;A title="WAL heartbeat" href="https://help.qlik.com/en-US/replicate/May2024/Content/Replicate/Main/PostgreSQL/advanced_prop_postgresql_source.htm#ar_postgresds_802412600_1389284:~:text=WAL%20heartbeat%20%2D%20An,the%20heartbeat%20table." target="_blank" rel="noopener"&gt;WAL heartbeat&lt;/A&gt;" option (by default, it's disabled), for example:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="john_wang_0-1723343010494.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/170466i561F9107E5992C59/image-size/large?v=v2&amp;amp;px=999" role="button" title="john_wang_0-1723343010494.png" alt="john_wang_0-1723343010494.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;
&lt;P&gt;John.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 11 Aug 2024 02:28:13 GMT</pubDate>
    <dc:creator>john_wang</dc:creator>
    <dc:date>2024-08-11T02:28:13Z</dc:date>
    <item>
      <title>Qlik Replicate Slot in Postgres Not Advancing</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Slot-in-Postgres-Not-Advancing/m-p/2475647#M12330</link>
      <description>&lt;P&gt;I have a Qlik Replicate task with Postgres as source and Snowflake as target.&lt;/P&gt;
&lt;P&gt;On many occasions, I have noticed that the task would indicate zero latency, but the slot size on the source DB kept increasing while the restart_lsn and confirmed_flush_lsn never changed.&lt;/P&gt;
&lt;P&gt;I tried running task with confirmed_flush_lsn setting via Advanced Run option but it did not change any thing. nor resuming task.&lt;/P&gt;
&lt;P&gt;Please advise if I should change some configuration on source/target side, as if slot size reaches its max[set on PG side to avoid database outage], then tasks stops and we are forced to run reload and we cannot keep truncate/reload tables in production.&lt;/P&gt;
&lt;P&gt;Snippet of the task with growing log size and indicating no latency -&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gkaur_1-1723307159242.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/170462iC2C2F394FE5B890C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="gkaur_1-1723307159242.png" alt="gkaur_1-1723307159242.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gkaur_2-1723307214719.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/170463iEFB71067C8831250/image-size/medium?v=v2&amp;amp;px=400" role="button" title="gkaur_2-1723307214719.png" alt="gkaur_2-1723307214719.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 10 Aug 2024 16:36:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Slot-in-Postgres-Not-Advancing/m-p/2475647#M12330</guid>
      <dc:creator>gkaur</dc:creator>
      <dc:date>2024-08-10T16:36:03Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Replicate Slot in Postgres Not Advancing</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Slot-in-Postgres-Not-Advancing/m-p/2475661#M12331</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/247911"&gt;@gkaur&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;Thanks for reaching out to Qlik Community!&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Based on the available information, it appears that the monitored tables have not undergone any changes. This is likely why we see that the "&lt;FONT face="courier new,courier"&gt;Change Processing&lt;/FONT&gt; → &lt;FONT face="courier new,courier"&gt;Apply Latency&lt;/FONT&gt;" is 00:00:00, and there are no &lt;FONT face="courier new,courier"&gt;Incoming Changes&lt;/FONT&gt; (0 transactions). However, other tables, which are not being monitored by Qlik Replicate, are experiencing significant changes. These changes continue to occupy the LSN position in the replication slot, thereby preventing truncation of the WAL. Since the WAL is a server-wide resource used by all PostgreSQL processes, it may grow extremely large if no changes are captured for an extended period.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;To prevent this from happening, please enable the "&lt;A title="WAL heartbeat" href="https://help.qlik.com/en-US/replicate/May2024/Content/Replicate/Main/PostgreSQL/advanced_prop_postgresql_source.htm#ar_postgresds_802412600_1389284:~:text=WAL%20heartbeat%20%2D%20An,the%20heartbeat%20table." target="_blank" rel="noopener"&gt;WAL heartbeat&lt;/A&gt;" option (by default, it's disabled), for example:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="john_wang_0-1723343010494.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/170466i561F9107E5992C59/image-size/large?v=v2&amp;amp;px=999" role="button" title="john_wang_0-1723343010494.png" alt="john_wang_0-1723343010494.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;
&lt;P&gt;John.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 11 Aug 2024 02:28:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Slot-in-Postgres-Not-Advancing/m-p/2475661#M12331</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2024-08-11T02:28:13Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Replicate Slot in Postgres Not Advancing</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Slot-in-Postgres-Not-Advancing/m-p/2475690#M12344</link>
      <description>&lt;P&gt;Thanks John for your quick response but I already have WAL heartbeat ON -&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gkaur_1-1723382816067.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/170470i3C40FFB983012355/image-size/medium?v=v2&amp;amp;px=400" role="button" title="gkaur_1-1723382816067.png" alt="gkaur_1-1723382816067.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 11 Aug 2024 13:27:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Slot-in-Postgres-Not-Advancing/m-p/2475690#M12344</guid>
      <dc:creator>gkaur</dc:creator>
      <dc:date>2024-08-11T13:27:15Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Replicate Slot in Postgres Not Advancing</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Slot-in-Postgres-Not-Advancing/m-p/2475691#M12345</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/247911"&gt;@gkaur&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thanks for your update. We need additional information to understand the behavior:&lt;/P&gt;
&lt;P&gt;1. Set &lt;FONT face="courier new,courier"&gt;SOURCE_CAPUTRE&lt;/FONT&gt; to &lt;FONT face="courier new,courier"&gt;Verbose&lt;/FONT&gt;, &lt;FONT face="courier new,courier"&gt;PERFORMANCE&lt;/FONT&gt; to &lt;FONT face="courier new,courier"&gt;Trace&lt;/FONT&gt;, and re-create the issue (keep task running more than 10 minutes), then download the Diagnostics Packages;&lt;/P&gt;
&lt;P&gt;2. Open a support ticket and upload the Diag Packages.&lt;/P&gt;
&lt;P&gt;3. Do you have more than 1 tasks which connect to the same PostgreSQL database and running in parallel?&lt;/P&gt;
&lt;P&gt;4. List all logic replication slots and their status in your DB.&lt;/P&gt;
&lt;P&gt;Our support team will be more than happy to assist you.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;John.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 11 Aug 2024 13:35:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Slot-in-Postgres-Not-Advancing/m-p/2475691#M12345</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2024-08-11T13:35:53Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Replicate Slot in Postgres Not Advancing</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Slot-in-Postgres-Not-Advancing/m-p/2479185#M12554</link>
      <description>&lt;P&gt;Sorry I am back here again as I am not getting much help from anywhere else, we continue to lose data and real time replication is no way near replication. Also, noticed something in the log file... per my understanding it is indicting that at &lt;STRONG&gt;21:56:32 task is still reading LSN as of 04:31:28 [ a total of 6.5 hrs or lag ] and yet the task indicates zero latency&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;------------&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;03138525: 2024-09-01T&lt;STRONG&gt;21:56:32&lt;/STRONG&gt;:478018 [SOURCE_CAPTURE&amp;nbsp; ]T:&amp;nbsp; Throughput monitor: Last DB time scanned: 2024-09-01 &lt;STRONG&gt;04:31:28&lt;/STRONG&gt;.232388-04. Last LSN scanned: 00019153/2E5BF958. #scanned events: 0.&amp;nbsp;&amp;nbsp; (postgres_endpoint_wal_engine.c:430)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Also attaching one of the log with verbose on&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Sep 2024 15:49:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Slot-in-Postgres-Not-Advancing/m-p/2479185#M12554</guid>
      <dc:creator>gkaur</dc:creator>
      <dc:date>2024-09-02T15:49:34Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Replicate Slot in Postgres Not Advancing</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Slot-in-Postgres-Not-Advancing/m-p/2479223#M12560</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/247911"&gt;@gkaur&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;According to your debug.txt file,&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;2024-09-01T13:20:32:767725 [SOURCE_CAPTURE ]T: Throughput monitor: Last DB time scanned: 2024-09-01 04:31:26.033978-04. Last LSN scanned: 00019153/2C1683C8. #scanned events: 4. (postgres_endpoint_wal_engine.c:430)&lt;BR /&gt;2024-09-01T13:22:32:815257 [SOURCE_CAPTURE ]T: Throughput monitor: Last DB time scanned: 2024-09-01 04:31:26.033978-04. Last LSN scanned: 00019153/2C1683C8. #scanned events: 0. (postgres_endpoint_wal_engine.c:430)&lt;BR /&gt;2024-09-01T13:24:32:844730 [SOURCE_CAPTURE ]T: Throughput monitor: Last DB time scanned: 2024-09-01 04:31:26.033978-04. Last LSN scanned: 00019153/2C1683C8. #scanned events: 0. (postgres_endpoint_wal_engine.c:430)&lt;/PRE&gt;
&lt;P&gt;It seems there are no changes in that slot.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Please run&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;SPAN&gt;select * from pg_replication_slots;&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;and check the following:&lt;BR /&gt;1. Are there any unused replication slots?&lt;BR /&gt;2. LSN status&lt;BR /&gt;&lt;BR /&gt;If problem persists, I would recommend creating a support ticket.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Desmond&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2024 03:57:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Slot-in-Postgres-Not-Advancing/m-p/2479223#M12560</guid>
      <dc:creator>DesmondWOO</dc:creator>
      <dc:date>2024-09-03T03:57:00Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Replicate Slot in Postgres Not Advancing</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Slot-in-Postgres-Not-Advancing/m-p/2479227#M12562</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/247911"&gt;@gkaur&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;Thanks for reaching out to Qlik via Qlik Community Support page. Such issue requires through analysis of Settings and logs, hence request you to reach out to technical Support via a case and provide Diagnostics package.&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;And request you to not to upload any Log here as it can be access by larger Community member then the intended Support personal.&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;Please refer to Replicate &lt;A href="https://community.qlik.com/t5/Knowledge/How-to-collect-Diagnostics-Package-from-Qlik-Replicate/ta-p/1815056" target="_blank"&gt;https://community.qlik.com/t5/Knowledge/How-to-collect-Diagnostics-Package-from-Qlik-Replicate/ta-p/1815056&lt;/A&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;Regards,&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;Sushil Kumar&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2024 04:28:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Slot-in-Postgres-Not-Advancing/m-p/2479227#M12562</guid>
      <dc:creator>SushilKumar</dc:creator>
      <dc:date>2024-09-03T04:28:06Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Replicate Slot in Postgres Not Advancing</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Slot-in-Postgres-Not-Advancing/m-p/2479239#M12565</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/247911"&gt;@gkaur&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;From the log file, we can see the LSN proceeds eg in lines #2742 and #2750, The LSN number keeps increasing:&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;2024-09-01T13:17:42:783856 [SOURCE_CAPTURE ]V: WAL-tracker: RECTYPE: 'DML', Current LSN '00019153/&lt;STRONG&gt;2C12F178&lt;/STRONG&gt;'&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;2024-09-01T13:17:42:783884 [SOURCE_CAPTURE ]V: WAL-tracker: RECTYPE: 'DML', Current LSN '00019153/&lt;STRONG&gt;2C12F348&lt;/STRONG&gt;'&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;However as the task log file was encrypted we cannot recognize what's the DML is in line #2751:&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;2024-09-01T13:17:42:783886 [SOURCE_CAPTURE ]V: WAL event raw details: RecType=&lt;STRONG&gt;DML&lt;/STRONG&gt;, Last XID encountered=-657438885&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;2024-09-01T13:17:42:783889 [SOURCE_CAPTURE ]V: ~{RgYAAAhJjfO3EUrafmQmPSTJRu7pBeJad3/iDCw01efxSKjCPQp8w6rTeUXCK589K5...&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Please &lt;A title="decrypt the task log file" href="https://community.qlik.com/t5/Official-Support-Articles/How-to-Decrypt-Qlik-Replicate-Verbose-Task-Log-Files/ta-p/1862114" target="_blank" rel="noopener"&gt;decrypt the task log file&lt;/A&gt; to understand what's the DML operations are.&lt;/P&gt;
&lt;P&gt;And we also need the complete task log file (instead of piece only) to understand if the settings are correct eg:&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;wal_level = logical&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;John.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2024 06:14:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Slot-in-Postgres-Not-Advancing/m-p/2479239#M12565</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2024-09-03T06:14:42Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Replicate Slot in Postgres Not Advancing</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Slot-in-Postgres-Not-Advancing/m-p/2544740#M16015</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/359358"&gt;@Pynvor8&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P data-end="76" data-start="54"&gt;Thanks for the update.&lt;/P&gt;
&lt;P data-end="121" data-start="78"&gt;Could you please check the following items:&lt;/P&gt;
&lt;OL data-end="355" data-start="123"&gt;
&lt;LI data-end="248" data-start="123" data-section-id="1cwvqzc"&gt;
&lt;P data-end="248" data-start="126"&gt;&lt;STRONG data-end="154" data-start="126"&gt;Qlik Replicate task logs&lt;/STRONG&gt; – Set &lt;STRONG&gt;SOURCE_CAPTURE&lt;/STRONG&gt; to &lt;STRONG data-end="192" data-start="181"&gt;Verbose&lt;/STRONG&gt; and review the task log files for any related messages.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-end="355" data-start="250" data-section-id="1qvwie8"&gt;
&lt;P data-end="355" data-start="253"&gt;&lt;STRONG data-end="291" data-start="253"&gt;PostgreSQL replication slot status&lt;/STRONG&gt; – Please monitor the WAL/slot status using the following query:&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;TABLE style="background-color: lightgrey; width: 100%; border-style: none;" border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="100%"&gt;&lt;FONT face="courier new,courier"&gt;SELECT&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;slot_name,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;active,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;restart_lsn,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;confirmed_flush_lsn&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;FROM pg_replication_slots&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;WHERE slot_name = '&lt;EM&gt;sloteName&lt;/EM&gt;';&lt;/FONT&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P data-end="623" data-start="500"&gt;Please check whether the two LSN values are &lt;STRONG data-end="599" data-start="586"&gt;advancing&lt;/STRONG&gt; or &lt;STRONG data-end="622" data-start="603"&gt;remaining stuck&lt;/STRONG&gt;.&lt;/P&gt;
&lt;OL start="3" data-end="743" data-start="625"&gt;
&lt;LI data-end="743" data-start="625" data-section-id="16j9xm0"&gt;
&lt;P data-end="743" data-start="628"&gt;&lt;STRONG data-end="653" data-start="628"&gt;PostgreSQL error logs&lt;/STRONG&gt; – Please check if there are any relevant messages recorded in the PostgreSQL server logs.&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;
&lt;P&gt;John.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Mar 2026 02:55:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Slot-in-Postgres-Not-Advancing/m-p/2544740#M16015</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2026-03-13T02:55:25Z</dc:date>
    </item>
  </channel>
</rss>

