Skip to content

Commit 33cd28c

Browse files
committed
updated date of release and tarball preconditions
Updated preconditions with Naeem's feedback
1 parent a6a9804 commit 33cd28c

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

docs/tarball.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,13 @@ The tarballs include the following components:
4444
=== "Debian and Ubuntu"
4545

4646
1. Uninstall the upstream PostgreSQL package.
47-
2. Create the user to own the PostgreSQL process. For example, `mypguser`. Run the following command:
47+
2. Ensure that the `libreadline` is present on the system, as it is **required** for tarballs to work correctly:
48+
49+
```{.bash data-prompt="$"}
50+
$ sudo apt install -y libreadline-dev
51+
```
52+
53+
3. Create the user to own the PostgreSQL process. For example, `mypguser`. Run the following command:
4854

4955
```{.bash data-prompt="$"}
5056
$ sudo useradd -m mypguser
@@ -58,6 +64,12 @@ The tarballs include the following components:
5864

5965
=== "RHEL and derivatives"
6066

67+
Ensure that the `libreadline` is present on the system, as it is **required** for tarballs to work correctly:
68+
69+
```{.bash data-prompt="$"}
70+
$ sudo yum install -y readline-devel
71+
```
72+
6173
Create the user to own the PostgreSQL process. For example, `mypguser`, Run the following command:
6274
6375
```{.bash data-prompt="$"}

variables.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pspgversion: '17.5.1'
99

1010

1111
date:
12-
17_5: 2025-05-22
12+
17_5: 2025-05-28
1313
17_4: 2025-03-27
1414
17_2: 2024-12-26
1515
17_0: 2024-10-03

0 commit comments

Comments
 (0)