You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following table lists the latest PostGIS versions and their corresponding Advanced Server versions. The PostGIS version required by your Advanced Server installation is version-specific, but the documented and supported functionality of each version is the same. The information in this guide applies to each version listed in the table below.
11
+
The following table lists the latest PostGIS versions and their corresponding Advanced Server versions.
12
+
13
+
!!! Note
14
+
The PostGIS version required by your Advanced Server installation is version-specific, but the documented and supported functionality of each version is the same. The information in this guide applies to each version listed in the table below.
12
15
13
16
|**PostGIS Version**|**Supported Advanced Server Versions**|**Supported Platforms**|
|`PostGIS 2.4`| Advanced Server 9.6, 10 and 11 | RHEL/CentOS 7 - x86_64 <br/>RHEL/CentOS 7 - ppc64le <br/>Windows 64 x86 Interactive Installer |
25
28
|`PostGIS 2.3`| Advanced Server 9.6 and 10 | RHEL/CentOS 7 - x86_64 <br/>RHEL/CentOS 7 - ppc64le <br/>Windows 64 x86 Interactive Installer |
26
29
@@ -33,9 +36,9 @@ The following table lists the latest PostGIS versions and their corresponding Ad
33
36
34
37
Before creating the repository configuration file, you must have credentials that allow access to the EnterpriseDB repository. For information about requesting credentials, visit the [EDB website](https://www.enterprisedb.com/user).
35
38
36
-
Perform the following steps to install PostGIS:
39
+
Perform the following steps to install PostGIS on a CentOS Host:
37
40
38
-
1. To create the repository configuration file, assume superuser privileges and invoke one of the following platform-specific commands:
41
+
1. To create the repository configuration file, assume superuser privileges, and invoke the platform-specific command:
39
42
40
43
On CentOS 7:
41
44
@@ -49,13 +52,13 @@ Perform the following steps to install PostGIS:
2. Replace the `USERNAME:PASSWORD`placeholder in the following command with the username and password of a registered EnterpriseDB user:
55
+
2. Replace the `USERNAME:PASSWORD`variable in the following command with the username and password of a registered EnterpriseDB user:
53
56
54
57
```text
55
58
sed -i "s@<username>:<password>@USERNAME:PASSWORD@" /etc/yum.repos.d/edb.repo
56
59
```
57
60
58
-
3. Before installing PostGIS, execute the following command to install the Extra Packages for Enterprise Linux (EPEL) release package:
61
+
3. Before installing PostGIS, you need to install the Extra Packages for Enterprise Linux (EPEL) release package:
59
62
60
63
On CentOS 7:
61
64
@@ -69,53 +72,57 @@ Perform the following steps to install PostGIS:
69
72
dnf -y install epel-release
70
73
```
71
74
72
-
4. On CentOS 8, enable the PowerTools repository to satisfy package dependencies:
75
+
4. The following steps are applicable only for CentOS 8 platform:
76
+
77
+
a. Enable the PowerTools repository to satisfy package dependencies:
73
78
74
79
```text
75
80
dnf config-manager --set-enabled PowerTools
76
81
```
77
82
78
-
5. On CentOS 8, disable the built-in PostgreSQL module:
83
+
b. Disable the built-in PostgreSQL module:
79
84
80
85
```text
81
86
dnf -qy module disable postgresql
82
87
```
83
88
84
-
6.Install `PostGIS` with one of the following platform-specific commands:
89
+
5.Invoke the platform-specific command to install `PostGIS`:
85
90
86
-
On CentOS 7, to install the latest version of PostGIS version for EDB Advanced Server version (EPAS) 13.0:
91
+
On CentOS 7, to install the latest version of PostGIS version for EDB Advanced Server version 13.0:
87
92
88
93
```text
89
94
yum -y install edb-as13-postgis3
90
95
```
91
96
92
-
On CentOS 8, to install the latest version of PostGIS version for EDB Advanced Server version (EPAS) 13.0:
97
+
On CentOS 8, to install the latest version of PostGIS version for EDB Advanced Server version 13.0:
93
98
94
99
```text
95
100
dnf -y install edb-as13-postgis3
96
101
```
97
102
98
-
On CentOS 7, to install the latest version of PostGIS for EDB Advanced Server version (EPAS) except 13.0:
103
+
On CentOS 7, to install the latest version of PostGIS for EDB Advanced Server versions older than 13.0:
99
104
100
105
```text
101
106
yum -y install edb-as<xx>-postgis
102
107
```
103
108
104
-
Where *<xx>* denotes the Advanced Server version (except 13.0) supported for the latest PostGIS version
109
+
Where *<xx>* denotes the Advanced Server version older than 13.0.
105
110
106
-
On CentOS 7, to install PostGIS older version, for example PostGIS 3.0.2 for EDB Advanced Server version (EPAS) 13.0:
111
+
On CentOS 7, to install PostGIS older versions (for example PostGIS 3.0.2) for EDB Advanced Server version 13.0:
107
112
108
113
```text
109
114
yum -y install edb-as13-postgis3-3.0.2
110
115
```
111
116
112
-
On CentOS 7, to install older PostGIS versions for versions of EDB Advanced Server, except version 13.0:
117
+
On CentOS 7, to install older PostGIS versions for EDB Advanced Server versions older than 13.0:
113
118
114
119
```text
115
120
yum -y install edb-as<xx>-postgis-<y.y.y>
116
121
```
117
122
118
-
Where *<xx>* is the Advanced Server version and*<y.y.y>* is the older PostGIS version you want to install. For example, to install PostGIS 2.5.4 on Advanced Server 12:
123
+
Where *<xx>* is the Advanced Server version older than 13.0 and*<y.y.y>* is the older PostGIS version.
124
+
125
+
For example, to install PostGIS 2.5.4 on Advanced Server 12:
119
126
120
127
```text
121
128
yum -y install edb-as12-postgis-2.5.4
@@ -132,9 +139,9 @@ Perform the following steps to install PostGIS:
132
139
133
140
Before installing the repository configuration file, you must have credentials that allow access to the EnterpriseDB repository. For information about requesting credentials, visit the [EDB website](https://www.enterprisedb.com/user).
134
141
135
-
Perform the following steps to install PostGIS:
142
+
Perform the following steps to install PostGIS on an RHEL Host:
136
143
137
-
1. To create the repository configuration file, assume superuser privileges and invoke one of the following platform-specific commands:
144
+
1. To create the repository configuration file, assume superuser privileges, and invoke the platform-specific command:
138
145
139
146
On RHEL 7:
140
147
@@ -148,13 +155,13 @@ Perform the following steps to install PostGIS:
5. On RHEL 8, disable the built-in PostgreSQL module:
194
+
5. On RHEL 8 platform, disable the built-in PostgreSQL module:
188
195
189
196
```text
190
197
dnf -qy module disable postgresql
191
198
```
192
199
193
-
6.Install `PostGIS` with one of the following platform-specific commands:
200
+
6.Invoke the platform-specific command to install `PostGIS`:
194
201
195
-
On RHEL 7, to install the latest version of PostGIS version for EDB Advanced Server version (EPAS) 13.0:
202
+
On RHEL 7, to install the latest version of PostGIS for EDB Advanced Server version 13.0:
196
203
197
204
```text
198
205
yum -y install edb-as13-postgis3
199
206
```
200
207
201
-
On RHEL 8, to install the latest version of PostGIS version for EDB Advanced Server version (EPAS) 13.0:
208
+
On RHEL 8, to install the latest version of PostGIS for EDB Advanced Server version 13.0:
202
209
203
210
```text
204
211
dnf -y install edb-as13-postgis3
205
212
```
206
213
207
-
On RHEL 7, to install the latest version of PostGIS for EDB Advanced Server version (EPAS) except 13.0:
214
+
On RHEL 7, to install the latest version of PostGIS for EDB Advanced Server version older than 13.0:
208
215
209
216
```text
210
217
yum -y install edb-as<xx>-postgis
211
218
```
212
219
213
-
Where *<xx>* denotes the Advanced Server version (except 13.0) supported for the latest PostGIS version
220
+
Where *<xx>* denotes the Advanced Server version older than 13.0
214
221
215
-
On RHEL 7, to install PostGIS older version, for example PostGIS 3.0.2 for EDB Advanced Server version (EPAS) 13.0:
222
+
On RHEL 7, to install PostGIS older versions (for example PostGIS 3.0.2) for EDB Advanced Server version 13.0:
216
223
217
224
```text
218
225
yum -y install edb-as13-postgis3-3.0.2
219
226
```
220
227
221
-
On RHEL 7, to install older PostGIS versions for versions of EDB Advanced Server, except version 13.0:
228
+
On RHEL 7, to install older PostGIS versions for EDB Advanced Serverversion older than 13.0:
222
229
223
230
```text
224
231
yum -y install edb-as<xx>-postgis-<y.y.y>
225
232
```
226
233
227
-
Where *<xx>* is the Advanced Server version and*<y.y.y>* is the older PostGIS version you want to install. For example, to install PostGIS 2.5.4 on Advanced Server 12:
234
+
Where *<xx>* is the Advanced Server version older than 13.0 and*<y.y.y>* is the older PostGIS version.
235
+
236
+
For example, to install PostGIS 2.5.4 on EDB Advanced Server version 12:
228
237
229
238
```text
230
239
yum -y install edb-as12-postgis-2.5.4
@@ -239,7 +248,9 @@ Perform the following steps to install PostGIS:
239
248
240
249
## Installing PostGIS on an RHEL/CentOS 7 PPCLE Host
241
250
242
-
Before installing the repository configuration, you must have credentials that allow access to the EnterpriseDB repository. For information about requesting credentials, visit the [EDB website](https://www.enterprisedb.com/user). Perform the following steps to install PostGIS on an RHEL/CentOS 7 PPC64LE Host.
251
+
Before installing the repository configuration, you must have credentials that allow access to the EnterpriseDB repository. For information about requesting credentials, visit the [EDB website](https://www.enterprisedb.com/user).
252
+
253
+
Perform the following steps to install PostGIS on an RHEL/CentOS 7 PPC64LE Host.
243
254
244
255
1. Create the Advance Toolchain repository configuration file:
245
256
@@ -265,13 +276,13 @@ Before installing the repository configuration, you must have credentials that a
@@ -285,33 +296,35 @@ Before installing the repository configuration, you must have credentials that a
285
296
286
297
6. Invoke the following command to install PostGIS:
287
298
288
-
To install the latest version of PostGIS version for EDB Advanced Server version (EPAS) 13.0:
299
+
To install the latest version of PostGIS version for EDB Advanced Server version 13.0:
289
300
290
301
```text
291
302
yum -y install edb-as13-postgis3
292
303
```
293
304
294
-
To install the latest version of PostGIS for EDB Advanced Server version (EPAS) except 13.0:
305
+
To install the latest version of PostGIS for EDB Advanced Server version older than 13.0:
295
306
296
307
```text
297
308
yum -y install edb-as<xx>-postgis
298
309
```
299
310
300
-
Where *<xx>* denotes the Advanced Server version (except 13.0) supported for the latest PostGIS version
301
-
302
-
To install PostGIS older version, for example PostGIS 3.0.2 for EDB Advanced Server version (EPAS) 13.0:
311
+
Where *<xx>* denotes the Advanced Server version older than 13.0
312
+
313
+
To install PostGIS older versions (for example PostGIS 3.0.2) for EDB Advanced Server version 13.0:
303
314
304
315
```text
305
316
yum -y install edb-as13-postgis3-3.0.2
306
317
```
307
318
308
-
To install older PostGIS versions for versions of EDB Advanced Server, except version 13.0:
319
+
To install older PostGIS versions for EDB Advanced Server versions older than 13.0:
309
320
310
321
```text
311
322
yum -y install edb-as<xx>-postgis-<y.y.y>
312
323
```
313
324
314
-
Where *<xx>* is the Advanced Server version and*<y.y.y>* is the older PostGIS version you want to install. For example, to install PostGIS 2.5.4 on Advanced Server 12:
325
+
Where *<xx>* is the Advanced Server version older than 13.0 and*<y.y.y>* is the older PostGIS version.
326
+
327
+
For example, to install PostGIS 2.5.4 on EDB Advanced Server version 12:
315
328
316
329
```text
317
330
yum -y install edb-as12-postgis-2.5.4
@@ -328,7 +341,7 @@ Before installing the repository configuration, you must have credentials that a
328
341
329
342
To install a PostGIS package on a Debian or Ubuntu host, you must have credentials to access the EnterpriseDB repository. If you need EnterpriseDB credentials, visit the [EDB website](https://www.enterprisedb.com/user) for credentials.
330
343
331
-
The following steps will walk you through using the EnterpriseDB repository to install a Debian package. When using the commands, replace the `username` and `password` with the credentials provided by EnterpriseDB.
344
+
Perform the following steps to install PostGIS Debian packageusing the EnterpriseDB repository:
332
345
333
346
1. Assume superuser privileges:
334
347
@@ -338,8 +351,8 @@ The following steps will walk you through using the EnterpriseDB repository to i
338
351
339
352
2. Configure the EnterpriseDB repository.
340
353
341
-
On Debian 9, Ubuntu 18, and Ubuntu 20:
342
-
354
+
On Debian 9, Ubuntu 18, and Ubuntu 20, invoke the folloiwng command and substitute your EnterpriseDB credentials for the `username` and `password` placeholders.
@@ -384,31 +397,52 @@ The following steps will walk you through using the EnterpriseDB repository to i
384
397
apt-get install edb-as13-postgis3
385
398
```
386
399
387
-
To install the latest version of PostGIS for EDB Advanced Server version (EPAS), except 13.0:
400
+
To install the latest version of PostGIS for EDB Advanced Server version older than 13.0:
388
401
389
402
```text
390
403
apt-get install edb-as<xx>-postgis
391
404
```
392
405
393
-
Where *<xx>* is the Advanced Server version
406
+
Where *<xx>* is the Advanced Server version older than 13.0
394
407
395
-
For example, to install the latest version of PostGIS for EDB Advanced Server version (EPAS) 12:
408
+
For example, to install the latest version of PostGIS for EDB Advanced Server version 12:
396
409
397
410
```text
398
411
apt-get install edb-as12-postgis
399
412
```
400
413
401
-
To install an older PostGIS version, for example PostGIS 3.0.2 on Debian 10 platform for EDB Advanced Server version 13.0:
414
+
To install specific PostGIS version, for example 3.1.1, on Debian platforms for EDB Advanced Server version, for example 11, invoke the following commands:
You can use the Zypper package manager to install PostGIS on a SLES 12 host. Zypper will attempt to satisfy package dependencies as it installs a package but requires access to specific repositories not hosted at EDB.
443
+
Perform the following steps to install PostGIS on an SLES Host using the Zypper package manager:
444
+
445
+
Zypper will attempt to satisfy package dependencies as it installs a package but requires access to specific repositories not hosted at EDB.
412
446
413
447
1. Assume superuser privileges.
414
448
@@ -460,7 +494,7 @@ You can use the Zypper package manager to install PostGIS on a SLES 12 host. Zyp
460
494
zypper -n install java-1_8_0-openjdk
461
495
```
462
496
463
-
9.Then, use the zypper utility to install PostGIS:
497
+
9.Use the zypper utility to install PostGIS:
464
498
465
499
```text
466
500
zypper -n install edb-as12-postgis
@@ -504,15 +538,15 @@ You must install Advanced Server before installing PostGIS. If you have used the
504
538
505
539
8. Use fields on the `EDB Postgres Advanced Server Installation Details` window to provide connection information for the Advanced Server host:
506
540
507
-
- Use the `Host` field to identify the system on which Advanced Server resides.
541
+
- Use the `Host` field to identify the system on which Advanced Server resides.
508
542
509
-
- Provide the name of the role that PostGIS will use for connections to the server in the `User Name` field.
543
+
- Provide the name of the role that PostGIS will use for connections to the server in the `User Name` field.
510
544
511
-
- Provide the password associated with the role in the `Password` field.
545
+
- Provide the password associated with the role in the `Password` field.
512
546
513
-
- Use the `Port` field to identify the listener port that Advanced Server monitors for client connections.
547
+
- Use the `Port` field to identify the listener port that Advanced Server monitors for client connections.
514
548
515
-
Then, click`Next` to continue.
549
+
Click`Next` to continue.
516
550
517
551

518
552
Fig. 5: The Advanced Server installation details window
0 commit comments