Skip to content

Commit a443a15

Browse files
authored
Update concepts-major-version-upgrade.md
Updated limitations
1 parent 1971d60 commit a443a15

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/postgresql/flexible-server/concepts-major-version-upgrade.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,9 @@ If in-place major version upgrade pre-check operations fail then it aborts with
5757

5858
- In-place major version upgrade doesn't support certain extensions and there are some limitations to upgrading certain extensions. The extensions **Timescaledb**, **pgaudit**, **dblink**, **orafce** and **postgres_fdw** are unsupported for all PostgreSQL versions.
5959

60-
- Please ensure that the **PostGIS** extensions, installed within a specific schema, are included in your search_path server parameter. It is necessary to update this server parameter to encompass those schemas before proceeding with major version upgrade.
60+
- When upgrading servers with PostGIS extension installed, set the 'search_path' server parameter to explicitly include the schemas of the PostGIS extension, extensions that depend on PostGIS, and extensions that serve as dependencies for the below extensions
61+
- e.g postgis,postgis_raster,postgis_sfcgal,postgis_tiger_geocoder,postgis_topology,address_standardizer,address_standardizer_data_us,fuzzystrmatch (required for postgis_tiger_geocoder),
62+
6163

6264
- Servers configured with logical replication slots aren't supported.
6365

0 commit comments

Comments
 (0)