Skip to content

Commit 180b2e8

Browse files
pgmoneta 0.15.2
1 parent f47815f commit 180b2e8

9 files changed

+42
-7
lines changed

_data/releases.yml

+3
Original file line numberDiff line numberDiff line change
@@ -91,3 +91,6 @@
9191
- name: pgmoneta 0.15.1
9292
date: 2025-01-05
9393
announce: release/announcement/2025/01/05/pgmoneta-0.15.1.html
94+
- name: pgmoneta 0.15.2
95+
date: 2025-02-17
96+
announce: release/announcement/2025/02/17/pgmoneta-0.15.2.html

_posts/2025-02-17-pgmoneta-0.15.2.md

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# pgmoneta 0.15.2
2+
3+
This is an enhancement and bug fix release.
4+
5+
### Enhancements
6+
7+
* [#466 Send DEFAULT_BUFFER_SIZE at max](https://github.com/pgmoneta/pgmoneta/issues/466)
8+
* [#473 Limit number of workers](https://github.com/pgmoneta/pgmoneta/issues/473)
9+
* [#475 Make config argument optional in walinfo.c](https://github.com/pgmoneta/pgmoneta/issues/475)
10+
11+
### Bug fixes
12+
13+
* [#457 Missing cleanups for main errors](https://github.com/pgmoneta/pgmoneta/issues/457)
14+
* [#465 log_rotation_age parsed incorrectly](https://github.com/pgmoneta/pgmoneta/issues/465)
15+
* [#469 Only link files when they are changed or added](https://github.com/pgmoneta/pgmoneta/issues/469)
16+
* [#470 Index out of range in ART search/delete](https://github.com/pgmoneta/pgmoneta/issues/470)
17+
* [#471 Exclude backup_label and backup_manifest from linking](https://github.com/pgmoneta/pgmoneta/issues/471)
18+
19+
### Thanks to
20+
21+
* Jubilee101: #469, #470
22+
* Mohab96: #475
23+
24+
### Download
25+
26+
* [Source code](https://github.com/pgmoneta/pgmoneta/releases/download/0.15.2/pgmoneta-0.15.2.tar.gz)
27+
* [Advanced guide](https://github.com/pgmoneta/pgmoneta/releases/download/0.15.2/pgmoneta-advanced.pdf)
28+
* [User guide](https://github.com/pgmoneta/pgmoneta/releases/download/0.15.2/pgmoneta-user-guide.pdf)
29+
* [Developer guide](https://github.com/pgmoneta/pgmoneta/releases/download/0.15.2/pgmoneta-dev-guide.pdf)
30+
* [RPM](https://yum.postgresql.org) for Fedora 40/41, RHEL 9.x and Rocky 9.x

doc/pgmoneta-advanced.pdf

455 Bytes
Binary file not shown.

doc/pgmoneta-dev-guide.pdf

483 Bytes
Binary file not shown.

doc/pgmoneta-user-guide.pdf

475 Bytes
Binary file not shown.

gettingstarted.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ First of all, make sure that `pgmoneta` is installed and in your path by
44
using `pgmoneta -?`. You should see
55

66
```
7-
pgmoneta 0.15.1
7+
pgmoneta 0.15.2
88
Backup / restore solution for PostgreSQL
99
1010
Usage:
@@ -127,7 +127,7 @@ the `SIGTERM` signal to the process using `kill <pid>`.
127127
You can see the commands it supports by using `pgmoneta-cli -?` which will give
128128

129129
```
130-
pgmoneta-cli 0.15.1
130+
pgmoneta-cli 0.15.2
131131
Command line utility for pgmoneta
132132
133133
Usage:
@@ -211,7 +211,7 @@ registration with `pgmoneta`.
211211
You can see the commands it supports by using `pgmoneta-admin -?` which will give
212212

213213
```
214-
pgmoneta-admin 0.15.1
214+
pgmoneta-admin 0.15.2
215215
Administration utility for pgmoneta
216216
217217
Usage:

manuals.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Manuals
22

3-
* [User guide](https://github.com/pgmoneta/pgmoneta/releases/download/0.15.1/pgmoneta-user-guide.pdf)
4-
* [Developer guide](https://github.com/pgmoneta/pgmoneta/releases/download/0.15.1/pgmoneta-dev-guide.pdf)
5-
* [Advanced guide](https://github.com/pgmoneta/pgmoneta/releases/download/0.15.1/pgmoneta-advanced.pdf)
3+
* [User guide](https://github.com/pgmoneta/pgmoneta/releases/download/0.15.2/pgmoneta-user-guide.pdf)
4+
* [Developer guide](https://github.com/pgmoneta/pgmoneta/releases/download/0.15.2/pgmoneta-dev-guide.pdf)
5+
* [Advanced guide](https://github.com/pgmoneta/pgmoneta/releases/download/0.15.2/pgmoneta-advanced.pdf)

news.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ outline: deep
66

77
## Latest
88

9-
- [`2025/01/05`] `pgmoneta` v0.15.1 released. [The release notes](/_posts/2025-01-05-pgmoneta-0.15.1.html).
9+
- [`2025/02/17`] `pgmoneta` v0.15.2 released. [The release notes](/_posts/2025-02-17-pgmoneta-0.15.2.html).
1010

1111
## Old
1212

13+
- [`2025/01/05`] `pgmoneta` v0.15.1 released. [The release notes](/_posts/2025-01-05-pgmoneta-0.15.1.html).
1314
- [`2024/12/18`] `pgmoneta` v0.15.0 released. [The release notes](/_posts/2024-12-18-pgmoneta-0.15.0.html).
1415
- [`2024/09/23`] `pgmoneta` v0.14.1 released. [The release notes](/_posts/2024-09-23-pgmoneta-0.14.1.html).
1516
- [`2024/09/11`] `pgmoneta` v0.14.0 released. [The release notes](/_posts/2024-09-11-pgmoneta-0.14.0.html).

releases.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
|Version|Date (`YYYY` / `MM` / `DD`) |
44
|:---|---|
5+
|[pgmoneta 0.15.2](/_posts/2025-02-17-pgmoneta-0.15.2.html)|`2025` / `02` / `17`|
56
|[pgmoneta 0.15.1](/_posts/2025-01-05-pgmoneta-0.15.1.html)|`2025` / `01` / `05`|
67
|[pgmoneta 0.15.0](/_posts/2024-12-18-pgmoneta-0.15.0.html)|`2024` / `12` / `18`|
78
|[pgmoneta 0.14.1](/_posts/2024-09-23-pgmoneta-0.14.1.html)|`2024` / `09` / `23`|

0 commit comments

Comments
 (0)