Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion assets/documentation/1.27/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -574,5 +574,5 @@ <h2 id="about-this-guide">About this guide</h2>

<!--
MkDocs version : 1.6.1
Build Date UTC : 2025-10-23 13:22:39.977144+00:00
Build Date UTC : 2025-10-23 16:38:26.802366+00:00
-->
4 changes: 2 additions & 2 deletions assets/documentation/1.27/installation_upgrade/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -356,10 +356,10 @@ <h2 id="installation-on-kubernetes">Installation on Kubernetes</h2>
<h3 id="directly-using-the-operator-manifest">Directly using the operator manifest</h3>
<p>The operator can be installed like any other resource in Kubernetes,
through a YAML manifest applied via <code>kubectl</code>.</p>
<p>You can install the <a href="https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg/release-1.27/releases/cnpg-1.27.0.yaml">latest operator manifest</a>
<p>You can install the <a href="https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg/release-1.27/releases/cnpg-1.27.1.yaml">latest operator manifest</a>
for this minor release as follows:</p>
<pre><code class="language-sh">kubectl apply --server-side -f \
https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg/release-1.27/releases/cnpg-1.27.0.yaml
https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg/release-1.27/releases/cnpg-1.27.1.yaml
</code></pre>
<p>You can verify that with:</p>
<pre><code class="language-sh">kubectl rollout status deployment \
Expand Down
30 changes: 15 additions & 15 deletions assets/documentation/1.27/kubectl-plugin/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -438,23 +438,23 @@ <h3 id="using-the-debian-or-redhat-packages">Using the Debian or RedHat packages
As a result, you can follow standard practices and instructions to install
them in your systems.</p>
<h4 id="debian-packages">Debian packages</h4>
<p>For example, let's install the 1.27.0 release of the plugin, for an Intel based
<p>For example, let's install the 1.27.1 release of the plugin, for an Intel based
64 bit server. First, we download the right <code>.deb</code> file.</p>
<pre><code class="language-sh">wget https://github.com/cloudnative-pg/cloudnative-pg/releases/download/v1.27.0/kubectl-cnpg_1.27.0_linux_x86_64.deb \
<pre><code class="language-sh">wget https://github.com/cloudnative-pg/cloudnative-pg/releases/download/v1.27.1/kubectl-cnpg_1.27.1_linux_x86_64.deb \
--output-document kube-plugin.deb
</code></pre>
<p>Then, with superuser privileges, install from the local file using <code>dpkg</code>:</p>
<pre><code class="language-console">$ sudo dpkg -i kube-plugin.deb
Selecting previously unselected package cnpg.
(Reading database ... 6688 files and directories currently installed.)
Preparing to unpack kube-plugin.deb ...
Unpacking cnpg (1.27.0) ...
Setting up cnpg (1.27.0) ...
Unpacking cnpg (1.27.1) ...
Setting up cnpg (1.27.1) ...
</code></pre>
<h4 id="rpm-packages">RPM packages</h4>
<p>As in the example for <code>.rpm</code> packages, let's install the 1.27.0 release for an
<p>As in the example for <code>.rpm</code> packages, let's install the 1.27.1 release for an
Intel 64 bit machine. Note the <code>--output</code> flag to provide a file name.</p>
<pre><code class="language-sh">curl -L https://github.com/cloudnative-pg/cloudnative-pg/releases/download/v1.27.0/kubectl-cnpg_1.27.0_linux_x86_64.rpm \
<pre><code class="language-sh">curl -L https://github.com/cloudnative-pg/cloudnative-pg/releases/download/v1.27.1/kubectl-cnpg_1.27.1_linux_x86_64.rpm \
--output kube-plugin.rpm
</code></pre>
<p>Then, with superuser privileges, install with <code>yum</code>, and you're ready to use:</p>
Expand All @@ -465,7 +465,7 @@ <h4 id="rpm-packages">RPM packages</h4>
Package Architecture Version Repository Size
====================================================================================================
Installing:
cnpg x86_64 1.27.0 @commandline 20 M
cnpg x86_64 1.27.1 @commandline 20 M

Transaction Summary
====================================================================================================
Expand Down Expand Up @@ -656,9 +656,9 @@ <h3 id="status">Status</h3>
Instances status
Name Current LSN Replication role Status QoS Manager Version Node
---- ----------- ---------------- ------ --- --------------- ----
sandbox-1 0/604DE38 Primary OK BestEffort 1.27.0 k8s-eu-worker
sandbox-2 0/604DE38 Standby (async) OK BestEffort 1.27.0 k8s-eu-worker2
sandbox-3 0/604DE38 Standby (async) OK BestEffort 1.27.0 k8s-eu-worker
sandbox-1 0/604DE38 Primary OK BestEffort 1.27.1 k8s-eu-worker
sandbox-2 0/604DE38 Standby (async) OK BestEffort 1.27.1 k8s-eu-worker2
sandbox-3 0/604DE38 Standby (async) OK BestEffort 1.27.1 k8s-eu-worker
</code></pre>
<p>If you require more detailed status information, use the <code>--verbose</code> option (or
<code>-v</code> for short). The level of detail increases each time the flag is repeated:</p>
Expand Down Expand Up @@ -707,9 +707,9 @@ <h3 id="status">Status</h3>
Instances status
Name Current LSN Replication role Status QoS Manager Version Node
---- ----------- ---------------- ------ --- --------------- ----
sandbox-1 0/6053720 Primary OK BestEffort 1.27.0 k8s-eu-worker
sandbox-2 0/6053720 Standby (async) OK BestEffort 1.27.0 k8s-eu-worker2
sandbox-3 0/6053720 Standby (async) OK BestEffort 1.27.0 k8s-eu-worker
sandbox-1 0/6053720 Primary OK BestEffort 1.27.1 k8s-eu-worker
sandbox-2 0/6053720 Standby (async) OK BestEffort 1.27.1 k8s-eu-worker2
sandbox-3 0/6053720 Standby (async) OK BestEffort 1.27.1 k8s-eu-worker
</code></pre>
<p>With an additional <code>-v</code> (e.g. <code>kubectl cnpg status sandbox -v -v</code>), you can
also view PostgreSQL configuration, HBA settings, and certificates.</p>
Expand Down Expand Up @@ -877,12 +877,12 @@ <h4 id="report-operator">report Operator</h4>
and previous logs are available, it will show them both.</p>
</div>
<pre><code class="language-output">====== Beginning of Previous Log =====
2023-03-28T12:56:41.251711811Z {&quot;level&quot;:&quot;info&quot;,&quot;ts&quot;:&quot;2023-03-28T12:56:41Z&quot;,&quot;logger&quot;:&quot;setup&quot;,&quot;msg&quot;:&quot;Starting CloudNativePG Operator&quot;,&quot;version&quot;:&quot;1.27.0&quot;,&quot;build&quot;:{&quot;Version&quot;:&quot;1.27.0+dev107&quot;,&quot;Commit&quot;:&quot;cc9bab17&quot;,&quot;Date&quot;:&quot;2023-03-28&quot;}}
2023-03-28T12:56:41.251711811Z {&quot;level&quot;:&quot;info&quot;,&quot;ts&quot;:&quot;2023-03-28T12:56:41Z&quot;,&quot;logger&quot;:&quot;setup&quot;,&quot;msg&quot;:&quot;Starting CloudNativePG Operator&quot;,&quot;version&quot;:&quot;1.27.1&quot;,&quot;build&quot;:{&quot;Version&quot;:&quot;1.27.1+dev107&quot;,&quot;Commit&quot;:&quot;cc9bab17&quot;,&quot;Date&quot;:&quot;2023-03-28&quot;}}
2023-03-28T12:56:41.251851909Z {&quot;level&quot;:&quot;info&quot;,&quot;ts&quot;:&quot;2023-03-28T12:56:41Z&quot;,&quot;logger&quot;:&quot;setup&quot;,&quot;msg&quot;:&quot;Starting pprof HTTP server&quot;,&quot;addr&quot;:&quot;0.0.0.0:6060&quot;}
&lt;snipped …&gt;

====== End of Previous Log =====
2023-03-28T12:57:09.854306024Z {&quot;level&quot;:&quot;info&quot;,&quot;ts&quot;:&quot;2023-03-28T12:57:09Z&quot;,&quot;logger&quot;:&quot;setup&quot;,&quot;msg&quot;:&quot;Starting CloudNativePG Operator&quot;,&quot;version&quot;:&quot;1.27.0&quot;,&quot;build&quot;:{&quot;Version&quot;:&quot;1.27.0+dev107&quot;,&quot;Commit&quot;:&quot;cc9bab17&quot;,&quot;Date&quot;:&quot;2023-03-28&quot;}}
2023-03-28T12:57:09.854306024Z {&quot;level&quot;:&quot;info&quot;,&quot;ts&quot;:&quot;2023-03-28T12:57:09Z&quot;,&quot;logger&quot;:&quot;setup&quot;,&quot;msg&quot;:&quot;Starting CloudNativePG Operator&quot;,&quot;version&quot;:&quot;1.27.1&quot;,&quot;build&quot;:{&quot;Version&quot;:&quot;1.27.1+dev107&quot;,&quot;Commit&quot;:&quot;cc9bab17&quot;,&quot;Date&quot;:&quot;2023-03-28&quot;}}
2023-03-28T12:57:09.854363943Z {&quot;level&quot;:&quot;info&quot;,&quot;ts&quot;:&quot;2023-03-28T12:57:09Z&quot;,&quot;logger&quot;:&quot;setup&quot;,&quot;msg&quot;:&quot;Starting pprof HTTP server&quot;,&quot;addr&quot;:&quot;0.0.0.0:6060&quot;}
</code></pre>
<p>If the operator hasn't been restarted, you'll still see the <code>====== Begin …</code>
Expand Down
2 changes: 1 addition & 1 deletion assets/documentation/1.27/search/search_index.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/documentation/current/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -574,5 +574,5 @@ <h2 id="about-this-guide">About this guide</h2>

<!--
MkDocs version : 1.6.1
Build Date UTC : 2025-10-23 13:22:39.977144+00:00
Build Date UTC : 2025-10-23 16:38:26.802366+00:00
-->
Original file line number Diff line number Diff line change
Expand Up @@ -356,10 +356,10 @@ <h2 id="installation-on-kubernetes">Installation on Kubernetes</h2>
<h3 id="directly-using-the-operator-manifest">Directly using the operator manifest</h3>
<p>The operator can be installed like any other resource in Kubernetes,
through a YAML manifest applied via <code>kubectl</code>.</p>
<p>You can install the <a href="https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg/release-1.27/releases/cnpg-1.27.0.yaml">latest operator manifest</a>
<p>You can install the <a href="https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg/release-1.27/releases/cnpg-1.27.1.yaml">latest operator manifest</a>
for this minor release as follows:</p>
<pre><code class="language-sh">kubectl apply --server-side -f \
https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg/release-1.27/releases/cnpg-1.27.0.yaml
https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg/release-1.27/releases/cnpg-1.27.1.yaml
</code></pre>
<p>You can verify that with:</p>
<pre><code class="language-sh">kubectl rollout status deployment \
Expand Down
30 changes: 15 additions & 15 deletions assets/documentation/current/kubectl-plugin/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -438,23 +438,23 @@ <h3 id="using-the-debian-or-redhat-packages">Using the Debian or RedHat packages
As a result, you can follow standard practices and instructions to install
them in your systems.</p>
<h4 id="debian-packages">Debian packages</h4>
<p>For example, let's install the 1.27.0 release of the plugin, for an Intel based
<p>For example, let's install the 1.27.1 release of the plugin, for an Intel based
64 bit server. First, we download the right <code>.deb</code> file.</p>
<pre><code class="language-sh">wget https://github.com/cloudnative-pg/cloudnative-pg/releases/download/v1.27.0/kubectl-cnpg_1.27.0_linux_x86_64.deb \
<pre><code class="language-sh">wget https://github.com/cloudnative-pg/cloudnative-pg/releases/download/v1.27.1/kubectl-cnpg_1.27.1_linux_x86_64.deb \
--output-document kube-plugin.deb
</code></pre>
<p>Then, with superuser privileges, install from the local file using <code>dpkg</code>:</p>
<pre><code class="language-console">$ sudo dpkg -i kube-plugin.deb
Selecting previously unselected package cnpg.
(Reading database ... 6688 files and directories currently installed.)
Preparing to unpack kube-plugin.deb ...
Unpacking cnpg (1.27.0) ...
Setting up cnpg (1.27.0) ...
Unpacking cnpg (1.27.1) ...
Setting up cnpg (1.27.1) ...
</code></pre>
<h4 id="rpm-packages">RPM packages</h4>
<p>As in the example for <code>.rpm</code> packages, let's install the 1.27.0 release for an
<p>As in the example for <code>.rpm</code> packages, let's install the 1.27.1 release for an
Intel 64 bit machine. Note the <code>--output</code> flag to provide a file name.</p>
<pre><code class="language-sh">curl -L https://github.com/cloudnative-pg/cloudnative-pg/releases/download/v1.27.0/kubectl-cnpg_1.27.0_linux_x86_64.rpm \
<pre><code class="language-sh">curl -L https://github.com/cloudnative-pg/cloudnative-pg/releases/download/v1.27.1/kubectl-cnpg_1.27.1_linux_x86_64.rpm \
--output kube-plugin.rpm
</code></pre>
<p>Then, with superuser privileges, install with <code>yum</code>, and you're ready to use:</p>
Expand All @@ -465,7 +465,7 @@ <h4 id="rpm-packages">RPM packages</h4>
Package Architecture Version Repository Size
====================================================================================================
Installing:
cnpg x86_64 1.27.0 @commandline 20 M
cnpg x86_64 1.27.1 @commandline 20 M

Transaction Summary
====================================================================================================
Expand Down Expand Up @@ -656,9 +656,9 @@ <h3 id="status">Status</h3>
Instances status
Name Current LSN Replication role Status QoS Manager Version Node
---- ----------- ---------------- ------ --- --------------- ----
sandbox-1 0/604DE38 Primary OK BestEffort 1.27.0 k8s-eu-worker
sandbox-2 0/604DE38 Standby (async) OK BestEffort 1.27.0 k8s-eu-worker2
sandbox-3 0/604DE38 Standby (async) OK BestEffort 1.27.0 k8s-eu-worker
sandbox-1 0/604DE38 Primary OK BestEffort 1.27.1 k8s-eu-worker
sandbox-2 0/604DE38 Standby (async) OK BestEffort 1.27.1 k8s-eu-worker2
sandbox-3 0/604DE38 Standby (async) OK BestEffort 1.27.1 k8s-eu-worker
</code></pre>
<p>If you require more detailed status information, use the <code>--verbose</code> option (or
<code>-v</code> for short). The level of detail increases each time the flag is repeated:</p>
Expand Down Expand Up @@ -707,9 +707,9 @@ <h3 id="status">Status</h3>
Instances status
Name Current LSN Replication role Status QoS Manager Version Node
---- ----------- ---------------- ------ --- --------------- ----
sandbox-1 0/6053720 Primary OK BestEffort 1.27.0 k8s-eu-worker
sandbox-2 0/6053720 Standby (async) OK BestEffort 1.27.0 k8s-eu-worker2
sandbox-3 0/6053720 Standby (async) OK BestEffort 1.27.0 k8s-eu-worker
sandbox-1 0/6053720 Primary OK BestEffort 1.27.1 k8s-eu-worker
sandbox-2 0/6053720 Standby (async) OK BestEffort 1.27.1 k8s-eu-worker2
sandbox-3 0/6053720 Standby (async) OK BestEffort 1.27.1 k8s-eu-worker
</code></pre>
<p>With an additional <code>-v</code> (e.g. <code>kubectl cnpg status sandbox -v -v</code>), you can
also view PostgreSQL configuration, HBA settings, and certificates.</p>
Expand Down Expand Up @@ -877,12 +877,12 @@ <h4 id="report-operator">report Operator</h4>
and previous logs are available, it will show them both.</p>
</div>
<pre><code class="language-output">====== Beginning of Previous Log =====
2023-03-28T12:56:41.251711811Z {&quot;level&quot;:&quot;info&quot;,&quot;ts&quot;:&quot;2023-03-28T12:56:41Z&quot;,&quot;logger&quot;:&quot;setup&quot;,&quot;msg&quot;:&quot;Starting CloudNativePG Operator&quot;,&quot;version&quot;:&quot;1.27.0&quot;,&quot;build&quot;:{&quot;Version&quot;:&quot;1.27.0+dev107&quot;,&quot;Commit&quot;:&quot;cc9bab17&quot;,&quot;Date&quot;:&quot;2023-03-28&quot;}}
2023-03-28T12:56:41.251711811Z {&quot;level&quot;:&quot;info&quot;,&quot;ts&quot;:&quot;2023-03-28T12:56:41Z&quot;,&quot;logger&quot;:&quot;setup&quot;,&quot;msg&quot;:&quot;Starting CloudNativePG Operator&quot;,&quot;version&quot;:&quot;1.27.1&quot;,&quot;build&quot;:{&quot;Version&quot;:&quot;1.27.1+dev107&quot;,&quot;Commit&quot;:&quot;cc9bab17&quot;,&quot;Date&quot;:&quot;2023-03-28&quot;}}
2023-03-28T12:56:41.251851909Z {&quot;level&quot;:&quot;info&quot;,&quot;ts&quot;:&quot;2023-03-28T12:56:41Z&quot;,&quot;logger&quot;:&quot;setup&quot;,&quot;msg&quot;:&quot;Starting pprof HTTP server&quot;,&quot;addr&quot;:&quot;0.0.0.0:6060&quot;}
&lt;snipped …&gt;

====== End of Previous Log =====
2023-03-28T12:57:09.854306024Z {&quot;level&quot;:&quot;info&quot;,&quot;ts&quot;:&quot;2023-03-28T12:57:09Z&quot;,&quot;logger&quot;:&quot;setup&quot;,&quot;msg&quot;:&quot;Starting CloudNativePG Operator&quot;,&quot;version&quot;:&quot;1.27.0&quot;,&quot;build&quot;:{&quot;Version&quot;:&quot;1.27.0+dev107&quot;,&quot;Commit&quot;:&quot;cc9bab17&quot;,&quot;Date&quot;:&quot;2023-03-28&quot;}}
2023-03-28T12:57:09.854306024Z {&quot;level&quot;:&quot;info&quot;,&quot;ts&quot;:&quot;2023-03-28T12:57:09Z&quot;,&quot;logger&quot;:&quot;setup&quot;,&quot;msg&quot;:&quot;Starting CloudNativePG Operator&quot;,&quot;version&quot;:&quot;1.27.1&quot;,&quot;build&quot;:{&quot;Version&quot;:&quot;1.27.1+dev107&quot;,&quot;Commit&quot;:&quot;cc9bab17&quot;,&quot;Date&quot;:&quot;2023-03-28&quot;}}
2023-03-28T12:57:09.854363943Z {&quot;level&quot;:&quot;info&quot;,&quot;ts&quot;:&quot;2023-03-28T12:57:09Z&quot;,&quot;logger&quot;:&quot;setup&quot;,&quot;msg&quot;:&quot;Starting pprof HTTP server&quot;,&quot;addr&quot;:&quot;0.0.0.0:6060&quot;}
</code></pre>
<p>If the operator hasn't been restarted, you'll still see the <code>====== Begin …</code>
Expand Down
2 changes: 1 addition & 1 deletion assets/documentation/current/search/search_index.json

Large diffs are not rendered by default.