@@ -28,27 +28,29 @@ launched. While refinements may still occur, here’s a look at what’s new.
2828
2929### Declarative Offline In-Place Major Upgrades of PostgreSQL
3030
31- You can now trigger an offline in-place major upgrade by specifying a new
32- operand container image with a higher PostgreSQL major version in a cluster,
33- either directly or via image catalogs. During the upgrade, the cluster is shut
34- down to ensure data consistency, and a ` pg_upgrade ` job performs the migration.
35- This long-awaited feature simplifies major upgrades while maintaining
36- reliability.
31+ You can now trigger an [ offline in-place major upgrade] ( https://cloudnative-pg.io/documentation/preview/postgres_upgrades/ )
32+ by specifying a new operand container image with a higher PostgreSQL major
33+ version in a cluster, either directly or via image catalogs. During the
34+ upgrade, the cluster is shut down to ensure data consistency, and a
35+ ` pg_upgrade ` job performs the migration. This long-awaited feature simplifies
36+ major upgrades while maintaining reliability.
3737
3838### Enhanced Startup and Readiness Probes for Replicas
3939
40- We have improved Kubernetes startup and readiness probes for PostgreSQL
41- instances, introducing a unique capability: the readiness of a replica can now
40+ We have improved Kubernetes
41+ [ startup and readiness probes for PostgreSQL instances] ( https://cloudnative-pg.io/documentation/preview/instance_manager/ ) ,
42+ introducing a unique capability: the readiness of a replica can now
4243be controlled based on its lag from the primary. For example, this allows you
4344to ensure that only synchronous replicas with no lag are considered ready for
4445promotion, improving high availability management.
4546
4647### Declarative Management of Extensions and Schemas
4748
4849The ` Database ` resource now supports ensuring the presence of one or more
49- extensions in a database and managing their versions. Additionally, you can
50- declaratively define the existence of ` SCHEMA ` objects within a PostgreSQL
51- database.
50+ [ extensions] ( https://cloudnative-pg.io/documentation/preview/declarative_database_management/#managing-extensions-in-a-database )
51+ in a database and managing their versions. Additionally, you can declaratively
52+ define the existence of [ ` SCHEMA ` objects] ( https://cloudnative-pg.io/documentation/preview/declarative_database_management/#managing-schemas-in-a-database )
53+ within a PostgreSQL database.
5254
5355## Important Changes
5456
0 commit comments