Skip to content

Commit 1fb0f7b

Browse files
committed
Update concepts-extensions.md
1 parent 1904a09 commit 1fb0f7b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/postgresql/flexible-server/concepts-extensions.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,9 @@ This is part of contrib and it is very easy to install this extension.
563563
CREATE EXTENSION pg_buffercache;
564564
```
565565

566+
## Extensions and Major Version Upgrade
566567

568+
Azure Database for PostgreSQL Flexible Server Postgres has introduced [in-place major version upgrade](./concepts-major-version-upgrade.md#overview) feature that performs an in-place upgrade of the Postgres server with just a click. In-place major version upgrade simplifies Postgres upgrade process minimizing the disruption to users and applications accessing the server. 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 when using [in-place majpr version update feature](./concepts-major-version-upgrade.md#overview).
567569

568570

569571
## Next steps

0 commit comments

Comments
 (0)