Skip to content

Commit 7865024

Browse files
Merge pull request #253158 from GennadNY/gennadk900
Update concepts-certificate-rotation.md
2 parents b97ed73 + 1fb0f7b commit 7865024

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
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

articles/postgresql/single-server/concepts-certificate-rotation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ No. There's no action needed if your certificate file already has the **DigiCert
152152
There are many tools that you can use. For example, DigiCert has a handy [tool](https://www.digicert.com/help/) that shows you the certificate chain of any server name. (This tool works with publicly accessible server; it cannot connect to server that is contained in a virtual network (VNET)).
153153
Another tool you can use is OpenSSL in the command line, you can use this syntax to check certificates:
154154
```bash
155-
openssl s_client -showcerts -connect <your-postgresql-server-name>:443
155+
openssl s_client -starttls postgres -showcerts -connect <your-postgresql-server-name>:5432
156156
```
157157

158158
### 14. What if I have further questions?

0 commit comments

Comments
 (0)