Skip to content

Commit e588854

Browse files
Merge pull request #249990 from kabharati/patch-114
Update concepts-major-version-upgrade.md
2 parents 620965b + 6d94e0f commit e588854

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,10 @@ 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+
62+
**e.g postgis,postgis_raster,postgis_sfcgal,postgis_tiger_geocoder,postgis_topology,address_standardizer,address_standardizer_data_us,fuzzystrmatch (required for postgis_tiger_geocoder).**
63+
6164

6265
- Servers configured with logical replication slots aren't supported.
6366

0 commit comments

Comments
 (0)