@@ -38,11 +38,11 @@ them in your systems.
3838
3939#### Debian packages
4040
41- For example, let's install the 1.28.1 release of the plugin, for an Intel based
41+ For example, let's install the 1.29.0-rc1 release of the plugin, for an Intel based
424264 bit server. First, we download the right ` .deb ` file.
4343
4444``` sh
45- wget https://github.com/cloudnative-pg/cloudnative-pg/releases/download/v1.28.1 /kubectl-cnpg_1.28.1_linux_x86_64 .deb \
45+ wget https://github.com/cloudnative-pg/cloudnative-pg/releases/download/v1.29.0-rc1 /kubectl-cnpg_1.29.0-rc1_linux_x86_64 .deb \
4646 --output-document kube-plugin.deb
4747```
4848
@@ -53,17 +53,17 @@ $ sudo dpkg -i kube-plugin.deb
5353Selecting previously unselected package cnpg.
5454(Reading database ... 6688 files and directories currently installed.)
5555Preparing to unpack kube-plugin.deb ...
56- Unpacking cnpg (1.28.1 ) ...
57- Setting up cnpg (1.28.1 ) ...
56+ Unpacking cnpg (1.29.0-rc1 ) ...
57+ Setting up cnpg (1.29.0-rc1 ) ...
5858```
5959
6060#### RPM packages
6161
62- As in the example for ` .rpm ` packages, let's install the 1.28.1 release for an
62+ As in the example for ` .rpm ` packages, let's install the 1.29.0-rc1 release for an
6363Intel 64 bit machine. Note the ` --output ` flag to provide a file name.
6464
6565``` sh
66- curl -L https://github.com/cloudnative-pg/cloudnative-pg/releases/download/v1.28.1 /kubectl-cnpg_1.28.1_linux_x86_64 .rpm \
66+ curl -L https://github.com/cloudnative-pg/cloudnative-pg/releases/download/v1.29.0-rc1 /kubectl-cnpg_1.29.0-rc1_linux_x86_64 .rpm \
6767 --output kube-plugin.rpm
6868```
6969
@@ -77,7 +77,7 @@ Dependencies resolved.
7777 Package Architecture Version Repository Size
7878====================================================================================================
7979Installing:
80- cnpg x86_64 1.28.1 -1 @commandline 20 M
80+ cnpg x86_64 1.29.0-rc1 -1 @commandline 20 M
8181
8282Transaction Summary
8383====================================================================================================
@@ -306,9 +306,9 @@ sandbox-3 0/604DE38 0/604DE38 0/604DE38 0/604DE38 00:00:00 00:00:00 00
306306Instances status
307307Name Current LSN Replication role Status QoS Manager Version Node
308308---- ----------- ---------------- ------ --- --------------- ----
309- sandbox-1 0/604DE38 Primary OK BestEffort 1.28.1 k8s-eu-worker
310- sandbox-2 0/604DE38 Standby (async) OK BestEffort 1.28.1 k8s-eu-worker2
311- sandbox-3 0/604DE38 Standby (async) OK BestEffort 1.28.1 k8s-eu-worker
309+ sandbox-1 0/604DE38 Primary OK BestEffort 1.29.0-rc1 k8s-eu-worker
310+ sandbox-2 0/604DE38 Standby (async) OK BestEffort 1.29.0-rc1 k8s-eu-worker2
311+ sandbox-3 0/604DE38 Standby (async) OK BestEffort 1.29.0-rc1 k8s-eu-worker
312312```
313313
314314If you require more detailed status information, use the ` --verbose ` option (or
@@ -362,9 +362,9 @@ sandbox-primary primary 1 1 1
362362Instances status
363363Name Current LSN Replication role Status QoS Manager Version Node
364364---- ----------- ---------------- ------ --- --------------- ----
365- sandbox-1 0/6053720 Primary OK BestEffort 1.28.1 k8s-eu-worker
366- sandbox-2 0/6053720 Standby (async) OK BestEffort 1.28.1 k8s-eu-worker2
367- sandbox-3 0/6053720 Standby (async) OK BestEffort 1.28.1 k8s-eu-worker
365+ sandbox-1 0/6053720 Primary OK BestEffort 1.29.0-rc1 k8s-eu-worker
366+ sandbox-2 0/6053720 Standby (async) OK BestEffort 1.29.0-rc1 k8s-eu-worker2
367+ sandbox-3 0/6053720 Standby (async) OK BestEffort 1.29.0-rc1 k8s-eu-worker
368368```
369369
370370With an additional ` -v ` (e.g. ` kubectl cnpg status sandbox -v -v ` ), you can
@@ -640,12 +640,12 @@ Archive: report_operator_<TIMESTAMP>.zip
640640
641641``` output
642642====== Beginning of Previous Log =====
643- 2023-03-28T12:56:41.251711811Z {"level":"info","ts":"2023-03-28T12:56:41Z","logger":"setup","msg":"Starting CloudNativePG Operator","version":"1.28.1 ","build":{"Version":"1.28.1 +dev107","Commit":"cc9bab17","Date":"2023-03-28"}}
643+ 2023-03-28T12:56:41.251711811Z {"level":"info","ts":"2023-03-28T12:56:41Z","logger":"setup","msg":"Starting CloudNativePG Operator","version":"1.29.0-rc1 ","build":{"Version":"1.29.0-rc1 +dev107","Commit":"cc9bab17","Date":"2023-03-28"}}
6446442023-03-28T12:56:41.251851909Z {"level":"info","ts":"2023-03-28T12:56:41Z","logger":"setup","msg":"Starting pprof HTTP server","addr":"0.0.0.0:6060"}
645645 <snipped …>
646646
647647====== End of Previous Log =====
648- 2023-03-28T12:57:09.854306024Z {"level":"info","ts":"2023-03-28T12:57:09Z","logger":"setup","msg":"Starting CloudNativePG Operator","version":"1.28.1 ","build":{"Version":"1.28.1 +dev107","Commit":"cc9bab17","Date":"2023-03-28"}}
648+ 2023-03-28T12:57:09.854306024Z {"level":"info","ts":"2023-03-28T12:57:09Z","logger":"setup","msg":"Starting CloudNativePG Operator","version":"1.29.0-rc1 ","build":{"Version":"1.29.0-rc1 +dev107","Commit":"cc9bab17","Date":"2023-03-28"}}
6496492023-03-28T12:57:09.854363943Z {"level":"info","ts":"2023-03-28T12:57:09Z","logger":"setup","msg":"Starting pprof HTTP server","addr":"0.0.0.0:6060"}
650650```
651651
0 commit comments