<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Deploy on PolloChang 工作筆記</title>
    <link>http://pollochang.work/tags/deploy/</link>
    <description>Recent content in Deploy on PolloChang 工作筆記</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>zh-TW</language>
    <copyright>© 2026 PolloChang</copyright>
    <lastBuildDate>Sat, 02 May 2026 20:20:17 +0800</lastBuildDate><atom:link href="http://pollochang.work/tags/deploy/index.xml" rel="self" type="application/rss+xml" />
    
    <item>
      <title>PostgreSQL 效能分析利器：pg_profile 佈署 SOP (v4.11)</title>
      <link>http://pollochang.work/postgresql-database/deploy-pg_profile/</link>
      <pubDate>Sat, 02 May 2026 20:20:17 +0800</pubDate>
      
      <guid>http://pollochang.work/postgresql-database/deploy-pg_profile/</guid>
      <description>&lt;h2 class=&#34;relative group&#34;&gt;PostgreSQL 效能分析利器：pg_profile 佈署 SOP (v4.11)&#xA;    &lt;div id=&#34;postgresql-效能分析利器pg_profile-佈署-sop-v411&#34; class=&#34;anchor&#34;&gt;&lt;/div&gt;&#xA;    &#xA;    &lt;span&#xA;        class=&#34;absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none&#34;&gt;&#xA;        &lt;a class=&#34;text-primary-300 dark:text-neutral-700 !no-underline&#34; href=&#34;#postgresql-%e6%95%88%e8%83%bd%e5%88%86%e6%9e%90%e5%88%a9%e5%99%a8pg_profile-%e4%bd%88%e7%bd%b2-sop-v411&#34; aria-label=&#34;定位點&#34;&gt;#&lt;/a&gt;&#xA;    &lt;/span&gt;&#xA;    &#xA;&lt;/h2&gt;&#xA;&#xA;&lt;h3 class=&#34;relative group&#34;&gt;一、 系統環境與檔案佈署&#xA;    &lt;div id=&#34;一-系統環境與檔案佈署&#34; class=&#34;anchor&#34;&gt;&lt;/div&gt;&#xA;    &#xA;    &lt;span&#xA;        class=&#34;absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none&#34;&gt;&#xA;        &lt;a class=&#34;text-primary-300 dark:text-neutral-700 !no-underline&#34; href=&#34;#%e4%b8%80-%e7%b3%bb%e7%b5%b1%e7%92%b0%e5%a2%83%e8%88%87%e6%aa%94%e6%a1%88%e4%bd%88%e7%bd%b2&#34; aria-label=&#34;定位點&#34;&gt;#&lt;/a&gt;&#xA;    &lt;/span&gt;&#xA;    &#xA;&lt;/h3&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&lt;strong&gt;下載與解壓縮&lt;/strong&gt;：&#xA;將 &lt;code&gt;pg_profile&lt;/code&gt; 延伸模組檔案解壓縮至 PostgreSQL 的指定目錄。&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;div class=&#34;highlight-wrapper&#34;&gt;&lt;div class=&#34;highlight&#34;&gt;&lt;div style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&#xA;&lt;table style=&#34;border-spacing:0;padding:0;margin:0;border:0;&#34;&gt;&lt;tr&gt;&lt;td style=&#34;vertical-align:top;padding:0;margin:0;border:0;&#34;&gt;&#xA;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code&gt;&lt;span style=&#34;white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f&#34;&gt;1&#xA;&lt;/span&gt;&lt;span style=&#34;white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f&#34;&gt;2&#xA;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&#xA;&lt;td style=&#34;vertical-align:top;padding:0;margin:0;border:0;;width:100%&#34;&gt;&#xA;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;wget https://github.com/zubkov-andrei/pg_profile/releases/download/4.11/pg_profile--4.11.tar.gz&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;sudo tar xzf pg_profile-4.11.tar.gz --directory &lt;span style=&#34;color:#66d9ef&#34;&gt;$(&lt;/span&gt;pg_config --sharedir&lt;span style=&#34;color:#66d9ef&#34;&gt;)&lt;/span&gt;/extension&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&#xA;&lt;/div&gt;&#xA;&lt;/div&gt;&lt;/div&gt;&#xA;&lt;ol start=&#34;2&#34;&gt;&#xA;&lt;li&gt;&lt;strong&gt;修改 PostgreSQL 配置 (&lt;code&gt;postgresql.conf&lt;/code&gt;)&lt;/strong&gt;：&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;code&gt;pg_profile&lt;/code&gt; 依賴於核心統計模組，需在啟動時預先載入。&lt;/p&gt;</description>
      
    </item>
    
    <item>
      <title>Deploy Postgresql 16 on Oracle Linux 8</title>
      <link>http://pollochang.work/postgresql-database/deploy-pg16-on-ol8/</link>
      <pubDate>Fri, 01 May 2026 20:20:17 +0800</pubDate>
      
      <guid>http://pollochang.work/postgresql-database/deploy-pg16-on-ol8/</guid>
      <description>&lt;h1 class=&#34;relative group&#34;&gt;Deploy Postgresql on Oracle Linux 8&#xA;    &lt;div id=&#34;deploy-postgresql-on-oracle-linux-8&#34; class=&#34;anchor&#34;&gt;&lt;/div&gt;&#xA;    &#xA;    &lt;span&#xA;        class=&#34;absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none&#34;&gt;&#xA;        &lt;a class=&#34;text-primary-300 dark:text-neutral-700 !no-underline&#34; href=&#34;#deploy-postgresql-on-oracle-linux-8&#34; aria-label=&#34;定位點&#34;&gt;#&lt;/a&gt;&#xA;    &lt;/span&gt;&#xA;    &#xA;&lt;/h1&gt;&#xA;&#xA;&lt;h2 class=&#34;relative group&#34;&gt;Why Select 16 Version?&#xA;    &lt;div id=&#34;why-select-16-version&#34; class=&#34;anchor&#34;&gt;&lt;/div&gt;&#xA;    &#xA;    &lt;span&#xA;        class=&#34;absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none&#34;&gt;&#xA;        &lt;a class=&#34;text-primary-300 dark:text-neutral-700 !no-underline&#34; href=&#34;#why-select-16-version&#34; aria-label=&#34;定位點&#34;&gt;#&lt;/a&gt;&#xA;    &lt;/span&gt;&#xA;    &#xA;&lt;/h2&gt;&#xA;&lt;p&gt;因為在 &lt;a href=&#34;https://docs.aws.amazon.com/zh_tw/AmazonRDS/latest/AuroraUserGuide/AuroraPostgreSQL.Updates.LTS.html&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;AWS 的長期支援板(LTS)&lt;/a&gt; 當前是使用 16.8，所以可以預期的是在未來的擴充套件有級大的可能是在 16.8 上進行開發。如果要採用社群維護可以參考&lt;a href=&#34;https://www.postgresql.org/support/versioning/&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;Versioning Policy&lt;/a&gt;&lt;/p&gt;</description>
      
    </item>
    
  </channel>
</rss>
