Updated EDB Windows + macOS installers pages for PG12
[pgweb/local.git] / templates / pages / download / windows.html
blob87c5466886b9398c3cb5c69194381605db3612bb
1 {%extends "base/page.html"%}
2 {%block title%}Windows installers{%endblock%}
3 {%block contents%}
5 <h1>Windows installers <img class="logo" src="/media/img/windows.svg" alt="Windows Logo" /></h1>
7 <h2>Interactive installer by EnterpriseDB</h2>
9 <p>
10 <a href="https://www.enterprisedb.com/downloads/postgres-postgresql-downloads"> Download the installer</a>
11 certified by EnterpriseDB for all supported PostgreSQL versions.
12 </p>
14 <p>This installer includes the PostgreSQL server, pgAdmin; a graphical tool for managing and developing
15 your databases, and StackBuilder; a package manager that can be used to download and install
16 additional PostgreSQL tools and drivers. Stackbuilder includes management,
17 integration, migration, replication, geospatial, connectors and other tools.
18 </p>
20 <p>
21 This installer can run in graphical or silent install modes.
22 </p>
24 <p>
25 The installer is designed to be a straightforward, fast way to get up and running with
26 PostgreSQL on Windows.
27 </p>
29 <p>
30 <em>Advanced users</em> can also download a
31 <a href="https://www.enterprisedb.com/download-postgresql-binaries">zip archive</a>
32 of the binaries, without the installer.
33 This download is intended for users who wish to include PostgreSQL as part of another application installer.
34 </p>
36 <h3>Platform support</h3>
38 <p>The installers are tested by EnterpriseDB on the following platforms.
39 They can generally be expected to run on other comparable versions:</p>
41 <table class="table table-striped">
42 <thead class="thead-light">
43 <tr>
44 <th>PostgreSQL Version</th>
45 <th>64 Bit Windows Platforms</th>
46 <th>32 Bit Windows Platforms</th>
47 </tr>
48 </thead>
49 <tbody>
50 <tr>
51 <th scope="row">12</th>
52 <td>2019, 2016, 2012 R2</td>
53 <td>&nbsp;</td>
54 </tr>
55 <tr>
56 <th scope="row">11</th>
57 <td>2019, 2016, 2012 R2</td>
58 <td>&nbsp;</td>
59 </tr>
60 <tr>
61 <th scope="row">10</th>
62 <td>2016, 2012 R2 &amp; R1, 2008 R2, 7, 8, 10</td>
63 <td>2008 R1, 7, 8, 10</td>
64 </tr>
65 <tr>
66 <th scope="row">9.6</th>
67 <td>2012 R2 &amp; R1, 2008 R2, 7, 8, 10</td>
68 <td>2008 R1, 7, 8, 10</td>
69 </tr>
70 <tr>
71 <th scope="row">9.5</th>
72 <td>2012 R2 &amp; R1, 2008 R2</td>
73 <td>2008 R1</td>
74 </tr>
75 <tr>
76 <th scope="row">9.4</th>
77 <td>2012 R2, 2008 R2</td>
78 <td>2008 R1</td>
79 </tr>
80 </tbody>
81 </table>
83 {% comment %}
84 <h2>Graphical installer by BigSQL</h2>
86 <p>
87 <a href="https://www.bigsql.org/postgresql/installers.jsp">Download the
88 graphical installer</a> from BigSQL for all supported versions.
89 </p>
91 <p>
92 This distribution includes the PostgreSQL server, a graphical component
93 manager, command line and graphical tools for managing databases, plus
94 many open source community components.
95 </p>
96 <p>
97 Integrated components include web and desktop developer tools, geospatial,
98 provisioning &amp; management, compatibility &amp; migration,
99 backup/restore, integration with external databases (Cassandra,
100 Oracle, SQL Server, Hadoop), and procedural languages (Python, Perl, Java, and TCL).
101 </p>
104 This distribution is a fast, developer-friendly way to get a complete PostgreSQL
105 environment installed and running. It uses an open source toolchain to build
106 PostgreSQL and extensions, which simplifies cross-platform development of
107 extensions.
108 </p>
111 Advanced users can also download a
112 <a href="https://www.bigsql.org/package-manager.jsp">command line</a>
113 version of the distribution, for scriptable installs or embedding with other applications.
114 </p>
115 {% endcomment %}
117 {%endblock%}