File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,13 @@ The tarballs include the following components:
44
44
=== "Debian and Ubuntu"
45
45
46
46
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:
48
54
49
55
```{.bash data-prompt="$"}
50
56
$ sudo useradd -m mypguser
@@ -58,6 +64,12 @@ The tarballs include the following components:
58
64
59
65
=== "RHEL and derivatives"
60
66
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
+
61
73
Create the user to own the PostgreSQL process. For example, `mypguser`, Run the following command:
62
74
63
75
```{.bash data-prompt="$"}
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ pspgversion: '17.5.1'
9
9
10
10
11
11
date :
12
- 17_5 : 2025-05-22
12
+ 17_5 : 2025-05-28
13
13
17_4 : 2025-03-27
14
14
17_2 : 2024-12-26
15
15
17_0 : 2024-10-03
You can’t perform that action at this time.
0 commit comments