@@ -68,24 +68,27 @@ const Page = () => {
6868
6969 < div className = "mb-3" >
7070 < h3 className = "card-title mb-2 fw-bold" >
71- < Link className = "homepage-headling-link" to = "/epas/latest/" >
72- EDB Postgres Advanced Server 16 released
71+ < Link
72+ className = "homepage-headling-link"
73+ to = "/pge/latest/installing/"
74+ >
75+ EDB Postgres Extended Server Enhanced Installation Details
7376 </ Link >
7477 </ h3 >
7578 < p >
7679 < Icon
77- iconName = { iconNames . EDB_EPAS }
80+ iconName = { iconNames . POSTGRESQL }
7881 className = "fill-orange ms-2 float-end"
7982 />
80- The latest version of EDB Postgres Advanced Server brings
81- together expanded Oracle database compatibility with the
82- innovations and fixes of PostgreSQL v16.1
83+ We've expanded installation instructions to cover
84+ post-install configuration, intial exploration, and
85+ component locations for all supported platforms.
8386 </ p >
8487 < div className = "d-flex align-items-center" >
8588 < p >
8689 < Link
8790 className = "btn-sm ms-2"
88- to = "/epas /latest/epas_rel_notes/epas16_rel_notes /"
91+ to = "/pge /latest/installing /"
8992 >
9093 Find out more →
9194 </ Link >
@@ -107,25 +110,26 @@ const Page = () => {
107110 < h3 className = "card-title mb-2 fw-bold" >
108111 < Link
109112 className = "homepage-headling-link"
110- to = "/postgres_for_kubernetes /latest/"
113+ to = "/lasso /latest/"
111114 >
112- Postgres for Kubernetes updates
115+ Lasso 4.12 Released
113116 </ Link >
114117 </ h3 >
115118 < p >
116119 < Icon
117- iconName = { iconNames . KUBERNETES }
120+ iconName = { iconNames . CONTROL }
118121 className = "fill-orange ms-2 float-end"
119122 />
120- EDB Postgres for Kubernetes versions 1.21.1, 1.20.4, 1.19.6,
121- and 1.18.8 build long-term support and expanded platform
122- compatibility on the latest versions of CloudNativePG.
123+ Lasso, EDB's support diagnostics tool, has been updated to
124+ version 4.12. Documentation now better covers installation
125+ requirements and provides enhanced clarity what and how can
126+ be collected.
123127 </ p >
124128 < div className = "d-flex align-items-center" >
125129 < p >
126130 < Link
127131 className = "btn-sm ms-2"
128- to = "/postgres_for_kubernetes /latest/"
132+ to = "/lasso /latest/release-notes /"
129133 >
130134 Find out more →
131135 </ Link >
0 commit comments