Skip to content

Commit

Permalink
Deployed 59eee8e to main with MkDocs 1.6.1 and mike 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Action committed Jan 22, 2025
1 parent 1479e8e commit 0b043e4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 deletions main/install.html
Original file line number Diff line number Diff line change
Expand Up @@ -1130,15 +1130,16 @@ <h2 id="procedure">Procedure<a class="headerlink" href="#procedure" title="Perma
<div class="tabbed-block">
<div class="admonition note">
<p class="admonition-title">Note</p>
<p>The steps below are for the <code>pg_tde</code> community version. </p>
<p>To run <code>pg_tde</code> version for Percona Server for PostgreSQL, <a href="https://docs.percona.com/postgresql/17/docker.html">use the Percona Distribution for PostgreSQL Docker image <span class="twemoji"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M3.75 2h3.5a.75.75 0 0 1 0 1.5h-3.5a.25.25 0 0 0-.25.25v8.5c0 .138.112.25.25.25h8.5a.25.25 0 0 0 .25-.25v-3.5a.75.75 0 0 1 1.5 0v3.5A1.75 1.75 0 0 1 12.25 14h-8.5A1.75 1.75 0 0 1 2 12.25v-8.5C2 2.784 2.784 2 3.75 2m6.854-1h4.146a.25.25 0 0 1 .25.25v4.146a.25.25 0 0 1-.427.177L13.03 4.03 9.28 7.78a.75.75 0 0 1-1.042-.018.75.75 0 0 1-.018-1.042l3.75-3.75-1.543-1.543A.25.25 0 0 1 10.604 1"/></svg></span></a>. </p>
<p>The steps below are for the PostgreSQL Community version of <code>pg_tde</code>. It provides the <code>tde_heap_basic</code> access method for data encryption. </p>
<p>To run the <code>pg_tde</code> version for Percona Server for PostgreSQL, <a href="https://docs.percona.com/postgresql/17/docker.html">use the Percona Distribution for PostgreSQL Docker image <span class="twemoji"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M3.75 2h3.5a.75.75 0 0 1 0 1.5h-3.5a.25.25 0 0 0-.25.25v8.5c0 .138.112.25.25.25h8.5a.25.25 0 0 0 .25-.25v-3.5a.75.75 0 0 1 1.5 0v3.5A1.75 1.75 0 0 1 12.25 14h-8.5A1.75 1.75 0 0 1 2 12.25v-8.5C2 2.784 2.784 2 3.75 2m6.854-1h4.146a.25.25 0 0 1 .25.25v4.146a.25.25 0 0 1-.427.177L13.03 4.03 9.28 7.78a.75.75 0 0 1-1.042-.018.75.75 0 0 1-.018-1.042l3.75-3.75-1.543-1.543A.25.25 0 0 1 10.604 1"/></svg></span></a>. </p>
</div>
<p>You can find Docker images built from the current main branch on <a href="https://hub.docker.com/r/perconalab/pg_tde">Docker Hub</a>. Images are built on top of <a href="https://hub.docker.com/_/postgres">postgres:16</a> official image. </p>
<p>You can find Docker images on <a href="https://hub.docker.com/r/perconalab/pg_tde">Docker Hub</a>. Images are built on top of <a href="https://hub.docker.com/_/postgres">postgres:16</a> official image. </p>
<p>To run <code>pg_tde</code> in Docker, use the following command: </p>
<div class="highlight"><pre><span></span><code>docker run --name pg-tde -e POSTGRES_PASSWORD=mysecretpassword -d perconalab/pg_tde
</code></pre></div>
<p>It builds and adds <code>pg_tde</code> extension to PostgreSQL 16. The <code>postgresql.conf</code> contains the required modifications. The <code>pg_tde</code> extension is added to <code>template1</code> so that all new databases automatically have the <code>pg_tde</code> extension loaded. </p>
<p>Keys are not created automatically. You must configure a key provider and a principal key for each database where you wish to use encrypted tables. See the instructions in the <a href="setup.html">Setup</a> section, starting with the 4<sup>th</sup> point, as the first 3 steps are already completed in the Docker image.</p>
<p>It builds and adds the <code>pg_tde</code> extension to PostgreSQL 16. The <code>postgresql.conf</code> contains the required modifications. The <code>pg_tde</code> extension is added to <code>template1</code> so that all new databases automatically have the <code>pg_tde</code> extension loaded. </p>
<p>Keys are not created automatically. You must configure a key provider and a principal key for each database where you wish to use encrypted tables. </p>
<p>Connect to the container and establish the <code>psql</code> session there. Then, see the instructions in the <a href="setup.html">Setup</a> section, starting with the 4<sup>th</sup> point, as the first 3 steps are already completed in the Docker image.</p>
<p>See <a href="https://hub.docker.com/_/postgres">Docker Docs</a> on usage. </p>
<p>You can also build a Docker image manually with: </p>
<div class="highlight"><pre><span></span><code>docker build . -f ./docker/Dockerfile -t your-image-name
Expand Down Expand Up @@ -1181,7 +1182,7 @@ <h2 class="title" id="get-expert-help">Get expert help<a class="headerlink" href
<span class="md-icon" title="Last update">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1zM12.5 7v5.2l4 2.4-1 1L11 13V7zM11 21.9c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10 9.3-.3-.1-.6-.2-1-.2s-.7.1-1 .2C19.6 7.2 16.2 4 12 4c-4.4 0-8 3.6-8 8 0 4.1 3.1 7.5 7.1 7.9l-.1.2z"/></svg>
</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">December 26, 2024</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">January 22, 2025</span>
</span>


Expand Down
2 changes: 1 addition & 1 deletion main/search/search_index.json

Large diffs are not rendered by default.

Binary file modified main/sitemap.xml.gz
Binary file not shown.

0 comments on commit 0b043e4

Please sign in to comment.