Temporarily remove links to EDB interactive installers
authorJonathan S. Katz <jonathan.katz@excoventures.com>
Fri, 23 Oct 2020 20:38:55 +0000 (16:38 -0400)
committerJonathan S. Katz <jonathan.katz@excoventures.com>
Fri, 23 Oct 2020 20:38:55 +0000 (16:38 -0400)
This is due to an expired certificate. Once the certificate
is updated, the links will be reintroduced.

templates/pages/download/macosx.html
templates/pages/download/snapshots.html
templates/pages/download/windows.html

index 249e6336d61818802de8e82ed7f7c9732ddcb22d..46ac258d2125c7633d3ef97c62cffe9a9958923c 100644 (file)
@@ -8,6 +8,9 @@
 
 <h2>Interactive installer by EDB</h2>
 
+This installer is temporarily unavailable.
+
+{% comment %}
 <p>
 <a href="https://www.enterprisedb.com/downloads/postgres-postgresql-downloads"> Download the installer</a>
 certified by EDB for all supported PostgreSQL versions.
@@ -77,6 +80,7 @@ This download is intended for users who wish to include PostgreSQL as part of an
     </tr>
   </tbody>
 </table>
+{% endcomment %}
 
 <h2>Postgres.app</h2>
 <p>
index 55764f008a48cf0d4a2a03a8892a77417599474d..3a7577d86d61ff18b0832462dbbc5c9b04e41920 100644 (file)
@@ -40,6 +40,7 @@ all supported <a href="/ftp/snapshot/">stable branches</a>, which contains
 all bugfixes that are scheduled for the next release.
 </p>
 
+{% comment %}
 <h2>Installers</h2>
 <p>
 Installers for Windows and Mac are available <a
@@ -47,6 +48,7 @@ href="https://www.enterprisedb.com/products-services-training/pgdevdownload">
 here</a> (offsite link). These installers also include pgAdmin and are
 published by EDB.
 </p>
+{% endcomment %}
 
 <h2>Red Hat, CentOS, Fedora and Scientific Linux</h2>
 <p>
index 0bedd2fd29b2ff96efbe363a70d21b9473871e68..746e2ad19df96dd683e05d87f9c742b75cf5afd8 100644 (file)
@@ -6,6 +6,9 @@
 
 <h2>Interactive installer by EDB</h2>
 
+This installer is temporarily unavailable.
+
+{% comment %}
 <p>
 <a href="https://www.enterprisedb.com/downloads/postgres-postgresql-downloads"> Download the installer</a>
  certified by EDB for all supported PostgreSQL versions.
@@ -79,5 +82,5 @@ This download is intended for users who wish to include PostgreSQL as part of an
     </tr>
   </tbody>
 </table>
-
+{% endcomment %}
 {%endblock%}