PostgreSQL 12 release.
[pgweb/local.git] / templates / pages / developer / beta.html
blob9bdd9495ca1e79f86148ae2401db3564d80fe0a8
1 {%extends "base/page.html"%}
2 {%block title%}Beta Information{%endblock%}
3 {%block contents%}
4 <h1>Beta Information <i class="fa fa-code"></i></h1>
6 <p>PostgreSQL beta and release candidate releases are pre-release testing
7 versions before the community makes a new release generally available. They
8 are feature-frozen (i.e. no new features are added), and we release these to
9 the public for testing before our final release. PostgreSQL beta and
10 release candidate release are <strong>not meant for use in production
11 systems</strong>.</p>
13 <p>Betas and release candidates are made available to the community in order to
14 perform testing before the initial release. They are especially helpful
15 for developers of platforms, drivers, tools, and utilities which depend upon
16 PostgreSQL in order to prepare for changes in the new version. A release
17 candidate should be identical to the initial release of a new major version
18 of PostgreSQL, though additional changes could be made before the release is
19 made generally available.</p>
21 <p>The stability of each PostgreSQL release greatly depends on the community to
22 test the upcoming version with your workloads and testing tools in order to
23 find bugs and regressions before the initial release. The quality of user
24 testing helps determine when we can make a final release.</p>
26 <p>The PostgreSQL Global Development Group strongly advises against using beta
27 versions of PostgreSQL in production installations or active development
28 projects. While the PostgreSQL code is continuously subject to a number of
29 automated and manual tests, beta releases might have serious bugs. Features
30 are subject to changes that are backwards incompatible at any time during
31 the development of the betas, and could possibly be removed altogether.</p>
33 <p>
34 <strong>PostgreSQL 12 has been released</strong>. The first beta of version 13
35 is not yet available for testing. Beta testing of version 13 is likely to
36 begin around May 2020.
37 </p>
39 <!-- <p>The current beta release is <strong>PostgreSQL 12 RC 1</strong>. For more information on the current beta release and how
40 to test, please view the links below.</p> -->
42 <ul>
43 <!-- <li>
44 <a href="/about/news/1975/">PostgreSQL 12 RC 1 Release Announcement</a>
45 </li>
46 <li>
47 <a href="/ftp/source/v12rc1/">Download 12 RC 1 source code</a>
48 </li> -->
49 <li>
50 <a href="/docs/devel/index.html">Development Version of the Docs</a>
51 </li>
52 <li>
53 <a href="https://wiki.postgresql.org/wiki/HowToBetaTest" target="_blank">A Guide to PostgreSQL Beta Testing</a>
54 </li>
55 </ul>
56 {%endblock%}