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
Copy file name to clipboardExpand all lines: product_docs/docs/efm/3.10/index.mdx
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,16 @@
1
1
---
2
2
title: "EDB Postgres Failover Manager"
3
-
productStub: true
3
+
#productStub: true
4
4
directoryDefaults:
5
5
description: "EDB Postgres Failover Manager Version 3.10 Documentation and release notes. PostgreSQL replication and failover manager for achieving high availability."
6
-
6
+
navigation:
7
+
- "#Getting Started"
8
+
- efm_quick_start
9
+
- "#Guides"
10
+
- efm_pgpool_ha_guide
11
+
- efm_user
7
12
legacyRedirectsGenerated:
8
13
# This list is generated by a script. If you need add entries, use the `legacyRedirects` key.
Copy file name to clipboardExpand all lines: product_docs/docs/postgis/1.0/03_upgrading_postgis.mdx
+95-36Lines changed: 95 additions & 36 deletions
Original file line number
Diff line number
Diff line change
@@ -8,26 +8,26 @@ legacyRedirectsGenerated:
8
8
9
9
<divid="upgrade"class="registered_link"></div>
10
10
11
-
This section walks you through the following upgrade examples:
11
+
This section walks you through the following upgrade examples for RHEL/CentOS 7 platforms:
12
12
13
13
- Example 1 - Explains how to Upgrade from PostGIS version 2.4.6 to PostGIS version 3.1.1 for EDB Postgres Advanced Server version 9.6.
14
-
- Example 2 - Explains how to upgrade from PostGIS version 2.4.6 for EDB Postgres Advanced Server version 9.6 to PostGIS version 3.1.1 for EDB Postgres Advanced Server version 13.
14
+
- Example 2 - Explains how to upgrade from PostGIS version 2.4.6 for EDB Postgres Advanced Server version 9.6 to PostGIS version 3.1.2 for EDB Postgres Advanced Server version 13.
15
15
16
16
## Example 1
17
17
18
18
The following example walks you through the process of upgrading PostGIS version 2.4.6 to PostGIS version 3.1.1 for EDB Postgres Advanced Server version 9.6.
19
19
20
20
!!! Note
21
21
22
-
It is assumed that you have created extensions for PostGIS version 2.4.6 already and EDB Advanced Sever 9.6 service is running.
22
+
It is assumed that you have already created extensions for PostGIS version 2.4.6, and EDB Advanced Server 9.6 service is running.
23
23
24
-
1. To upgrade PostGIS version 2.4.6 to PostGIS version 3.1.1 for EDB Postgres Advanced Server 9.6, assume the superprivilges and execute the following command:
24
+
1. To upgrade PostGIS version 2.4.6 to PostGIS version 3.1.1 for EDB Postgres Advanced Server 9.6, assume the superuser privileges and invoke the following command:
25
25
26
26
```text
27
-
yum upgrade edb-as96-postgis* -y
27
+
yum upgrade edb-as96-postgis-3.1.1 -y
28
28
```
29
29
30
-
2. To update extensions, switch to an `enterprisedb` user, connect to the database (where you have already added extensions) with the psql client application, and execute the following commands:
30
+
2. To update extensions, switch to `enterprisedb` user, connect to the database (where you have already created extensions) with the psql client application, and execute the following commands:
31
31
32
32
```text
33
33
edb=# alter extension postgis update to '3.1.1';
@@ -56,39 +56,38 @@ The following example walks you through the process of upgrading PostGIS version
56
56
57
57
## Example 2
58
58
59
-
The following example walks you through the process of upgrading PostGIS version 2.4.6 for EDB Postgres Advanced Server 9.6 to PostGIS version 3.1.1 for EDB Postgres Advanced Server version 13:
59
+
!!! Note
60
+
61
+
It is assumed that you have already created extensions for PostGIS version 2.4.6, and EDB Advanced Server 9.6 service is running.
60
62
61
-
!!! Note
63
+
When the PostGIS data has a dependency on the raster functions, upgrading to PostGIS version 3.1.2 requires [dumping and reloading the data](https://www.enterprisedb.com/edb-docs/d/postgresql/reference/manual/13.1/app-pgdump.html)
64
+
65
+
The following example walks you through the process of upgrading PostGIS version 2.4.6 for EDB Postgres Advanced Server 9.6 to PostGIS version 3.1.2 for EDB Postgres Advanced Server version 13:
66
+
67
+
- Step 1 - Upgrade to PostGIS 3.1.1 - This is an intermediate step required to resolve dependency issues.
68
+
69
+
- Step 2 - Upgrade to PostGIS 3.1.2
62
70
63
-
You can upgrade to the PostGIS latest version only for the EDB Postgres Advanced Server version greater than or equal to 9.6.
71
+
- Step 3 - Upgrade EDB Postgres Advanced Server version 9.6 to to 13
72
+
73
+
Step 1 - To upgrade PostGIS version 2.4.6 to 3.1.2, you need to upgrade it to 3.1.1 first.
64
74
65
75
1. Navigate to the bin directory of EDB Advanced Server 9.6:
66
76
67
77
```text
68
78
cd /usr/edb/as9.6/bin/
69
79
```
70
80
71
-
!!! Note
72
-
73
-
It is assumed that you have created extensions for PostGIS version 2.4.6 already and EDB Advanced Sever 9.6 service is running.
74
-
75
-
2. To upgrade PostGIS version 2.4.6 to PostGIS version 3.1.1 for EDB Postgres Advanced Server 9.6, assume the superprivilges and execute the following command:
81
+
2. Assume the superuser privileges and invoke the following command to upgrade to PostGIS version 3.1.1:
76
82
77
83
```text
78
-
yum upgrade edb-as96-postgis*
84
+
yum upgrade edb-as96-postgis-3.1.1 -y
79
85
```
80
86
81
-
3. To update extensions, switch to an `enterprisedb` user, connect to the database (where you have already added extensions) with the psql client application, and execute the following commands:
82
-
83
87
!!! Note
88
+
See the [Installing PostGIS on a Debian/Ubuntu Host section](https://www.enterprisedb.com/docs/postgis/latest/01_installing_postgis/) for information about Debian platform commands.
84
89
85
-
The `enterprisedb` user is the default user created when you install the EDB Postgres Advanced Server. If you have created a new user for your database, you can switch to that user.
86
-
87
-
```text
88
-
su enterprisedb
89
-
90
-
./psql -d edb -p 5444
91
-
```
90
+
3. To update extensions, switch to `enterprisedb` user, connect to the database (where you have already created extensions) with the psql client application, and execute the following commands:
92
91
93
92
```text
94
93
edb=# alter extension postgis update to '3.1.1';
@@ -115,40 +114,101 @@ The following example walks you through the process of upgrading PostGIS version
115
114
(1 row)
116
115
```
117
116
118
-
4. Assume the superuser priviliges to stop the EDB Postgres Advanced Server 9.6 service:
117
+
Step 2 - Upgrade to PostGIS version 3.1.2
118
+
119
+
1. To upgrade PostGIS version 3.1.1 to 3.1.2, invoke the following command for EDB Postgres Advanced Server 9.6:
120
+
121
+
```text
122
+
yum upgrade edb-as96-postgis-3.1.2 -y
123
+
```
124
+
125
+
2. To update extensions, switch to `enterprisedb` user and execute the following commands:
126
+
127
+
```text
128
+
edb=# alter extension postgis update to '3.1.2';
129
+
WARNING: unpackaging raster
130
+
WARNING: PostGIS Raster functionality has been unpackaged
131
+
HINT: type `SELECT postgis_extensions_upgrade();` to finish the upgrade. After upgrading, if you want to drop raster, run: DROP EXTENSION postgis_raster;
132
+
ALTER EXTENSION
133
+
```
134
+
135
+
With PostGIS version 3.1.2, the return type of the raster functions has changed, which requires dropping and creating the raster extension as part of the upgrade process.
136
+
137
+
```text
138
+
edb=# drop extension postgis_raster;
139
+
DROP EXTENSION
140
+
```
141
+
142
+
```text
143
+
edb=# SELECT postgis_extensions_upgrade();
144
+
NOTICE: Updating extension postgis_sfcgal from 3.1.1 to 3.1.2
145
+
NOTICE: Updating extension postgis_topology from 3.1.1 to 3.1.2
146
+
NOTICE: Updating extension postgis_tiger_geocoder from 3.1.1 to 3.1.2
@@ -238,24 +298,23 @@ The following example walks you through the process of upgrading PostGIS version
238
298
./delete_old_cluster.sh
239
299
```
240
300
241
-
10. Assume the superuser priviliges, navigate to the `bin` directory of EDB Postgres Advanced Server 13, and start the service:
301
+
8. Assume the superuser privileges, navigate to the `bin` directory of EDB Postgres Advanced Server 13, and start the service:
242
302
243
303
```text
244
304
cd /usr/edb/as13/bin/
245
305
246
306
systemctl start edb-as-13
247
-
248
307
```
249
308
250
-
11. To update extensions, switch to an `enterprisedb` user, connect to the database (where you have already added extensions) with the psql client application, and execute the following commands:
309
+
9. To update extensions, switch to `enterprisedb` user, connect to the database (where you have already created extensions) with the psql client application, and execute the following commands:
Copy file name to clipboardExpand all lines: product_docs/docs/postgis/1.0/index.mdx
+27Lines changed: 27 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,33 @@ EDB PostGIS is a PostgreSQL extension that allows you to store Geographic Inform
15
15
16
16
The complete documentation for PostGIS is added to your system during the installation and is available online at the [PostGIS project site](https://postgis.net/documentation/).
17
17
18
+
## What's New ##
19
+
20
+
This release contains a merge with upstream, which includes the following bug fixes:
21
+
22
+
- Improved handling of more complex compound coordinate systems.
23
+
- The SRID in TopoGeometry is fixed for empty geometry objects.
24
+
- Improved message when no zip code is provided for `postgis_tiger_geocoder`.
25
+
- Axis flips are now done for a CRS when `Lat` is set as the first column. In other cases, EPSG database order is used.
26
+
- Support recent Proj versions that have removed `pj_get_release`.
27
+
- The tolerance is now adjusted to improve geodetic calculations.
28
+
- Fix on improper conversion of negative geographic azimuth to positive.
29
+
- Allow DBSCAN cluster to form when recordset length equal to minPoints.
30
+
- Ensure bounding boxes are refreshed after coordinate transforms.
31
+
- Fix raster issues related to PostgreSQL 14 tablefunc changes.
32
+
- Update to support Tiger 2020.
33
+
- Change Proj cache lifetime to last as long as connection.
34
+
35
+
For more information, please refer to the [Upstream release notes](https://postgis.net/docs/manual-3.1/release_notes.html#idm41899).
36
+
37
+
!!! Note
38
+
To upgrade from PostGIS version 2.5.4 (or lower) to 3.1.2, you must perform the following actions:
39
+
- Since the return type of the raster functions have changed, you must drop and re-create the raster extension as part of the upgrade process.
40
+
- Before upgrading to version 3.1.2, you must upgrade to 3.1.1 first as an intermediate step.
41
+
- When the PostGIS data has a dependency on the raster functions, upgrading to PostGIS 3.1.2 requires dumping and reloading the data.
42
+
43
+
See the [upgrade section](https://www.enterprisedb.com/docs/postgis/latest/03_upgrading_postgis/) for details.
0 commit comments