As of October 11, 2022, PostgreSQL 10 is no longer supported by the official developer. This means that if you use PostgreSQL 10, you will no longer receive security updates and bug fixes. BRIX also discontinues support for PostgreSQL 10 with the release of version 2024.4. To ensure your database remains reliable and secure, you need to update PostgreSQL to version 15.
After updating PostgreSQL to version 15, new features and capabilities will be available to you, such as:
- Improved JSON support.
- New indexes and operators.
- Query optimization.
- Increased flexibility in managing logical replication.
- Enhanced performance for sorting and compression.
- New functions for using regular expressions.
We recommend that you update PostgreSQL to version 15 as soon as possible. Updating will make your database more efficient and reliable. This is important for projects with high loads and large volumes of data.
To learn how to update various deployment options, read the articles:
- Updating standalone PostgreSQL 10 to 15.
- Updating PostgreSQL 10 cluster to 15.
- Updating PostgreSQL 10 container to 15.