You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<metaname="description" content="The packages for pg_tde Beta are available in the testing repository for Percona Distribution for PostgreSQL 16.">
9
+
<metaname="description" content="The packages for the tech preview pg_tde are available in the experimental repository for Percona Distribution for PostgreSQL 17.">
10
10
11
11
12
12
<metaname="author" content="Percona LLC">
@@ -962,7 +962,6 @@
962
962
963
963
964
964
<h1id="install-pg_tde-on-debian-or-ubuntu">Install <code>pg_tde</code> on Debian or Ubuntu<aclass="headerlink" href="#install-pg_tde-on-debian-or-ubuntu" title="Permanent link">¶</a></h1>
965
-
<p>The packages for <code>pg_tde</code> Beta are available in the testing repository for Percona Distribution for PostgreSQL 16. </p>
966
965
<p>The packages for the tech preview <code>pg_tde</code> are available in the experimental repository for Percona Distribution for PostgreSQL 17. </p>
967
966
<p>Check the <ahref="install.html#__tabbed_1_2">list of supported platforms</a>.</p>
968
967
<p>This tutorial shows how to install <code>pg_tde</code> with <ahref="https://docs.percona.com/postgresql/latest/index.html">Percona Distribution for PostgreSQL</a>.</p>
<p>Percona provides <ahref="repo-overview.md">two repositories</a> for Percona Distribution for PostgreSQL. We recommend enabling the Major release repository to timely receive the latest updates. </p>
<p><iinfo><spanclass="twemoji"><svgxmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><pathd="M13 9h-2V7h2m0 10h-2v-6h2m-1-9A10 10 0 0 0 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10A10 10 0 0 0 12 2"/></svg></span> Info:</i> The key provider configuration is stored in the database catalog in an unencrypted table. See <ahref="external-parameters.html">how to use external reference to parameters</a> to add an extra security layer to your setup.</p>
<p>We highly recommend you to create your own keyring and rotate the principal key. This is because the default principal key is created from the local keyfile and is stored unencrypted. </p>
<p>This is the tech preview functionality. Its scope is not yet finalized and can change anytime.<strong> Use it only for testing purposes.</strong></p>
914
918
</div>
919
+
</div>
920
+
</div>
921
+
</div>
915
922
<p>To check if the data is encrypted, do the following:</p>
916
923
<ol>
917
924
<li>
918
925
<p>Create a table in the database for which you have <ahref="setup.html">enabled <code>pg_tde</code></a>. Enabling <code>pg_tde</code> extension creates the table access method <code>tde_heap</code>. To enable data encryption, create the table using this access method as follows:</p>
0 commit comments